diff options
author | wushin <pasekei@gmail.com> | 2013-12-31 10:58:45 -0600 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2013-12-31 16:42:08 -0600 |
commit | da0efec8cbc3fb2892dacf91435f67a75b5818c4 (patch) | |
tree | 5d96828eab5ee02573ff02bec8ff8de6163ece90 /world/map/npc/annuals/xmas/debug.txt | |
parent | 030ec3b59b42c45b90a25fac81a6e6d87b2ac8a5 (diff) | |
download | serverdata-da0efec8cbc3fb2892dacf91435f67a75b5818c4.tar.gz serverdata-da0efec8cbc3fb2892dacf91435f67a75b5818c4.tar.bz2 serverdata-da0efec8cbc3fb2892dacf91435f67a75b5818c4.tar.xz serverdata-da0efec8cbc3fb2892dacf91435f67a75b5818c4.zip |
Xmas Battle Chamber Resetv2013.12.31
Text corrections for Avalia
Fixed bug in partly setting Xmas Chamber battle
Fixed year end reward from being too generous
Diffstat (limited to 'world/map/npc/annuals/xmas/debug.txt')
-rw-r--r-- | world/map/npc/annuals/xmas/debug.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/world/map/npc/annuals/xmas/debug.txt b/world/map/npc/annuals/xmas/debug.txt index 0153037b..6bc0f0c2 100644 --- a/world/map/npc/annuals/xmas/debug.txt +++ b/world/map/npc/annuals/xmas/debug.txt @@ -13,6 +13,7 @@ L_Live: menu "Debug Vars", L_DebugLive, "Xmas Time Key Change.", L_XmasTimeKey, + "Reset Xmas Chamber.", L_XmasChamberReset, "Do nothing.", L_Close; L_DebugLive: @@ -36,6 +37,7 @@ L_Debug: "Reset Quest State.", L_Reset, "Set Old Event Flag.", L_LastReset, "Xmas Time Key Change.", L_XmasTimeKey, + "Reset Xmas Chamber.", L_XmasChamberReset, "Do nothing.", L_Close; L_DebugVars: @@ -129,6 +131,10 @@ L_SetNewKey: cmdothernpc "#XmasConfig", "RestartQuest"; goto L_Close; +L_XmasChamberReset: + cmdothernpc "AniManOMat", "ChamberReset"; + goto L_Close; + L_XmasState: mes "Quest state?"; input @xmas_state; |