diff options
author | Fedja Beader <fedja@protonmail.ch> | 2024-12-29 18:28:04 +0000 |
---|---|---|
committer | Led Mitz <smoothshifter@tuta.io> | 2024-12-29 18:28:04 +0000 |
commit | 3ccf998f65077ce6fa4da8bb976b19dd6a2f22c6 (patch) | |
tree | a17a611ba2cbc8f1b438d71095a40cee6648a6ce | |
parent | 1d8ddf843e3f2b07c365234553ae0bfefcff5ef7 (diff) | |
download | serverdata-3ccf998f65077ce6fa4da8bb976b19dd6a2f22c6.tar.gz serverdata-3ccf998f65077ce6fa4da8bb976b19dd6a2f22c6.tar.bz2 serverdata-3ccf998f65077ce6fa4da8bb976b19dd6a2f22c6.tar.xz serverdata-3ccf998f65077ce6fa4da8bb976b19dd6a2f22c6.zip |
Stop Koga door NPCs from asking if you want to disembark. Just disembark.
Tested working.
-rw-r--r-- | world/map/npc/035-2/koga.txt | 6 | ||||
-rw-r--r-- | world/map/npc/036-2/koga-candor.txt | 6 |
2 files changed, 0 insertions, 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) |