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/069-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/069-2')
-rw-r--r-- | world/map/npc/069-2/_import.txt | 6 | ||||
-rw-r--r-- | world/map/npc/069-2/_mobs.txt | 9 | ||||
-rw-r--r-- | world/map/npc/069-2/_warps.txt | 17 | ||||
-rw-r--r-- | world/map/npc/069-2/wizards.txt | 60 |
4 files changed, 92 insertions, 0 deletions
diff --git a/world/map/npc/069-2/_import.txt b/world/map/npc/069-2/_import.txt new file mode 100644 index 00000000..33239ec5 --- /dev/null +++ b/world/map/npc/069-2/_import.txt @@ -0,0 +1,6 @@ +// Map 069-2: Tulimshar Castle Indoors +// This file is generated automatically. All manually changes will be removed when running the Converter. +map: 069-2.gat +npc: npc/069-2/_mobs.txt +npc: npc/069-2/_warps.txt +npc: npc/069-2/wizards.txt diff --git a/world/map/npc/069-2/_mobs.txt b/world/map/npc/069-2/_mobs.txt new file mode 100644 index 00000000..d5e5bfd1 --- /dev/null +++ b/world/map/npc/069-2/_mobs.txt @@ -0,0 +1,9 @@ +// This file is generated automatically. All manually changes will be removed when running the Converter. +// Tulimshar Castle Indoors mobs + + + +069-2.gat,0,0,0|script|Mob069-2|-1, +{ + end; +} diff --git a/world/map/npc/069-2/_warps.txt b/world/map/npc/069-2/_warps.txt new file mode 100644 index 00000000..dfe0fe78 --- /dev/null +++ b/world/map/npc/069-2/_warps.txt @@ -0,0 +1,17 @@ +// This file is generated automatically. All manually changes will be removed when running the Converter. +// Tulimshar Castle Indoors warps + +069-2.gat,24,31|warp|to Tulmishar Castle Outdoor|-1,-1,069-1.gat,90,101 +069-2.gat,55,31|warp|to Tulmishar Castle Outdoor|-1,-1,069-1.gat,98,80 +069-2.gat,86,31|warp|to Tulmishar Castle Outdoor|-1,-1,069-1.gat,98,58 +069-2.gat,117,31|warp|to Tulmishar Castle Outdoor|-1,-1,069-1.gat,90,41 +069-2.gat,24,62|warp|to Tulmishar Castle Outdoor|-1,-1,069-1.gat,44,41 +069-2.gat,55,62|warp|to Tulmishar Castle Outdoor|-1,-1,069-1.gat,35,58 +069-2.gat,86,62|warp|to Tulmishar Castle Outdoor|-1,-1,069-1.gat,35,80 +069-2.gat,117,62|warp|to Tulmishar Castle Outdoor|-1,-1,069-1.gat,43,100 +069-2.gat,45,127|warp|to Tulmishar Castle Outdoor|2,-1,069-1.gat,66,57 +069-2.gat,45,83|warp|to Tulmishar Castle Throne|2,-1,069-2.gat,106,116 +069-2.gat,107,117|warp|to Tulmishar Castle Main Floor|2,-1,069-2.gat,44,84 +069-2.gat,107,117|warp|to Tulmishar Castle Main Floor|2,-1,069-2.gat,44,84 +069-2.gat,116,127|warp|to Tulmishar Castle Parapet|1,-1,069-1.gat,69,42 +069-2.gat,97,127|warp|to Tulmishar Castle Parapet|1,-1,069-1.gat,64,42 diff --git a/world/map/npc/069-2/wizards.txt b/world/map/npc/069-2/wizards.txt new file mode 100644 index 00000000..f1df5ef4 --- /dev/null +++ b/world/map/npc/069-2/wizards.txt @@ -0,0 +1,60 @@ +// Council of Ruling Wizards Room + +// manaseed +069-2.gat,106,82,0|script|Desert Mana Seed#_M|166, +{ + end; +} + +// +069-2.gat,101,85,0|script|Wizard#1|355, +{ + end; +} + +// +069-2.gat,94,87,0|script|Wizard#2|356, +{ + end; +} + +// +069-2.gat,94,93,0|script|Wizard#3|357, +{ + end; +} + +// +069-2.gat,101,95,0|script|Wizard#4|358, +{ + end; +} + +// +069-2.gat,112,85,0|script|Wizard#5|359, +{ + end; +} + +// +069-2.gat,119,87,0|script|Wizard#6|360, +{ + end; +} + +// +069-2.gat,119,93,0|script|Wizard#7|361, +{ + end; +} + +// +069-2.gat,112,95,0|script|Wizard#8|362, +{ + end; +} +// +069-2.gat,106,90,0|script|Arch-Wizard#9|354, +{ + end; +} |