diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-24 00:27:09 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-24 00:27:09 -0300 |
commit | 3eb24dd13095276da7286fe02f099f718196402e (patch) | |
tree | b7fcb1755225d8132f4c340bdfe2fe9a95e2032d /maps | |
parent | 50e74a61d023aed20a80d4d4331d59c028968f09 (diff) | |
download | clientdata-3eb24dd13095276da7286fe02f099f718196402e.tar.gz clientdata-3eb24dd13095276da7286fe02f099f718196402e.tar.bz2 clientdata-3eb24dd13095276da7286fe02f099f718196402e.tar.xz clientdata-3eb24dd13095276da7286fe02f099f718196402e.zip |
Wizardry Institute
Diffstat (limited to 'maps')
-rw-r--r-- | maps/027-1.tmx | 22 | ||||
-rw-r--r-- | maps/027-2.tmx | 19 |
2 files changed, 27 insertions, 14 deletions
diff --git a/maps/027-1.tmx b/maps/027-1.tmx index c75a7472..ccfe66c8 100644 --- a/maps/027-1.tmx +++ b/maps/027-1.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.2" tiledversion="2020.04.10" orientation="orthogonal" renderorder="right-down" width="180" height="180" tilewidth="32" tileheight="32" infinite="0" nextlayerid="73" nextobjectid="547"> +<map version="1.2" tiledversion="1.3.2" orientation="orthogonal" renderorder="right-down" compressionlevel="0" width="180" height="180" tilewidth="32" tileheight="32" infinite="0" nextlayerid="73" nextobjectid="547"> <properties> <property name="manaplus version" value="2"/> <property name="minimap" value="graphics/minimaps/027-1.png"/> @@ -1996,7 +1996,7 @@ </properties> </object> </objectgroup> - <objectgroup color="#00ffff" id="33" name="Warps" visible="0"> + <objectgroup color="#00ffff" id="33" name="Warps"> <object id="533" name="To Tulimshar" type="warp" x="2784" y="4992" width="192" height="32"> <properties> <property name="dest_map" value="003-1"/> @@ -2012,20 +2012,18 @@ <property name="npc_id" value="SCRIPT"/> </properties> </object> - <object id="535" name="Wizardry Instutite" type="warp" x="2336" y="1696" width="32" height="32"> + <object id="535" name="Wizardry Institute" type="warp" x="2336" y="1696" width="32" height="32"> <properties> - <property name="dest_map" value="000-0"/> - <property name="dest_x" value="22"/> - <property name="dest_y" value="22"/> - <property name="npc_id" value="SCRIPT"/> + <property name="dest_map" value="027-2"/> + <property name="dest_x" value="28"/> + <property name="dest_y" value="28"/> </properties> </object> - <object id="536" name="Wizardry Instutite" type="warp" x="2464" y="2080" width="32" height="32"> + <object id="536" name="Wizardry Institute" type="warp" x="2464" y="2080" width="32" height="32"> <properties> - <property name="dest_map" value="000-0"/> - <property name="dest_x" value="22"/> - <property name="dest_y" value="22"/> - <property name="npc_id" value="SCRIPT"/> + <property name="dest_map" value="027-2"/> + <property name="dest_x" value="32"/> + <property name="dest_y" value="42"/> </properties> </object> <object id="537" name="Scholarship Instutite" type="warp" x="3424" y="1888" width="32" height="32"> diff --git a/maps/027-2.tmx b/maps/027-2.tmx index 17bcd727..f0a624e5 100644 --- a/maps/027-2.tmx +++ b/maps/027-2.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.2" tiledversion="1.3.2" orientation="orthogonal" renderorder="right-down" compressionlevel="0" width="60" height="60" tilewidth="32" tileheight="32" infinite="0" nextlayerid="16" nextobjectid="1"> +<map version="1.2" tiledversion="1.3.2" orientation="orthogonal" renderorder="right-down" compressionlevel="0" width="60" height="60" tilewidth="32" tileheight="32" infinite="0" nextlayerid="16" nextobjectid="3"> <properties> <property name="Author" value="Donald Horn"/> <property name="license" value="CC BY SA 3.0"/> @@ -609,5 +609,20 @@ </data> </layer> <objectgroup id="9" name="Objects"/> - <objectgroup color="#000000" id="6" name="Warps"/> + <objectgroup color="#000000" id="6" name="Warps"> + <object id="1" name="To Academy" type="warp" x="896" y="928" width="32" height="32"> + <properties> + <property name="dest_map" value="027-1"/> + <property name="dest_x" value="73"/> + <property name="dest_y" value="54"/> + </properties> + </object> + <object id="2" name="To Academy" type="warp" x="1024" y="1376" width="32" height="32"> + <properties> + <property name="dest_map" value="027-1"/> + <property name="dest_x" value="77"/> + <property name="dest_y" value="66"/> + </properties> + </object> + </objectgroup> </map> |