From f2952583f5f5082c002cfe154760a18761a63ada Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 28 Aug 2019 16:26:33 -0300 Subject: Add a sign on 004-1 pointing to Tulimshar. Regenerate maps. --- npc/004-1/_import.txt | 1 + npc/004-1/sign.txt | 19 +++++++++++++++++++ npc/018-6-0/_import.txt | 2 +- 3 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 npc/004-1/sign.txt (limited to 'npc') diff --git a/npc/004-1/_import.txt b/npc/004-1/_import.txt index a98e3d86b..f53a35438 100644 --- a/npc/004-1/_import.txt +++ b/npc/004-1/_import.txt @@ -4,3 +4,4 @@ "npc/004-1/_warps.txt", "npc/004-1/anwar.txt", "npc/004-1/elanore.txt", +"npc/004-1/sign.txt", diff --git a/npc/004-1/sign.txt b/npc/004-1/sign.txt new file mode 100644 index 000000000..4c0057355 --- /dev/null +++ b/npc/004-1/sign.txt @@ -0,0 +1,19 @@ +// TMW2 Script. +// Author: +// Jesusalva +// Description: +// Sign + +004-1,65,74,0 script Sign#HalinarzoGoto NPC_SWORDS_SIGN,{ + mesc "↑ "+l("Tulimshar"); + mesc "→ "+l("Halinarzo Route"); + mesc "← "+l("Tulimshar Beach"); + mesc "↓ "+l("Tulimshar Mines"); + close; + +OnInit: + .sex = G_OTHER; + .distance = 3; + end; +} + diff --git a/npc/018-6-0/_import.txt b/npc/018-6-0/_import.txt index 09a96c3cd..45be6bdab 100644 --- a/npc/018-6-0/_import.txt +++ b/npc/018-6-0/_import.txt @@ -1,2 +1,2 @@ -// Map 018-6-0: Cave Of Trials +// Map 018-6-0: Sanctuary - Forgotten Chamber // This file is generated automatically. All manually added changes will be removed when running the Converter. -- cgit v1.2.3-60-g2f50