diff options
author | Jesusaves <cpntb1@ymail.com> | 2023-10-07 22:48:46 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2023-10-07 22:48:46 -0300 |
commit | e20694b06e7c13d439a3afab257a5a9d30926949 (patch) | |
tree | 14561f04a4fc921fcb9781f6b85aac060c4fa818 | |
parent | f54ee9d271c9c7929048abc557e041769b75b5cf (diff) | |
download | clientdata-e20694b06e7c13d439a3afab257a5a9d30926949.tar.gz clientdata-e20694b06e7c13d439a3afab257a5a9d30926949.tar.bz2 clientdata-e20694b06e7c13d439a3afab257a5a9d30926949.tar.xz clientdata-e20694b06e7c13d439a3afab257a5a9d30926949.zip |
Add map zone specs to 026-2 (it is a Cursed Lands map, but not a very dangerous one)
-rw-r--r-- | maps/026-2.tmx | 17 | ||||
-rw-r--r-- | maps/026-3.tmx | 10 |
2 files changed, 24 insertions, 3 deletions
diff --git a/maps/026-2.tmx b/maps/026-2.tmx index d5d0212be..1c1dbb907 100644 --- a/maps/026-2.tmx +++ b/maps/026-2.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" compressionlevel="0" width="120" height="120" tilewidth="32" tileheight="32" infinite="0" nextlayerid="11" nextobjectid="4"> +<map version="1.8" tiledversion="1.8.0" orientation="orthogonal" renderorder="right-down" compressionlevel="0" width="120" height="120" tilewidth="32" tileheight="32" infinite="0" nextlayerid="11" nextobjectid="7"> <properties> <property name="background0image" value="graphics/images/spit23loginwallpaper_800x600.png"/> <property name="manaplus version" value="2"/> @@ -1201,5 +1201,20 @@ <property name="npc_id" value="SCRIPT"/> </properties> </object> + <object id="4" name="Curse Timer" type="function" x="1024" y="3104" width="32" height="32"> + <properties> + <property name="doevent" value="#DungeonCore::OnCurse"/> + </properties> + </object> + <object id="5" name="Curse Timer" type="function" x="928" y="864" width="32" height="32"> + <properties> + <property name="doevent" value="#DungeonCore::OnCurse"/> + </properties> + </object> + <object id="6" name="Curse Timer" type="function" x="2752" y="864" width="32" height="32"> + <properties> + <property name="doevent" value="#DungeonCore::OnCurse"/> + </properties> + </object> </objectgroup> </map> diff --git a/maps/026-3.tmx b/maps/026-3.tmx index 121bd284a..a2c55a341 100644 --- a/maps/026-3.tmx +++ b/maps/026-3.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="150" height="150" tilewidth="32" tileheight="32" infinite="0" nextlayerid="7" nextobjectid="5"> +<map version="1.8" tiledversion="1.8.0" orientation="orthogonal" renderorder="right-down" width="150" height="150" tilewidth="32" tileheight="32" infinite="0" nextlayerid="7" nextobjectid="6"> <properties> <property name="background0image" value="graphics/images/spit23loginwallpaper_800x600.png"/> <property name="manaplus version" value="2"/> @@ -926,5 +926,11 @@ 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2 </data> </layer> - <objectgroup id="5" name="Objects"/> + <objectgroup id="5" name="Objects"> + <object id="5" name="Heat Timer" type="function" x="2336" y="256" width="32" height="32"> + <properties> + <property name="doevent" value="#DungeonCore::OnHeat"/> + </properties> + </object> + </objectgroup> </map> |