From aa8f332bc192afda8cbb4785ebdfa685e86c1292 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 4 Feb 2020 12:12:32 -0300 Subject: Save all data Prsm and I wants. Er, I'll handle their scoreboards of due exp later >.> --- 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 2ec2a50c5..83a2f64ac 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -741,9 +741,12 @@ function script clientupdater { // Restore the level } else if (numdate() > 20200216 && #SAVED_LVL) { dispbottom l("Level reset from %d to %d", BaseLevel, #SAVED_LVL); + // Save #DEBUG_LEVEL1=#ADD_TMP_LVL; #DEBUG_LEVEL2=BaseLevel; + #DEBUG_LEVEL3=#DEBUG_LEVEL2-#DEBUG_LEVEL1; #DEBUG_EXP=BaseExp; + // Reset BaseLevel=#SAVED_LVL; #SAVED_LVL=0; #ADD_TMP_LVL=0; -- cgit v1.2.3-70-g09d2