Jump to content
MakeWebGames

Zero-Affect

Members
  • Posts

    3,713
  • Joined

  • Last visited

    Never

Everything posted by Zero-Affect

  1. Re: News Latter V1   calm down love calm down, don't get ya panties in a twist.. True it is actually possible to edit it, right opening your eyes and looking for the modify text on your posts... god even the newest members know that...
  2. Re: News Latter V1   your a clever one Must be he corrected your spelling.
  3. Re: News Latter V1 News letter is a simple modification anyone could have made it
  4. Re: Cron trouble? Oh wait i understand lol
  5. Re: EXP% Cap if its the problem when you get to like level 990 and they try going to 991 and then they go into the minus then in global_func.php find: function check_level() { global $db; global $ir,$c,$userid; $ir['exp_needed']=(int) (($ir['level']+1)*($ir['level']+1)*($ir['level']+1)*2.2); if($ir['exp'] >= $ir['exp_needed']) { $expu=$ir['exp']-$ir['exp_needed']; $ir['level']+=1; $ir['exp']=$expu; $ir['energy']+=2; $ir['brave']+=2; $ir['maxenergy']+=2; $ir['maxbrave']+=2; $ir['hp']+=50; $ir['maxhp']+=50; $ir['exp_needed']=(int) (($ir['level']+1)*($ir['level']+1)*($ir['level']+1)*2.2); $db->query("UPDATE users SET level=level+1,exp=$expu,energy=energy+2,brave=brave+2,maxenergy=maxenergy+2,maxbrave=maxbrave+2, hp=hp+50,maxhp=maxhp+50 where userid=$userid"); } } and replace with: function check_level() { global $db; global $ir,$c,$userid; $ir['exp_needed']=(float) (($ir['level']+1)*($ir['level']+1)*($ir['level']+1)*2.2); if($ir['exp'] >= $ir['exp_needed']) { $expu=$ir['exp']-$ir['exp_needed']; $ir['level']+=1; $ir['exp']=$expu; $ir['energy']+=2; $ir['brave']+=2; $ir['maxenergy']+=2; $ir['maxbrave']+=2; $ir['hp']+=50; $ir['maxhp']+=50; $ir['exp_needed']=(float) (($ir['level']+1)*($ir['level']+1)*($ir['level']+1)*2.2); $db->query("UPDATE users SET level=level+1,exp=$expu,energy=energy+2,brave=brave+2,maxenergy=maxenergy+2,maxbrave=maxbrave+2, hp=hp+50,maxhp=maxhp+50 where userid=$userid"); } }   Noelle helped me with this so i thought i'd share it with the masses incase anyone else has this problem
  6. Re: Cron trouble? i have the weirdest cron problem ever no errors runs perfectly when i manually run it but the cron jobs wow another story only runs about 1/4 of the coding and it runs one of them twice lol but my hosting insists its my problem lol any pointers?
  7. Re: ReadRules Nice idea
  8. Re: Ammo [V2] Good job Dick
  9. Re: Multi IP Prevention Yeah not a bad idea i believe Cove Of Pirates uses a similar way
  10. Re: Userlist Ascend or Descend in any order of preference Nice login zbirc3
  11. Re: Userlist Ascend or Descend in any order of preference That's pretty cool
  12. Re: CSS Textbox Edit ANY VERSION Google doesn't have everything or killah would have a girlfriend by now lol
  13. Re: Strip Club go r - 18 and your buzzing mate and in reply to the school girl bs well u can't say it's wrong they did it on GTA Sanandreas lol
  14. Re: Shoutbox $10 & $15 Oh right im sorry yet i remember a month ago you was the coder for Killah-City right? yet u never fixed it then now you claim you've fixed yours interesting that ain't it... and you told the current owner it was your script lol you tell lies alot don't ya mate i mean you also told her "its only supposed to give two attacks" lmao wtf is the point in it then, grow up you little stuck up lying has-been
  15. Re: Strip Club Iight well first of all i gotta say "Get laid" and secondly What good is this on a pg-13 game which i assume most of us own
  16. Re: [V2]Ranks Mod!!!![V2] Looks right
  17. Re: [V2]Ranks Mod!!!![V2] Brain wave lol add something like:   If ($ir['level'] == 100) { $db->query("UPDATE users SET rank=rank+1 WHERE userid=$userid"); } to globals do that for each level then they don't need to ask admins :-P thats a guess to the coding im not 100% sure if that would be correct i never read over your coding
  18. Re: [V2]Ranks Mod!!!![V2] oh naw i never posted it lol didn't think it would be that popular, its still on city-of-outlaws.com somewhere but i don't own that website anymore. but i did make it like 3 months ago but you released it on here so i guess u get the props mate, good job anyways
  19. Re: CSS Textbox Edit ANY VERSION Are narcotic's allowed to be advertised on this forum? so your telling me if i smoke weed and jump out of my window i can fly? and CE supports this? ok lol
  20. Re: A Donator Pack System all Mccoders will want.... Sounds like it
  21. Re: Shoutbox $10 & $15 meaning u fixed them huh lol remind me kyle how long did it take you to clone i think its rather iso's or absolute zeros energy orb. which you called the 150 bar and i've gladly renamed to the Energy Curse by the way i fixed it :wink: took me like 2 minutes. so how come if i am so poor at coding i can fix things you couldn't? does anyone find that a little strange?
  22. Re: New Login Page, Great look!!! Nope all legit :roll:
  23. Re: A Donator Pack System all Mccoders will want.... why not just post it, it would save time and easier
  24. Re: Shoutbox $10 & $15 Really wow the one on killah-city.net which you added personally when you owned it had like loads of exploitable points who here whos bought his shoutbox without editing it would allow me to test something :-D oh and kyle don't go editing yours n saying do it on mine lol i know your gunna :wink:
  25. Re: New Login Page, Great look!!! i have: Adobe Photoshop cs2 (image ready) Adobe Photoshop cs2 Adobe Photoshop cs3 Adobe Flash Micromedia Flash Animation Shop Paint Shop Pro 7 Swish Max 2 does that mate me elite? lol
×
×
  • Create New...