From c45f31d97481da97e0a6bd758a6659f15c279907 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 4 Feb 2020 11:32:11 -0300 Subject: Log level variation and experience gain on Valentine Event --- npc/functions/clientversion.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'npc/functions/clientversion.txt') 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; -- cgit v1.2.3-60-g2f50