diff options
-rw-r--r-- | maps/re/018-6-0.mcache | bin | 251 -> 249 bytes | |||
-rw-r--r-- | npc/004-1/_import.txt | 1 | ||||
-rw-r--r-- | npc/004-1/sign.txt | 19 | ||||
-rw-r--r-- | npc/018-6-0/_import.txt | 2 |
4 files changed, 21 insertions, 1 deletions
diff --git a/maps/re/018-6-0.mcache b/maps/re/018-6-0.mcache Binary files differindex f6cdea270..72c87d499 100644 --- a/maps/re/018-6-0.mcache +++ b/maps/re/018-6-0.mcache 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. |