diff options
author | wushin <pasekei@gmail.com> | 2014-04-16 13:09:51 -0500 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2014-04-16 13:09:51 -0500 |
commit | e04e9eb0065caa6adf12ef36efbd3c5a3c5c3652 (patch) | |
tree | c57506b8665c9acc305bc6c85064bb4a7ab1fbc5 /world/map/npc/023-2 | |
parent | 566297bd2b1467cf23e88bb2c0ad210b7d5a2ffa (diff) | |
parent | c84e27e10b0f6ed56ae0ee1b0ec4fe7e9d0fd507 (diff) | |
download | serverdata-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/023-2')
-rw-r--r-- | world/map/npc/023-2/_import.txt | 5 | ||||
-rw-r--r-- | world/map/npc/023-2/_mobs.txt | 9 | ||||
-rw-r--r-- | world/map/npc/023-2/_warps.txt | 5 |
3 files changed, 19 insertions, 0 deletions
diff --git a/world/map/npc/023-2/_import.txt b/world/map/npc/023-2/_import.txt new file mode 100644 index 00000000..c9571ad9 --- /dev/null +++ b/world/map/npc/023-2/_import.txt @@ -0,0 +1,5 @@ +// Map 023-2: Lighthouse +// This file is generated automatically. All manually changes will be removed when running the Converter. +map: 023-2.gat +npc: npc/023-2/_mobs.txt +npc: npc/023-2/_warps.txt diff --git a/world/map/npc/023-2/_mobs.txt b/world/map/npc/023-2/_mobs.txt new file mode 100644 index 00000000..2f4ee765 --- /dev/null +++ b/world/map/npc/023-2/_mobs.txt @@ -0,0 +1,9 @@ +// This file is generated automatically. All manually changes will be removed when running the Converter. +// Lighthouse mobs + + + +023-2.gat,0,0,0|script|Mob023-2|-1, +{ + end; +} diff --git a/world/map/npc/023-2/_warps.txt b/world/map/npc/023-2/_warps.txt new file mode 100644 index 00000000..1c25c857 --- /dev/null +++ b/world/map/npc/023-2/_warps.txt @@ -0,0 +1,5 @@ +// This file is generated automatically. All manually changes will be removed when running the Converter. +// Lighthouse warps + +023-2.gat,31,40|warp|To Lighthouse Beach|-1,-1,023-1.gat,36,35 +023-2.gat,31,31|warp|To Lighthouse Beach|-1,-1,023-1.gat,36,23 |