Jump to content
MakeWebGames

Uridium

Members
  • Posts

    2,657
  • Joined

  • Last visited

  • Days Won

    74

Everything posted by Uridium

  1. Nah not really but i suppose the above does help later on... 1 = Getting your maths right is a good idea 2 = Research is always a good thing into the type of game your making 3 = Spreadsheets help a great deal and will enable you to keep everything clear and up to date... 4 = Graphics should be the last thing last a game sees.
  2. Damn 4 lines i could have made thousands on MWG lol...
  3. Kartoonz which PHP file are you viewing when this happens
  4. [mysql]CREATE TABLE `quests` ( `questID` INT( 11 ) NOT NULL AUTO_INCREMENT , `questNAME` VARCHAR( 255 ) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL , `questBRAVE` INT( 11 ) NOT NULL DEFAULT '0', `questPERCFORM` TEXT CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL , `questSUCCESSMUNY` INT( 11 ) NOT NULL DEFAULT '0', `questSUCCESSCRYS` INT( 11 ) NOT NULL DEFAULT '0', `questSUCCESSITEM` INT( 11 ) NOT NULL DEFAULT '0', `questGROUP` INT( 11 ) NOT NULL DEFAULT '0', `questITEXT` TEXT CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL , `questSTEXT` TEXT CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL , `questFTEXT` TEXT CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL , `questXP` INT( 11 ) NOT NULL DEFAULT '0', PRIMARY KEY ( `questID` ) , FULLTEXT ( `questNAME` , `questPERCFORM` , `questITEXT` , `questSTEXT` , `questFTEXT` )) ENGINE = MYISAM CHARACTER SET utf8 COLLATE utf8_unicode_ci ; CREATE TABLE `questgroups` ( `qgID` INT( 11 ) NOT NULL AUTO_INCREMENT , `qgNAME` VARCHAR( 255 ) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL , `qgORDER` INT( 11 ) NOT NULL DEFAULT '0', PRIMARY KEY ( `qgID` )) ENGINE MYISAM CHARACTER SET utf8 COLLATE utf8_unicode_ci ;[/mysql]   That should work you just missed a ; after COLLATE utf8_unicode_ci
  5. Some of you are aware and some of you may not be, but a few weeks ago I had to have a 2 day stay in hosp seems my old ticker isnt funtioning right and I may need Surgery to correct it... However since ive been doing mods for mcc and the late hours i stay up isnt helping me much ive decided to either carry on and become more ill or call it a day. So its with regret i chose the second option as i want to see my daughter grow up and be a proper dad to her.. and also see tomorrow. so ive decided to no longer create mods for MCC (YES AGAIN) but im really afraid this is it. The long hours is just too much...... The current workload ive put myself through not just with MCC but with futurenuke( PHPNUKE), Tufat and many clan games has made me think its about time i slowed down a bit. Strange how something like this makes you realise how fragile you really are. So to everyone im sorry for the mods ive promised and never published. But its either your game or my health and im afraid your game means sod all to me regrads my health...   Again Sorry...
  6. Ok ive been for beer so bare wth ne ;) open up globals.php and erase include header.php with if($gender='m') { require "maleheader.php"; } else { if($gender='f') require "femheader.php"; }   Now ya can have 2 themes one for the ladies and the other for the gay population ;) AYE ;) Right im off to puke ;)
  7. Silly question :) If one or more users have mass ammounts of cash and are able to exploit the lottery wouldnt that be unfair. My theory is let a user buy a certain amount of tickets and it wont let them buy anymore until other players have bought some and even then lets say joe bloggs buys 25 more tickets then others are able to buy some coz Joe has reset the ticket sales to 25 so others can buy...
  8. Some time ago i made a Mod that resulted in weapons being damaged from attacking or attacked and for the life of me i cant find it here on MWG has anyone got the Original version i wrote and could you post it for me as i want to revamp it. Im aware the older version was crap Hence why i want to try and upgrade it with other options.... Cheers
  9. making a file called lottery_cron.php would be easier than using the day cron that way you wont messup your days when running the cron fro just the lottery...
  10.   Hmm i cant remember posting a comment like this ? Not like me to abuse a user on here....
  11. Bang me down aswell even if its only for ideas (MWG DevF BBC ITV ABC NBC) ;)
  12. what a load of shite and thats me being honest
  13. Is it me or does the Links on his Image Menu keep repeating themselves
  14. yep its working 100% fully tested found no problems
  15. These are two points i have overlooked Regards 2 = I could always shift the Admin mails to a different box so this wouldnt be effected. Regards 1 = This is something i will have to work out so it may look like its back to me thinking outside the box again on this one. Thank you for your Comments. These are things i should have thought about..
  16. Not quite done yet still a few factors to work on for example we dont want a user spamming another users inbox so they have to keep replenishing their stamps to read them
  17. Cured 1 problem i came across which was the price should be cheaper for donators than none donators... Other problem solved... Declaring wether to make crystals or game cash standard or put a price for stamps to be purchased from paypal These can now be selected from the staff menu. So options can be turned on and off for paypal
  18. its about 45% done just found a few problems that may arise so dealing with them first
  19. This mod when complete will allow staff to set a mailbox quota for donators and non-donators Once the quota has been reached they cannot receive or send mail until they buy stamps which can be done either by cash or exchanging crystals for stamps Still working out the system for crystals and cash so its fair when buying stamps...
  20. Im hoping that the Theatre hes added isnt the one that was a free mod made by myself. I must stress that all my Scripts are Free but this does not entitle the owner to Sell a site or script or Knowingly add Free scripts to bundles that they have the sole purpose of selling. This Isnt how my scripts operate they cannot be sold in any format........
  21. I believe this has been done but dont quote me you will need to search the free mods section.
  22. For those wanting something different for Gangs why not use the same method for education so gangs can learn new things aswell You could use the education system to Help Gangs gain REP, extra cash, Update gang size and possibly more. Im not going to code this cos you could really just adjust the Education mod to make it work the same way. Just a thought
  23. create a new field in users   Alter table users add course int(11) NOT NULL default 0; if your getting this error
  24. is anyone using this mod can i have some feedback for future updates or errors that may have occured whilst youve installed it.
  25. I made something similar to this last year but never released it. couldnt work out wether to let staff just leave or let them give a reason where by the admin felt it was a worthy cause that they left. But anyway i didnt release just for them thoughts
×
×
  • Create New...