const int DEFAULT_PER_LEVEL_XP_LOSS = 250;
I am attempting to turn the amount of XP lost to a Percentage rather than a strict number.
Thanks for any assistance!
const int DEFAULT_PER_LEVEL_XP_LOSS = 250;
Modifié par Thayan, 15 février 2011 - 10:45 .
Modifié par Lightfoot8, 15 février 2011 - 11:04 .
Evelath wrote...
Any assistance would be greatly appreciated.I could likely find all of the files for the fix if there is only one line of code that needs to be altered.
SetXP(oPC, GetXP(oPC)-(GetXP(oPC)/10));
Modifié par Lightfoot8, 22 février 2011 - 02:47 .