Posted: Wed Oct 26, 2011 10:44 am Post subject: Is need help with a text based rpg
What is it you are trying to achieve?
I am trying to get the level scaling in my game to be fair to people
What is the problem you are having?
The problem that I am having is related to level scaling. Right know the enemies stats are just multiplied by you level, which can make the enemy later on in the game extremely hard. So I was wondering if their was anyway to reduce the amount of scaling, while keeping the enemy stats as int numbers as opposed to real
Describe what you have tried to solve this problem
I have tried multiplying by decimals but that still posses a problem as I still get a decimal value for the stats
Post any relevant code (You may choose to attach the file instead of posting the code if it is too long)