

drupi
-
Posts
6 -
Joined
-
Last visited
Community Answers
-
drupi's post in Gives EXP in percentage was marked as the answer
bonusEXP = (BaseExp+NextBaseExp)*.25;
BaseExp=BaseEXP+bonusEXP;
*not the actual code but should give you the idea on how to implement this.