From 739bf5928f18ce72e0056cc1175047bb8d9c3454 Mon Sep 17 00:00:00 2001 From: wushin Date: Tue, 25 Jun 2013 08:22:38 -0500 Subject: Modified NPCs scripts for sewer entrances. Fixed sewer_west --- world/map/npc/021-1/sewer_east.txt | 7 +++---- world/map/npc/021-1/sewer_north.txt | 7 +++---- world/map/npc/021-1/sewer_west.txt | 7 +++---- 3 files changed, 9 insertions(+), 12 deletions(-) diff --git a/world/map/npc/021-1/sewer_east.txt b/world/map/npc/021-1/sewer_east.txt index 951d57cb..38efd59d 100644 --- a/world/map/npc/021-1/sewer_east.txt +++ b/world/map/npc/021-1/sewer_east.txt @@ -1,12 +1,11 @@ // The Sewer Grate -021-1.gat,145,136,0|script|#tulimsharsewer2|45,1,1,{ - mes "[Sewer]"; - mes "\"Descend into the sewers?\""; +021-1.gat,144,135,0|script|#tulimsharsewer2|45,0,0,{ + mes "Descend into the sewers?"; next; menu "Yes.", L_SewerNorth, - "Nevermind", -; + "Nevermind.", -; goto L_Close; L_SewerNorth: diff --git a/world/map/npc/021-1/sewer_north.txt b/world/map/npc/021-1/sewer_north.txt index 6d857d23..5bf676c2 100644 --- a/world/map/npc/021-1/sewer_north.txt +++ b/world/map/npc/021-1/sewer_north.txt @@ -1,12 +1,11 @@ // The Sewer Grate -021-1.gat,125,42,0|script|#tulimsharsewer1|45,1,1,{ - mes "[Sewer]"; - mes "\"Descend into the sewers?\""; +021-1.gat,124,41,0|script|#tulimsharsewer1|45,0,0,{ + mes "Descend into the sewers?"; next; menu "Yes.", L_SewerNorth, - "Nevermind", -; + "Nevermind.", -; goto L_Close; L_SewerNorth: diff --git a/world/map/npc/021-1/sewer_west.txt b/world/map/npc/021-1/sewer_west.txt index 1be9bf4c..ddc30c6e 100644 --- a/world/map/npc/021-1/sewer_west.txt +++ b/world/map/npc/021-1/sewer_west.txt @@ -1,12 +1,11 @@ // The Sewer Grate -021-1.gat,53,105,0|script|#tulimsharsewer3|45,1,1,{ - mes "[Sewer]"; - mes "\"Descend into the sewers?\""; +021-1.gat,52,104,0|script|#tulimsharsewer3|45,0,0,{ + mes "Descend into the sewers?"; next; menu "Yes.", L_SewerNorth, - "Nevermind", -; + "Nevermind.", -; goto L_Close; L_SewerNorth: -- cgit v1.2.3-60-g2f50