diff options
author | wushin <pasekei@gmail.com> | 2016-09-26 11:57:39 -0500 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2016-10-12 11:15:21 -0500 |
commit | 59d87c3b93a0363bb003fd1f3c2f8031e186869f (patch) | |
tree | 2c7722f6585246aba703f1b311db3e9f8bf82243 /maps/001-2-19.tmx | |
parent | 5a2dc62fa7f8e50575143ef1def8b9587ce6fc66 (diff) | |
download | clientdata-59d87c3b93a0363bb003fd1f3c2f8031e186869f.tar.gz clientdata-59d87c3b93a0363bb003fd1f3c2f8031e186869f.tar.bz2 clientdata-59d87c3b93a0363bb003fd1f3c2f8031e186869f.tar.xz clientdata-59d87c3b93a0363bb003fd1f3c2f8031e186869f.zip |
Converted warps into maps
Converted mobs into maps
Diffstat (limited to 'maps/001-2-19.tmx')
-rw-r--r-- | maps/001-2-19.tmx | 46 |
1 files changed, 41 insertions, 5 deletions
diff --git a/maps/001-2-19.tmx b/maps/001-2-19.tmx index 989ba0d4..2a01243c 100644 --- a/maps/001-2-19.tmx +++ b/maps/001-2-19.tmx @@ -475,11 +475,47 @@ </data> </layer> <objectgroup name="Object"> - <object id="1" name="To Artis North" type="warp" x="1312" y="992" width="32" height="32"/> - <object id="2" name="To Storage" type="warp" x="1312" y="800" width="32" height="32"/> - <object id="3" name="To Artis Middle" type="warp" x="1056" y="1216" width="32" height="32"/> - <object id="4" name="To Merchant Room" type="warp" x="1312" y="1760" width="32" height="32"/> - <object id="5" name="To Artis South" type="warp" x="1312" y="1504" width="32" height="32"/> + <object id="1" name="To Artis North" type="warp" x="1312" y="992" width="32" height="32"> + <properties> + <property name="dest_map" value="001-1"/> + <property name="dest_x" value="104"/> + <property name="dest_y" value="33"/> + </properties> + </object> + <object id="2" name="To Storage" type="ani_warp" x="1312" y="800" width="32" height="32"> + <properties> + <property name="dest_map" value="001-2-25"/> + <property name="dest_x" value="29"/> + <property name="dest_y" value="30"/> + <property name="npc_id" value="NPC_ARTIS_DOOR_WOOD"/> + <property name="trigger_x" value="2"/> + <property name="trigger_y" value="3"/> + </properties> + </object> + <object id="3" name="To Artis Middle" type="warp" x="1056" y="1216" width="32" height="32"> + <properties> + <property name="dest_map" value="001-1"/> + <property name="dest_x" value="101"/> + <property name="dest_y" value="37"/> + </properties> + </object> + <object id="4" name="To Merchant Room" type="warp" x="1312" y="1760" width="32" height="32"> + <properties> + <property name="dest_map" value="001-2-20"/> + <property name="dest_x" value="29"/> + <property name="dest_y" value="27"/> + </properties> + </object> + <object id="5" name="To Artis South" type="ani_warp" x="1312" y="1504" width="32" height="32"> + <properties> + <property name="dest_map" value="001-1"/> + <property name="dest_x" value="104"/> + <property name="dest_y" value="42"/> + <property name="npc_id" value="NPC_ARTIS_DOOR_WOOD"/> + <property name="trigger_x" value="2"/> + <property name="trigger_y" value="3"/> + </properties> + </object> </objectgroup> <layer name="Heights" width="70" height="81"> <data encoding="csv"> |