Hello everyone I was wondering if there was a way to cut the rate of the amount of tokens drop? I was looking at the script and I think it is beyond what I know.
int i_TokReward = ((int)d_TempTokReward); //set the reward you'll actually get as half then the temp reward.
i_TokReward = Utility.RandomMinMax((int)(i_TokReward*0.4), (int)(i_TokReward*0.5));
if (i_TokReward < 1)
i_TokReward = 1; //set minimum reward to 1
RewardTokens(m, i_TokReward);
We use essential cookies to make this site work, and optional cookies to enhance your experience.