diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-08-24 13:52:25 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-08-24 13:52:25 -0300 |
commit | 43914a88e3b8304fe3044e366a5bd4e90d9f38de (patch) | |
tree | ef7547c42af6cb099e1e6485b075f73c199f7fac /world/map/npc/099-5/boss.txt | |
parent | b3c25ec3d41cf95c04270adbc08c0c30b1848d48 (diff) | |
download | serverdata-43914a88e3b8304fe3044e366a5bd4e90d9f38de.tar.gz serverdata-43914a88e3b8304fe3044e366a5bd4e90d9f38de.tar.bz2 serverdata-43914a88e3b8304fe3044e366a5bd4e90d9f38de.tar.xz serverdata-43914a88e3b8304fe3044e366a5bd4e90d9f38de.zip |
Disable DD5 Debug Commands.
Change even more Test Server Debug Logic to withdraw more content.
Missing code contributed by Gumi for the next arc.
Diffstat (limited to 'world/map/npc/099-5/boss.txt')
-rw-r--r-- | world/map/npc/099-5/boss.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/world/map/npc/099-5/boss.txt b/world/map/npc/099-5/boss.txt index d89f60d2..8929c22d 100644 --- a/world/map/npc/099-5/boss.txt +++ b/world/map/npc/099-5/boss.txt @@ -375,7 +375,7 @@ OnWarn0: set $@DD5_PTS, 0; // FIXME DEBUG DEBUG DEBUG FIXME if (debug) - addnpctimer 10000, "#TMWFinalExam::OnBegin"; + addnpctimer 15000, "#TMWFinalExam::OnBegin"; else addnpctimer 90000, "#TMWFinalExam::OnWarn1"; end; @@ -648,6 +648,7 @@ OnEpilogue1: mes "[Zax De'Kagen]"; mes "Thanks for the "+$@DD5_TSPENT$+" of fun you gave me!"; next; + if (debug) goto L_Epilogue1Part22; mes "[Zax De'Kagen]"; mes "This was not in the plan, but was fun nonetheless. Worth the detour."; next; |