diff options
Diffstat (limited to 'world/map/npc')
-rw-r--r-- | world/map/npc/021-1/sewer_east.txt | 7 | ||||
-rw-r--r-- | world/map/npc/021-1/sewer_north.txt | 7 | ||||
-rw-r--r-- | 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: |