Jump to content
MakeWebGames

Dayo

Administrators
  • Posts

    2,491
  • Joined

  • Last visited

  • Days Won

    196

Everything posted by Dayo

  1. Re: [McCodes V2] Unique Template's from now on i will make unique/custom templates on demand for about ?25-50 GBP ea this will include all images/files/login/register etc... The template will take 6 hours -2 days to make (maby more if im at work :|) IM me at [email protected] for a quote
  2. Re: looking for mods v2 he means must be a coder also look throgh the free mods you may find one similar there
  3. Re: Auto ban mod [V2] cos games i use to play use to get 100-200 ppl a day and almost 5-10% of them same ip traded so in the staff logs you could spend ages looking throgh them and once you were finished you would hav to start again
  4. Re: Auto ban mod [V2] insted of an aray y wouldent you just get times banned then times it by 2 ...
  5. Re: [McCodes V2] Assassinate user (donator only) woops i put $userid insted of $user :|
  6. Re: [McCodes V2] Assassinate user (donator only) no it wouldent cos you are selevcting that attacking users level so in theory a lvl 1 can gun a lvl 500 down with a 1 in 5 chance where as that will have a 1 in 50 chance :wink:
  7. Re: [McCodes V2] Assassinate user (donator only) find $rand = rand(1,5); ------------------------------------ replace with for 50% chance $rand = rand(1,2); Or if you want 10% $rand = mt_rand(1,10); or if you want 33% $rand = mt_rand(1,3); or if you want it based on level you could add (not tested) $level = $db->query('SELECT level FROM users WHERE userid = $user'); if ($level =< 20) { $maxrand = 5; //sets default chance to 20% if there level is below 20. } else { $maxrand1 = $level / 10; // This will get there level then divide it by 10 then round up/down so if thete level 100 there is a 1 in 10 chance $maxrand = round($maxrand1); } $rand = mt_rand(1,$maxrand); -------------------------------------------- that help ya :-D
  8. Would any one be intrested in an auto ban mod so if users trade between the same ip or do anything on the same ip to gether they get baned automaticly. if this is there 1st warning its a 3 day ban for all accounts on that ip then 6 for the 2nd time then 9 days for the 3rd time etc ... (can be changed to 4, 8, 12/5, 10, 15/6, 12, 18 etc...) so if they done stuff like attacking each other/money transfer/item trade/crystal trade etc... then they would get baned automaticly. This is a smallish mod so will cost $3-$5 and could save alot of time looking throgh staff logs. If this has been done i wont bother posting it up or if people wont buy it i wont either. this is around about %90 done so i will post finished version up tomorow after work (20:00-21:00 GMT)
  9. Re: [mccode v2]Sniper Mod[$15] Virtually a recode of the assassinate mod. It'd be a good price for those on here that can't code. Then again, most of the people on here that can't code have no online payment system. its basicly just 5 extra lines to my mod if that but good idea, also does it cost cash/brave/will to do this? also does it sent an anonimous event like, you have been snipred from above, you could also have a little bit to it where you can look at cctv for x maount to find the sniper 8-)
  10. Re: [McCodes V2] Unique Template's :oops: :oops: :oops: i thort you ment some php thing :P :oops: :oops: :oops:
  11. Re: [McCodes V2] Unique Template's im newish to php so ill try that next time. yea i was looking for other places to put the nav, i was gona put the basic mccodes one in the main area but it looked too cramped so i decided to make my own and put it there plus i dont reli get and scrolling unless im on user list/HOF/forum
  12. Re: [mccodes] Board Game [$15] this is good but why dont you do it so sometimes you lose 5 brave, $1000 etc...
  13. Re: [McCodes V2] Unique Template's actuly i may just make the templates then sell them as then im not rushed with 5 requests in 24 hours :| ill make then sell unique ill do the ones i have atm
  14. Re: [McCodes V2] Unique Template's yea prices will stay at $25-30 a unique template till i am better known then ill charge $50
  15. Re: [McCodes V2] Private Helth Care (Donator Only) here you go not sure if it works as i just done it 30 seconds ago plus this from the original source i made so this is privatehealthcare.php or what ever i called it :roll: <?php include "globals.php"; if($ir['donatordays'] > 0) { $hosptime = $ir['hospital'] / 2; $newtime = round($hosptime); if ($ir['brave'] < 4) { if ($ir['money'] < 4999) { echo "Error: You Need Atleast $5000 to Get Private Health Care"; } else { if ($ir['hospital'] == '1') { print "You can not get any more health care!"; } else { print "You get private Helth Care you save $newtime minutes!"; $db->query("UPDATE users SET hospital=$newtime WHERE userid={$ir['userid']}"); $db->query("UPDATE `users` SET `money`=`money` - '5000' WHERE `userid`={$ir['userid']}"); $db->query("UPDATE `users` SET `brave`=`brave` - '5' WHERE `userid`={$ir['userid']}"); } } else { echo 'you need 5 brave to get private health care';} } } else { echo "You need to be a donator to access this page"; } $h->endpage(); ?>
  16. Re: [McCodes V2] Unique Template's from now on ill charge $25 for a game template this includes all the PSDs aswell ill make to order so just pm me what you want and ill make it :D plus i want a good idea of the layout you could do it in paint, word anything, just tell me the theme and where you want everything possisioned
  17. Re: [McCodes V2] Private Helth Care (Donator Only) it lets them do it as much as they want as i like to keep games realistic and in real life you can get as much as you can afford (plus once you have a min left it wont let you get ne more ( easily changed by finding if($ir['hospital'] == 1) and replacing with if($ir['hospital'] < X) replace X with a number
  18. Re: [McCodes V2] Unique Template's good point maby ill just make a few unique ones and see how they do
  19. Re: [McCodes V2] Unique Template's actuly it is up 4 sale i cant afford the license just yet so ill sell it and wait till i can afford it price $10 EA Screenie this is not unique i will sell a max of 15 copies of this PM me for payment details plus ill be making more soon for $10 ea
  20. Re: [McCodes V2] Assassinate user (donator only) kk, thanks.
  21. Re: [McCodes V2] Private Helth Care (Donator Only) thanks, saved me a little time :-D as for the error check that all the tables exist
  22. Re: [McCodes v2]Crystal Temple Advanced House 1 : 100 House 2 : 110 House 3 : 120 and soo on there wont be that much difference But if its House 1 : 100 House 2 : 200 House 3 : 400 :o omg the game i use to play best house was 250000 will and wills cost $1 ea and they was turning over $3000 a week/fortnight (unforgivenwar)
  23. Re: Attack Script made by us one that works Hopefully. Ideas Make it into 1 file not 4 GFX (ill help with that) Calculate winner and show it insted of going throgh 100s of pages Make your will come into it aswell so if you have 0% you are less likley to sucseed then having 100 % add a new option humiliate, they lose 2 gang respect even if not in war
  24. Re: [McCodes v2]Crystal Temple Advanced you say you dont want to give them easy stats but will potions will just do that more then iq if some 1 is lvl 100 and got a good enuf house they could get from 10000-75000 stats a will potion where as 50 points only get 250 stats :wink: cos when i played these sorta games i got 250000 stats form 2 wills but if you are going to do will potions put them for about 200-500 points
  25. Re: [MCCODES V2] Abduct someone from Hospital whats the shoutbox?
×
×
  • Create New...