diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-04 12:12:32 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-04 12:12:32 -0300 |
commit | aa8f332bc192afda8cbb4785ebdfa685e86c1292 (patch) | |
tree | 2d226b03439d9650808ef9ae981040336e227465 /npc/functions | |
parent | c45f31d97481da97e0a6bd758a6659f15c279907 (diff) | |
download | serverdata-aa8f332bc192afda8cbb4785ebdfa685e86c1292.tar.gz serverdata-aa8f332bc192afda8cbb4785ebdfa685e86c1292.tar.bz2 serverdata-aa8f332bc192afda8cbb4785ebdfa685e86c1292.tar.xz serverdata-aa8f332bc192afda8cbb4785ebdfa685e86c1292.zip |
Save all data Prsm and I wants.
Er, I'll handle their scoreboards of due exp later >.>
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/clientversion.txt | 3 | ||||
-rw-r--r-- | npc/functions/scoreboards.txt | 2 |
2 files changed, 4 insertions, 1 deletions
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; diff --git a/npc/functions/scoreboards.txt b/npc/functions/scoreboards.txt index eab2a0514..41e8078dd 100644 --- a/npc/functions/scoreboards.txt +++ b/npc/functions/scoreboards.txt @@ -474,7 +474,7 @@ function script HallOf2020 { mesc l("Anniversary marks the project birthdate. Do not mistake with TMW2 Day."); mes ""; mes l(".:: Valentine Day ::."); - mesc l("Scheduled: February 12th - 15th"); + mesc l("Scheduled: February 13th - 16th"); next; mes l(".:: TMW2 Day ::."); mesc l("Scheduled: March 2nd"); |