From fe619dc26d4532b16c41faeba6564d30e92c38a0 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 11 Dec 2021 15:56:20 -0300 Subject: We need to record original EXP/LV as well. --- npc/functions/clear_vars.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/npc/functions/clear_vars.txt b/npc/functions/clear_vars.txt index cb43db28..d0ae3682 100644 --- a/npc/functions/clear_vars.txt +++ b/npc/functions/clear_vars.txt @@ -145,6 +145,10 @@ function script ClearVariables { // Christmas 2021 Event if (isChristmas21()) { + if (!#ORG_LV || !#ORG_EXP) { + #ORG_EXP=BaseExp; + #ORG_LV=BaseLevel; + } #OLD_EXP=BaseExp; #OLD_LV=BaseLevel; } -- cgit v1.2.3-60-g2f50