ignite Posted May 12, 2007 Posted May 12, 2007 I can't seem to make it in gym.php to have a lower stat gain without making the amount of will it takes of go down a lot. I train 43 times and gain 40 strengh or what ever and my will goes down to 0 ? $gain=rand(1,3)/rand(300,800)*rand(300,800)*(($ir['will']+10)/150); $tgain+=$gain; if ($_GET['train']=="IQ") { $gain/=100; } $ir[$_GET['train']]+=$gain; $egain=$gain/10; $ts=$ir[$_GET['train']]; $st=$_GET['train']; Anyone no what should be edited ? Quote
vinyl Posted May 12, 2007 Posted May 12, 2007 Re: More will less stat gain look for $wu I believe, as in 'will used', adjust as needed. Quote
hamster01 Posted May 14, 2007 Posted May 14, 2007 Re: More will less stat gain The will subtraction is about 5 lines down. I recomend this: $gain=$ir['energy']/rand(2.5); Quote
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.