summaryrefslogtreecommitdiff
path: root/npc/029-0
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-03-17 01:37:43 -0300
committerJesusaves <cpntb1@ymail.com>2021-03-17 01:37:43 -0300
commitf87568e9b29ab6dc2b2bff4bee254a8f1b6bb5c8 (patch)
tree55ea654f4f6caa103a2d161b3ee25561a060ae4c /npc/029-0
parent422e598b7b2babf3787fa013316c07c09f1723b4 (diff)
downloadserverdata-f87568e9b29ab6dc2b2bff4bee254a8f1b6bb5c8.tar.gz
serverdata-f87568e9b29ab6dc2b2bff4bee254a8f1b6bb5c8.tar.bz2
serverdata-f87568e9b29ab6dc2b2bff4bee254a8f1b6bb5c8.tar.xz
serverdata-f87568e9b29ab6dc2b2bff4bee254a8f1b6bb5c8.zip
Register Artis to the location master. It's now official.
Diffstat (limited to 'npc/029-0')
-rw-r--r--npc/029-0/_import.txt1
-rw-r--r--npc/029-0/town.txt11
2 files changed, 12 insertions, 0 deletions
diff --git a/npc/029-0/_import.txt b/npc/029-0/_import.txt
index a1ee90f8c..18816bb55 100644
--- a/npc/029-0/_import.txt
+++ b/npc/029-0/_import.txt
@@ -5,4 +5,5 @@
"npc/029-0/event.txt",
"npc/029-0/mobs.txt",
"npc/029-0/sakar.txt",
+"npc/029-0/town.txt",
"npc/029-0/warps.txt",
diff --git a/npc/029-0/town.txt b/npc/029-0/town.txt
new file mode 100644
index 000000000..c1e5eec51
--- /dev/null
+++ b/npc/029-0/town.txt
@@ -0,0 +1,11 @@
+// TMW-2 Script
+// Author:
+// Jesusalva
+// Description:
+// Reset LOCATION$ when entering a town
+
+029-0,203,85,0 script #LocArtis NPC_HIDDEN,3,3,{
+OnTouch:
+ EnterTown("Artis"); end;
+}
+