diff options
Diffstat (limited to 'npc/018-6-3/main.txt')
-rw-r--r-- | npc/018-6-3/main.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/018-6-3/main.txt b/npc/018-6-3/main.txt index ec3d771b6..70b632c4f 100644 --- a/npc/018-6-3/main.txt +++ b/npc/018-6-3/main.txt @@ -21,7 +21,7 @@ function script 01863_RelevanceCheck { return true; } -// TODO: filler +// Shut down the enabled warps. function script 01863_DisableAllWarps { .@q=getq(LoFQuest_Barbara); .@q2=getq2(LoFQuest_Barbara); @@ -53,6 +53,8 @@ function script 01863_DisableAllWarps { disablenpc instance_npcname("#01863_fromSCtoSW", .@q2); disablenpc instance_npcname("#01863_fromSCtoSE", .@q2); //disablenpc instance_npcname("#01863_fromSCtoCC", .@q2); + disablenpc instance_npcname("#01863_fromCCtoNC", .@q2); + disablenpc instance_npcname("#01863_fromCCtoSC", .@q2); return; } @@ -927,6 +929,7 @@ OnInstanceInit: mesq l("I am the Judge, and I shall make Judgment upon you!"); mesc l("WARNING: ")+l("If you die or logout here, the quest will be reset!"), 1; next; + //01863_DisableAllWarps(); //doevent //disablenpc Exception("Could not begin the Boss Fight!", RB_SPEECH|RB_ISFATAL); |