summaryrefslogtreecommitdiff
path: root/world/map/npc/013-1
diff options
context:
space:
mode:
authorwushin <pasekei@gmail.com>2014-04-16 13:09:51 -0500
committerwushin <pasekei@gmail.com>2014-04-16 13:09:51 -0500
commite04e9eb0065caa6adf12ef36efbd3c5a3c5c3652 (patch)
treec57506b8665c9acc305bc6c85064bb4a7ab1fbc5 /world/map/npc/013-1
parent566297bd2b1467cf23e88bb2c0ad210b7d5a2ffa (diff)
parentc84e27e10b0f6ed56ae0ee1b0ec4fe7e9d0fd507 (diff)
downloadserverdata-2014.4.16.tar.gz
serverdata-2014.4.16.tar.bz2
serverdata-2014.4.16.tar.xz
serverdata-2014.4.16.zip
Merge pull request #79 from wushin/Tile-Fixes-Map-Travelv2014.4.16
Tile map fixes sprite travel
Diffstat (limited to 'world/map/npc/013-1')
-rw-r--r--world/map/npc/013-1/_import.txt2
-rw-r--r--world/map/npc/013-1/mapflags.txt1
-rw-r--r--world/map/npc/013-1/traveler.txt7
3 files changed, 10 insertions, 0 deletions
diff --git a/world/map/npc/013-1/_import.txt b/world/map/npc/013-1/_import.txt
index 2c096edd..fa8c682b 100644
--- a/world/map/npc/013-1/_import.txt
+++ b/world/map/npc/013-1/_import.txt
@@ -4,4 +4,6 @@ map: 013-1.gat
npc: npc/013-1/_mobs.txt
npc: npc/013-1/_warps.txt
npc: npc/013-1/flowerpentagram.txt
+npc: npc/013-1/mapflags.txt
npc: npc/013-1/sagatha.txt
+npc: npc/013-1/traveler.txt
diff --git a/world/map/npc/013-1/mapflags.txt b/world/map/npc/013-1/mapflags.txt
new file mode 100644
index 00000000..4c296e01
--- /dev/null
+++ b/world/map/npc/013-1/mapflags.txt
@@ -0,0 +1 @@
+013-1.gat|mapflag|resave|013-1,126,99
diff --git a/world/map/npc/013-1/traveler.txt b/world/map/npc/013-1/traveler.txt
new file mode 100644
index 00000000..405c82b1
--- /dev/null
+++ b/world/map/npc/013-1/traveler.txt
@@ -0,0 +1,7 @@
+013-1.gat,120,90,0|script|Faris the Traveler|103,
+{
+ set @NpcName$, "Faris";
+ set @NpcTravelBit, $@magic_house_bit;
+ callfunc "Traveler";
+ end;
+}