Jump to content
MakeWebGames

Savager

Members
  • Posts

    112
  • Joined

  • Last visited

    Never

Everything posted by Savager

  1. Re: [mccode v2] Updated forums I created a forum about a month ago, took a while to complete. added sprintf() and all that secure jazz and havent had a problem with it yet. plus added a few other things to make it more interesting. works great and looks great.
  2. Savager

    WWII

    Re: WWII Italy - 13 Japan - 21 Great Britain - 51 United States - 18 Soviet Union - 19 France - 18
  3. Re: [mccode V2] Player of the week... ammount of times trained, that would cause a problem... a) be easier for donators to get b) people can just train 1 time and keep doing that c) energy refills d) bigger level players would do the 1 brave crime
  4. Re: [mccode V2] Player of the week... one of the best ideas ive seen so far. the only thing on CE that i might use. +1 thanks for posting!
  5. Re: Trying something out I agree but windows is so much better if you have the right programs installed. I havent had any problems with windows xp, runs very smooth for me, and i like the style. i would have to say windows xp 32 is the best out there right now. as for vista blows, but looks very good. William Gates is now donating his money isnt that nice.. although its not going to me.
  6. Re: [Mccodes V2} Bar Mod did you fix it killah? or whats the post all about.
  7. Re: [Mccodes v2] Pass The Parcel / Secret Santa can you get the parcel more then one time
  8. Re: MD + CE = Free Template i saw the same template on monster and i dont think it was free.. i dont remember though.
  9. Re: [Mccodes V2} Bar Mod maybe he did test it, and it doesnt work. and want someone else to fix it... lol, just a assumption. Anyways *Savager Shakes His Head*
  10. Re: Trying something out can you explain more on how windows 7 is crappy. because all you stated was because it didnt list all the hard drives. and it runs a bit slow. probbally because in the early stages of beta they are fixing bugs, and repairing. I dont know but im guessing windows 7 is very detailed and running many things in the background, so if you dont have good enough ram. its going to run a bit buggy and slow.
  11. Re: Brave/Energy regain amount maxbrave/10 would take 50 minutes to gain full brave maxbrave/5 would take 25 minutes to gain full brave etc... so on get it. got it. good
  12. Re: Brave/Energy regain amount the +0.5 is just to make sure every 50 minutes you get full brave.
  13. Re: On a shopping spree for games ? need suggestions. online shopping, lmao i think your on the wrong forum?!?!?
  14. Re: I need help 1. Learn PHP and HTML 2. search on forum for "spy"
  15. Re: I need help Question: Not to pick on you. but do you know what C++ is for?
  16. Re: I need help LMAO what is this world coming to. :cry:
  17. Re: Level/health ratio lol so sorry im tired, cant think good $newhp=abs(($ir['level']*50)+(($ir['level']*50)*.10)); $newhp=round($newhp);
  18. Re: Level/health ratio $newhp=(abs)(($ir['level']*.05)+50); $newhp=round($newhp); oh and just so you know that is 5% increase
  19. Re: Level/health ratio did you get an error or what?
  20. Re: Level/health ratio Full Function   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']) { $newhp=round(($ir['level']*.05)+50); $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']+=$newhp; $ir['maxhp']+=$newhp; $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+$newhp,maxhp=maxhp+$newhp where userid=$userid"); } }
  21. Re: Level/health ratio $newhp=round(($ir['level']*.10)+50); $ir['maxhp']+=$newhp; I think that might work.
  22. Re: Level/health ratio I dont understand?!?!?!
  23. Re: Level/health ratio global_func.php CTL+F function check_level()
  24. Re: [Review] - Killah-City.net - Please Review looking good! the bars are hypnotizing.
  25. Re: [mccodes v2] Jail Bust Offer $5 Everyone knows that alabamahit is the best!
×
×
  • Create New...