diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-05-09 19:33:35 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-05-09 19:33:35 -0300 |
commit | 8e99c2183c04cfeda92227055ffc56d46e309709 (patch) | |
tree | c59072d1eaeeab2b9ae4a12703d7a27b008fd180 | |
parent | d01f6d5097866deb0387baaa26b8c7272ce321d0 (diff) | |
download | clientdata-8e99c2183c04cfeda92227055ffc56d46e309709.tar.gz clientdata-8e99c2183c04cfeda92227055ffc56d46e309709.tar.bz2 clientdata-8e99c2183c04cfeda92227055ffc56d46e309709.tar.xz clientdata-8e99c2183c04cfeda92227055ffc56d46e309709.zip |
This is the old warps version
-rw-r--r-- | maps/032-1.tmx | 10 | ||||
-rw-r--r-- | maps/032-2.tmx | 9 |
2 files changed, 17 insertions, 2 deletions
diff --git a/maps/032-1.tmx b/maps/032-1.tmx index bcc729e05..65a6313a4 100644 --- a/maps/032-1.tmx +++ b/maps/032-1.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.8" tiledversion="1.8.0" orientation="orthogonal" renderorder="right-down" width="188" height="256" tilewidth="32" tileheight="32" infinite="0" nextlayerid="13" nextobjectid="15"> +<map version="1.8" tiledversion="1.8.0" orientation="orthogonal" renderorder="right-down" width="188" height="256" tilewidth="32" tileheight="32" infinite="0" nextlayerid="13" nextobjectid="16"> <properties> <property name="license" value="CC BY-SA 3.0"/> <property name="manaplus version" value="2"/> @@ -2762,5 +2762,13 @@ <property name="spawn" value="35000"/> </properties> </object> + <object id="15" name="Desert Bandit" type="spawn" x="0" y="0" width="32" height="32"> + <properties> + <property name="death" value="50000"/> + <property name="max_beings" value="8"/> + <property name="monster_id" value="1124"/> + <property name="spawn" value="85000"/> + </properties> + </object> </objectgroup> </map> diff --git a/maps/032-2.tmx b/maps/032-2.tmx index 85c0fec26..ecca931e0 100644 --- a/maps/032-2.tmx +++ b/maps/032-2.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.8" tiledversion="1.8.0" orientation="orthogonal" renderorder="right-down" width="200" height="200" tilewidth="32" tileheight="32" infinite="0" nextlayerid="9" nextobjectid="41"> +<map version="1.8" tiledversion="1.8.0" orientation="orthogonal" renderorder="right-down" width="200" height="200" tilewidth="32" tileheight="32" infinite="0" nextlayerid="9" nextobjectid="42"> <properties> <property name="manaplus version" value="2"/> <property name="minimap" value="graphics/minimaps/032-2.png"/> @@ -1229,5 +1229,12 @@ <property name="dest_y" value="109"/> </properties> </object> + <object id="41" name="Warp" type="warp" x="2400" y="1696" width="32" height="32"> + <properties> + <property name="dest_map" value="self"/> + <property name="dest_x" value="133"/> + <property name="dest_y" value="29"/> + </properties> + </object> </objectgroup> </map> |