summaryrefslogtreecommitdiff
path: root/npc/033-1/misc.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/033-1/misc.txt')
-rw-r--r--npc/033-1/misc.txt42
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;
+}