diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/clientversion.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index be28659..5fe42c2 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -183,6 +183,7 @@ function script clientupdater { if (#ADD_LVL) { resetlvl(2); // Not really a good idea... //logmes "[Merger] EXP +"+#ADD_LVL, LOGMES_ATCOMMAND; + /* if ((readparam(BaseExp)+#ADD_LVL > readparam(NextBaseExp))) { freeloop(true); do { @@ -192,6 +193,7 @@ function script clientupdater { } while (readparam(BaseExp)+#ADD_LVL > readparam(NextBaseExp)); freeloop(false); } + */ // Left overs getexp #ADD_LVL, 0; #ADD_LVL=0; |