From 3ccf998f65077ce6fa4da8bb976b19dd6a2f22c6 Mon Sep 17 00:00:00 2001 From: Fedja Beader Date: Sun, 29 Dec 2024 18:28:04 +0000 Subject: Stop Koga door NPCs from asking if you want to disembark. Just disembark. Tested working. --- world/map/npc/035-2/koga.txt | 6 ------ world/map/npc/036-2/koga-candor.txt | 6 ------ 2 files changed, 12 deletions(-) diff --git a/world/map/npc/035-2/koga.txt b/world/map/npc/035-2/koga.txt index d54e3e27..26ed2528 100644 --- a/world/map/npc/035-2/koga.txt +++ b/world/map/npc/035-2/koga.txt @@ -2,12 +2,6 @@ 035-2,39,29,0|script|#KogaExit|45,0,1 { - mes "Disembark the ferry for "+$@MainDocks$[$@MainCurrentDock]+"?"; - menu - "Yes.", L_Leave, - "Nevermind", L_Close; - -L_Leave: if ($@MainCurrentDock == 0) goto L_Hurnscald; if ($@MainCurrentDock == 1) diff --git a/world/map/npc/036-2/koga-candor.txt b/world/map/npc/036-2/koga-candor.txt index 8aee6be3..9477d056 100644 --- a/world/map/npc/036-2/koga-candor.txt +++ b/world/map/npc/036-2/koga-candor.txt @@ -2,12 +2,6 @@ 036-2,39,29,0|script|#KogaCandorExit|45,0,1 { - mes "Disembark the ferry for "+$@CandorDocks$[$@CandorCurrentDock]+"?"; - menu - "Yes.", L_Leave, - "Nevermind", L_Close; - -L_Leave: if ($@CandorCurrentDock == 0) goto L_Candor; if ($@CandorCurrentDock == 1) -- cgit v1.2.3-70-g09d2