diff options
author | Jesusaves <cpntb1@ymail.com> | 2023-07-16 22:56:42 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2023-07-16 22:56:42 -0300 |
commit | f23adf4eea274c4caf89e318aca59275a9312135 (patch) | |
tree | 467476bda885ff7c846d74c70192496e341e2aa8 /npc/033-1 | |
parent | cc560ebdfdd5368a4d944003871a8f7f3a77bf57 (diff) | |
download | serverdata-f23adf4eea274c4caf89e318aca59275a9312135.tar.gz serverdata-f23adf4eea274c4caf89e318aca59275a9312135.tar.bz2 serverdata-f23adf4eea274c4caf89e318aca59275a9312135.tar.xz serverdata-f23adf4eea274c4caf89e318aca59275a9312135.zip |
Add several signposts to the lost lambs. The map is still terribly huge, tho
Diffstat (limited to 'npc/033-1')
-rw-r--r-- | npc/033-1/misc.txt | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/npc/033-1/misc.txt b/npc/033-1/misc.txt index 608cc1f..360fffd 100644 --- a/npc/033-1/misc.txt +++ b/npc/033-1/misc.txt @@ -36,6 +36,48 @@ OnTouch: } +033-1,118,190,0 script Sign#0331A NPC_SWORDS_SIGN,{ + mesc "↑ "+l("Porthos"); + mesc "↓ "+l("Dead end"); + close; +} + +033-1,121,151,0 script Sign#0331B NPC_SWORDS_SIGN,{ + mesc "← "+l("Grandmaster's Residence"); + mesc "→ "+l("Porthos"); + close; +} + +033-1,166,102,0 script Sign#0331C NPC_SWORDS_SIGN,{ + mesc l("Order of Ice Headquarters"); + mesc l("Status resets, magic, and more!"); + mes ""; + mesc "← "+l("Guild Hall, Warp Region, Bank"); + mesc "→ "+l("General Store, Training Area, Farming Fields"); + mesc "↓ "+l("Grandmaster's Residence"); + close; +} + +033-1,161,91,0 script Sign#0331D NPC_SWORDS_SIGN,{ + mesc "← "+l("Warp Region, Guild Hall"); + mesc "→ "+l("Bank"); + mesc "↓ "+l("Order of Ice, General Store, Grandmaster's Residence"); + close; +} + +033-1,141,89,0 script Sign#0331E NPC_SWORDS_SIGN,{ + mesc "↑ "+l("Guild Hall"); + mesc "→ "+l("Porthos"); + close; +} + +033-1,52,192,0 script Sign#0331F NPC_SWORDS_SIGN,{ + mesc "↑ "+l("Event & Server Portals"); + mesc "→ "+l("Event Portal"); + mesc "← "+l("Porthos"); + mesc "↓ "+l("TMW Classic Portal"); + close; +} |