diff options
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/clientversion.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 6638a2c9e..3fb3bc273 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -55,6 +55,7 @@ function script checkclientversion { mesc l("Anyway, ##Bwelcome##b, and have fun! If you need anything, we are a keypress from distance!"), 3; //atcommand "@blvl "+#ADD_LVL; getitem TimeFlask, 1; + #ADD_LVL=(#ADD_LVL*9)/10; do { .@v=readparam(NextBaseExp)-readparam(BaseExp); getexp .@v, 0; |