Here and Now

Could you just script it to look at you current XP and then subtract that from what you need to next level up and add that to the original XP? I think...

New XP = current XP + (XP to next level - current XP)

I dont know wether or not you can just script this to award the "New XP" figure
 
Wild_qwerty said:
Could you just script it to look at you current XP and then subtract that from what you need to next level up and add that to the original XP? I think...

New XP = current XP + (XP to next level - current XP)

I dont know wether or not you can just script this to award the "New XP" figure

You do realize that your equasion is just a long version of

New XP = XP to next level

do you?
I think what you were trying to write down is

New XP = current XP - XP to current level + XP to next level

which basically gives you the exact amount of XP needed to go from your current level to the next one while preserving the excess XP you already gathered.
 
Back
Top