diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-15 21:21:50 -0200 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-15 21:21:50 -0200 |
commit | eec89d41d1354d2869bff754c5e23b1ea27b45fb (patch) | |
tree | 868acaf31b88b5ec44a8913d3b03da7cd64ee109 /maps | |
parent | 6adf4a1ae781a22c768732bbcd140e56d0383da9 (diff) | |
download | clientdata-eec89d41d1354d2869bff754c5e23b1ea27b45fb.tar.gz clientdata-eec89d41d1354d2869bff754c5e23b1ea27b45fb.tar.bz2 clientdata-eec89d41d1354d2869bff754c5e23b1ea27b45fb.tar.xz clientdata-eec89d41d1354d2869bff754c5e23b1ea27b45fb.zip |
Sanitize Tulim exit warps, remove warp replaced with NPC.client-180215
Diffstat (limited to 'maps')
-rw-r--r-- | maps/003-1.tmx | 2 | ||||
-rw-r--r-- | maps/003-5.tmx | 10 | ||||
-rw-r--r-- | maps/004-1.tmx | 4 |
3 files changed, 5 insertions, 11 deletions
diff --git a/maps/003-1.tmx b/maps/003-1.tmx index 03816006..f85c973a 100644 --- a/maps/003-1.tmx +++ b/maps/003-1.tmx @@ -1854,7 +1854,7 @@ <object id="64" name="Leave Tulimshar" type="warp" x="1856" y="5024" width="160" height="32"> <properties> <property name="dest_map" value="004-1"/> - <property name="dest_x" value="64"/> + <property name="dest_x" value="63"/> <property name="dest_y" value="57"/> </properties> </object> diff --git a/maps/003-5.tmx b/maps/003-5.tmx index bab494c6..33cc2a77 100644 --- a/maps/003-5.tmx +++ b/maps/003-5.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" tiledversion="1.1.1" orientation="orthogonal" renderorder="right-down" width="70" height="68" tilewidth="32" tileheight="32" infinite="0" nextobjectid="34"> +<map version="1.0" tiledversion="2018.02.14" orientation="orthogonal" renderorder="right-down" width="70" height="68" tilewidth="32" tileheight="32" infinite="0" nextobjectid="35"> <properties> <property name="license" value="CC BY-SA 3.0"/> <property name="manaplus version" value="2"/> @@ -531,12 +531,6 @@ </data> </layer> <objectgroup name="Objects"> - <object id="31" name="To Outside" type="warp" x="1216" y="1312" width="32" height="32"> - <properties> - <property name="dest_map" value="003-1"/> - <property name="dest_x" value="96"/> - <property name="dest_y" value="145"/> - </properties> - </object> + <object id="34" name="graphics/particles/warp.xml" type="particle_effect" x="1216" y="1312" width="32" height="32"/> </objectgroup> </map> diff --git a/maps/004-1.tmx b/maps/004-1.tmx index 783b7f4b..910845d2 100644 --- a/maps/004-1.tmx +++ b/maps/004-1.tmx @@ -1371,8 +1371,8 @@ <object id="48" name="To Tulimshar" type="warp" x="1952" y="1792" width="160" height="32"> <properties> <property name="dest_map" value="003-1"/> - <property name="dest_x" value="59"/> - <property name="dest_y" value="157"/> + <property name="dest_x" value="60"/> + <property name="dest_y" value="156"/> </properties> </object> <object id="60" name="Maggot" type="spawn" x="1632" y="577" width="2144" height="3136"> |