Does somebody have idea for to reset rank? and all xp stay?
Printable View
Does somebody have idea for to reset rank? and all xp stay?
It is REALLY REALLY EASYCode:startprestige()
{
self.prestige++;
self.rank = 0;
self checkrank();
self savestats();
}
checkrank()
{
xp = self.xp;
xp -= level.maxlevel_xp * self.prestige;
//normal rank check stuff
}
Thanks :P