diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-30 03:55:24 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-30 03:55:24 -0300 |
commit | e5d98a95837600fee74545a9d3a2f4b3608c52e2 (patch) | |
tree | fffd9fc895bdd49c6218126a8e1f45b220ac515c /maps | |
parent | 4d8d03bac98744e85a926009ad4f3ca230a8c9c1 (diff) | |
download | clientdata-e5d98a95837600fee74545a9d3a2f4b3608c52e2.tar.gz clientdata-e5d98a95837600fee74545a9d3a2f4b3608c52e2.tar.bz2 clientdata-e5d98a95837600fee74545a9d3a2f4b3608c52e2.tar.xz clientdata-e5d98a95837600fee74545a9d3a2f4b3608c52e2.zip |
object data
Diffstat (limited to 'maps')
-rw-r--r-- | maps/017-10.tmx | 10 | ||||
-rw-r--r-- | maps/042-2.tmx | 1 | ||||
-rw-r--r-- | maps/042-3.tmx | 3 |
3 files changed, 12 insertions, 2 deletions
diff --git a/maps/017-10.tmx b/maps/017-10.tmx index bbc0e539..bc5ba373 100644 --- a/maps/017-10.tmx +++ b/maps/017-10.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.2" tiledversion="1.2.2" orientation="orthogonal" renderorder="right-down" width="120" height="100" tilewidth="32" tileheight="32" infinite="0" nextlayerid="11" nextobjectid="19"> +<map version="1.2" tiledversion="1.3.2" orientation="orthogonal" renderorder="right-down" compressionlevel="0" width="120" height="100" tilewidth="32" tileheight="32" infinite="0" nextlayerid="11" nextobjectid="20"> <properties> <property name="author" value="LoF Team, Jesusalva, Xanthem"/> <property name="license" value="GPL v2+"/> @@ -785,6 +785,14 @@ <property name="dest_y" value="21"/> </properties> </object> + <object id="19" name="To LoF Docks" type="warp" x="2016" y="704" width="64" height="32"> + <properties> + <property name="dest_map" value="000-1"/> + <property name="dest_x" value="22"/> + <property name="dest_y" value="22"/> + <property name="npc_id" value="SCRIPT"/> + </properties> + </object> </objectgroup> <objectgroup id="8" name="Margin" visible="0"> <object id="3" name="m" type="fixme" x="0" y="0" width="640" height="640"/> diff --git a/maps/042-2.tmx b/maps/042-2.tmx index b47155d7..88b90532 100644 --- a/maps/042-2.tmx +++ b/maps/042-2.tmx @@ -751,6 +751,7 @@ <property name="dest_map" value="042-1"/> <property name="dest_x" value="51"/> <property name="dest_y" value="24"/> + <property name="npc_id" value="SCRIPT"/> </properties> </object> <object id="2" name="To Jail" type="warp" x="1312" y="704" width="32" height="32"> diff --git a/maps/042-3.tmx b/maps/042-3.tmx index 66622d73..8e574ffd 100644 --- a/maps/042-3.tmx +++ b/maps/042-3.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.2" tiledversion="1.2.3" orientation="orthogonal" renderorder="right-down" width="120" height="160" tilewidth="32" tileheight="32" infinite="0" nextlayerid="10" nextobjectid="7"> +<map version="1.2" tiledversion="1.3.2" orientation="orthogonal" renderorder="right-down" compressionlevel="0" width="120" height="160" tilewidth="32" tileheight="32" infinite="0" nextlayerid="10" nextobjectid="7"> <properties> <property name="license" value="CC-BY-SA 3.0"/> <property name="manaplus version" value="2"/> @@ -1394,6 +1394,7 @@ <property name="dest_map" value="042-2"/> <property name="dest_x" value="41"/> <property name="dest_y" value="23"/> + <property name="npc_id" value="SCRIPT"/> </properties> </object> <object id="2" name="To Sewer" type="warp" x="1984" y="608" width="64" height="32"> |