diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-04 11:32:11 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-04 11:32:11 -0300 |
commit | c45f31d97481da97e0a6bd758a6659f15c279907 (patch) | |
tree | 7bb1bee51e3d9e5741d9cd4d103a5ad56e21e380 /npc/functions | |
parent | 32eb788a74aee008fc5e740dd234b0e39bfc85c6 (diff) | |
download | serverdata-c45f31d97481da97e0a6bd758a6659f15c279907.tar.gz serverdata-c45f31d97481da97e0a6bd758a6659f15c279907.tar.bz2 serverdata-c45f31d97481da97e0a6bd758a6659f15c279907.tar.xz serverdata-c45f31d97481da97e0a6bd758a6659f15c279907.zip |
Log level variation and experience gain on Valentine Event
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/clientversion.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index e119d102f..2ec2a50c5 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -741,6 +741,9 @@ function script clientupdater { // Restore the level } else if (numdate() > 20200216 && #SAVED_LVL) { dispbottom l("Level reset from %d to %d", BaseLevel, #SAVED_LVL); + #DEBUG_LEVEL1=#ADD_TMP_LVL; + #DEBUG_LEVEL2=BaseLevel; + #DEBUG_EXP=BaseExp; BaseLevel=#SAVED_LVL; #SAVED_LVL=0; #ADD_TMP_LVL=0; |