diff options
-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 bbc0e5396..bc5ba373e 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 b47155d70..88b905329 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 66622d735..8e574ffde 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"> |