summaryrefslogtreecommitdiff
path: root/world/map/npc/043-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/043-1
parent566297bd2b1467cf23e88bb2c0ad210b7d5a2ffa (diff)
parentc84e27e10b0f6ed56ae0ee1b0ec4fe7e9d0fd507 (diff)
downloadserverdata-e04e9eb0065caa6adf12ef36efbd3c5a3c5c3652.tar.gz
serverdata-e04e9eb0065caa6adf12ef36efbd3c5a3c5c3652.tar.bz2
serverdata-e04e9eb0065caa6adf12ef36efbd3c5a3c5c3652.tar.xz
serverdata-e04e9eb0065caa6adf12ef36efbd3c5a3c5c3652.zip
Merge pull request #79 from wushin/Tile-Fixes-Map-Travelv2014.4.16
Tile map fixes sprite travel
Diffstat (limited to 'world/map/npc/043-1')
-rw-r--r--world/map/npc/043-1/_import.txt2
-rw-r--r--world/map/npc/043-1/_warps.txt2
-rw-r--r--world/map/npc/043-1/mapflags.txt1
-rw-r--r--world/map/npc/043-1/ryger.txt11
4 files changed, 15 insertions, 1 deletions
diff --git a/world/map/npc/043-1/_import.txt b/world/map/npc/043-1/_import.txt
index 0ed2ee41..4e21bda1 100644
--- a/world/map/npc/043-1/_import.txt
+++ b/world/map/npc/043-1/_import.txt
@@ -3,3 +3,5 @@
map: 043-1.gat
npc: npc/043-1/_mobs.txt
npc: npc/043-1/_warps.txt
+npc: npc/043-1/mapflags.txt
+npc: npc/043-1/ryger.txt
diff --git a/world/map/npc/043-1/_warps.txt b/world/map/npc/043-1/_warps.txt
index b29eee10..2f2c590f 100644
--- a/world/map/npc/043-1/_warps.txt
+++ b/world/map/npc/043-1/_warps.txt
@@ -1,6 +1,6 @@
// This file is generated automatically. All manually changes will be removed when running the Converter.
// Beach warps
-043-1.gat,44,19|warp|To Beach|1,-1,003-1.gat,114,116
+043-1.gat,43,19|warp|To Beach|4,-1,003-1.gat,114,116
043-1.gat,85,54|warp|To Mining Camp|-1,-1,002-3.gat,22,85
043-1.gat,52,38|warp|To Sandy Dungeon|-1,-1,043-3.gat,31,35
diff --git a/world/map/npc/043-1/mapflags.txt b/world/map/npc/043-1/mapflags.txt
new file mode 100644
index 00000000..da09b939
--- /dev/null
+++ b/world/map/npc/043-1/mapflags.txt
@@ -0,0 +1 @@
+043-1.gat|mapflag|resave|002-3,72,66
diff --git a/world/map/npc/043-1/ryger.txt b/world/map/npc/043-1/ryger.txt
new file mode 100644
index 00000000..f3178538
--- /dev/null
+++ b/world/map/npc/043-1/ryger.txt
@@ -0,0 +1,11 @@
+// Sandstorm mine guard
+
+043-1.gat,88,60,0|script|Ryger|123,
+{
+ mes "[Ryger]";
+ mes "\"I'm watching this mine to make sure the monsters don't harm the miners.\"";
+ goto L_Close;
+
+L_Close:
+ close;
+}