Homicidal Posted April 21, 2007 Share Posted April 21, 2007 How do I make it where they don't lose so much will when they are training in the gym ? and How do I make it where they lose all there exp when the fail a crime? I know I am new to this all and I prolly am asking to many questions Quote Link to comment Share on other sites More sharing options...
hamster01 Posted April 21, 2007 Share Posted April 21, 2007 Re: Prolly another dumb question Find line: mysql_query("UPDATE users SETwill=0 WHERE will >0"); and just add exp=0 Quote Link to comment Share on other sites More sharing options...
vinyl Posted April 21, 2007 Share Posted April 21, 2007 Re: Prolly another dumb question $wu=(int) (rand(1,3)); if ($ir['will'] >= $wu) { $ir['will']-=$wu; to answer the first part of your first question. $wu, will used. change the random used value, or divide $wu/2 or whatever...in gym.php Quote Link to comment Share on other sites More sharing options...
mdshare Posted April 21, 2007 Share Posted April 21, 2007 Re: Prolly another dumb question and dumb questions don't exist, dumb answers do exist Quote Link to comment Share on other sites More sharing options...
Homicidal Posted April 21, 2007 Author Share Posted April 21, 2007 Re: Prolly another dumb question Thanks I got it wokring right, Thanks for all you vauable input Quote Link to comment Share on other sites More sharing options...
CraigF Posted April 22, 2007 Share Posted April 22, 2007 Re: Prolly another dumb question aw, you got here before me Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.