-
Posts
2,657 -
Joined
-
Last visited
-
Days Won
74
Content Type
Profiles
Forums
Events
Everything posted by Uridium
-
Knew id forgotten something in your cron_day.php file add $db->query("TRUNCATE TABLE skills;"); this will allow Courses which have a daily reward to be retaken each day... Sorry about that....
-
I was going to sell this mod but after a lot of thought I decided to give it away for Free This mod will allow your users to take 3 courses which will allow them to learn new skills. all courses come with sub courses so for example Happy Course could have 3 or more sub courses which the user learns once the first sub course is completed and they move on to sub course 2 until finally completing sub course 3 which will then end the entire course and give its rewards,,,, You can create as many Academy Courses as you wish and once completed by a user they can either retake or the retake action can be cancelled on admin setup Users have to be online to learn courses and they can use their BRAVE for each course... Some Courses can be set up so once fully completed give an Instant outcome example place money into their bank and that's the end of the course.. OR you could set it up so users can use a link in town to gain Daily rewards via a link for the completed course... File come with a Readme.txt file which im hoping is easy to use.. as always any problems with this mod just leave a message on here and I will help you out... <<< DOWNLOAD HAS BEEN REMOVED TILL I FIX SOME ERRORS >> sorry will reupload zip file as soon as I fix these....
-
As you can see it works there will be more added to sold Packages of this mod as time progresses (only for mods that have admin panel)
-
Here's a run down of what this mod can do and what Mccodes version cant do. What Differences Between mine and Mccode version 1 - Give all Stats = Yes 2 - Allow retake of courses = Mccode NO, my version YES 3 - Create a ink in town = Mccode NO, my version YES 4 - Allow Sub Modules = Mcccode NO, My version Yes 5 - Allow any table to become a schooling mod = Mccode USERS only, my Mod allows ANY Field or table to be used. 6 - Allows Gang gains = Mccodes NO, My version YES to anything that has to do with Gangs... 7 - 30 minute click counter.. Mccodes works on days = Yes. My version allows users to stay active within the game at all time.. at any time given.. 8 - Alllows users to give other users game benefits, extra health, and stats. = Mccodes NO. My version Yes to anything you want to give.. 9 - can use anything withing the database = Mccodes NO, My version will allow you to use any table, field as an outcome... + A lot more when I say a lot theres way too much too mention..
-
FREE >> http://byethost.com/index.php/free-hosting
-
I remember offering to make Free mods for this site due to its credibility but was somehow shunned..
-
oops my fault I upped the will instead of the cash problem Resolved sorry about that
-
oops my fault I upped the will instead of the cash
-
DEMO >> http://www.wizwych.co.uk/MCCACADTEST Will allow you 50,000 Cash to start your Course...
-
having problems with login page rc engine
Uridium replied to xRudeboiix's topic in Other Game Engines
from my knowledge of RC there were numerous places in some scripts your actual URl had to be added... -
I have created an advanced version of the education mod of the schools on MCCV2 which allow users to.. 1 = uses clicks per session when learning an education.. 2 = Allows sub sections of Educations so you could have '''''''' 1 Advanced Learning course with 3 or more sub catageories to learn before the entire Couse has been completed '''''''' 2 Allows Instant rewards on Educations completed for a one off completion OR a use can use it daily from a link in your Explore.. '''''''' 3 Staff can set the percentage learn rate for each module to learn... '''''''' 4 if it exists on your Dbase then it can used for any course not just the USERS table... Price is £20.00 for full version OR £10 for version minus the Admin Center...
-
testers needed for new mod beta testing...
Uridium replied to Uridium's topic in Requests & In Production
there will be 2 versions made one without an admin panel and no support and for $25 a the full copy and as many updates forever as and when I make them -
testers needed for new mod beta testing...
Uridium replied to Uridium's topic in Requests & In Production
Sorry for lack or response the nod in question is a an advanced schooling mod than that of MCC one that allows Academy-Courses to be created with as many Sub category courses ass you want and staff can define at whart level each level percentage is defined example setting 1 category at 50% means two clicks the Course for that sub section has completed categories can be set by Percentage of clicks of gains of category and in return will give anything from items to cash to what ever you wan to give as long as you have and SQL database with that name on it.. -
CREATE TABLE IF NOT EXISTS `whos_where` ( `Id` int(5) unsigned NOT NULL AUTO_INCREMENT, `Pagetext` varchar(255) NOT NULL, `Userentry` int(5) unsigned NOT NULL, `Collatenow` tinyint(1) unsigned NOT NULL, PRIMARY KEY (`Id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; function Gather_Info($Do, $Perm=0) { global $db, $ir, $h, $c; $Select = $db->query("SELECT `Id` FROM `whos_where` WHERE `Userentry`=".$ir['userid']); if (!$db->num_rows($Select)) { return $db->query("INSERT INTO `whos_where` (`Userentry`) VALUES (".$ir['userid'].")"); } else { return $db->query("UPDATE `whos_where` SET `Pagetext`='".$Do."', `Collatenow`=".$Perm." WHERE `Userentry`=".$ir['userid']); } } Then on each page add example for profile page Gather_Info('Viewing. '.{$r['username']}.' Profile Page'); Not tested but should be ok
-
yep the title says it so if your interested leave me a message on here or send me your Skype name, yahoo to my inbox
-
Hasn't this been done on several occiasions
-
if I were to put pics of my daughter on the net people would think there was a new zombie movie coming out ;)
-
Congratulations on the Birth of your daughter :)
-
never liked the Idea of a 1 click attack.
-
mccode-v2 [EDUCATION MOD] Totally Re-worked with many additional Options.
Uridium replied to Uridium's topic in Free Modifications
-
I did actually do a rewrite fo this script but never released it as a free mod. the updated version let you add Sub categories to courses example Course 1: Scavaging had 3 sub courses so you had to finish all 3 before the Savaging course was fully completed... Course could have an Immediate Effect on an outcome EXAMPLE.. end of course could give user an instant one time reward or if you wanted to you could use the course as a daily reward which meant a link would show up in your Explore page so you could use it once per day...
-
I did start on an education Module for NWE cant remember how far I got into it will have to check...
-
@Kyle yep that's true but I wasn't that familiar with Runhook at the time I made the mod.
-
No problem matey glad its working cos it had me confused for a while lol