Jump to content
MakeWebGames

Recommended Posts

Posted

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 ?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...