diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-01-14 17:36:55 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-01-14 17:36:55 -0300 |
commit | 76132fc694feedd839a24602c6a3e73203fc2198 (patch) | |
tree | dcfc42522686c1d27c62b80ad019b4a8b148103e | |
parent | e1a5537d4c4e85022e22a222a8f430f77547af0e (diff) | |
download | clientdata-76132fc694feedd839a24602c6a3e73203fc2198.tar.gz clientdata-76132fc694feedd839a24602c6a3e73203fc2198.tar.bz2 clientdata-76132fc694feedd839a24602c6a3e73203fc2198.tar.xz clientdata-76132fc694feedd839a24602c6a3e73203fc2198.zip |
Needed map updates
-rw-r--r-- | maps/025-1.tmx | 7 | ||||
-rw-r--r-- | maps/025-3.tmx | 3 |
2 files changed, 8 insertions, 2 deletions
diff --git a/maps/025-1.tmx b/maps/025-1.tmx index 193a36f7..0c43baa8 100644 --- a/maps/025-1.tmx +++ b/maps/025-1.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.4" tiledversion="1.4.1" orientation="orthogonal" renderorder="right-down" compressionlevel="0" width="200" height="140" tilewidth="32" tileheight="32" infinite="0" nextlayerid="15" nextobjectid="101"> +<map version="1.4" tiledversion="1.4.1" orientation="orthogonal" renderorder="right-down" compressionlevel="0" width="200" height="140" tilewidth="32" tileheight="32" infinite="0" nextlayerid="15" nextobjectid="102"> <properties> <property name="manaplus version" value="2"/> <property name="minimap" value="graphics/minimaps/025-1.png"/> @@ -1146,6 +1146,11 @@ <property name="doevent" value="#DungeonCore::OnCurse"/> </properties> </object> + <object id="101" name="Curse Timer" type="function" x="3136" y="704" width="128" height="32"> + <properties> + <property name="doevent" value="#DungeonCore::OnCurse"/> + </properties> + </object> </objectgroup> <objectgroup color="#ff0000" id="10" name="spawns" visible="0"> <object id="7" name="Moubi" type="spawn" x="799" y="2911" width="992" height="448"> diff --git a/maps/025-3.tmx b/maps/025-3.tmx index ae7085c7..68c64c88 100644 --- a/maps/025-3.tmx +++ b/maps/025-3.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.2" tiledversion="1.3.2" orientation="orthogonal" renderorder="right-down" compressionlevel="0" width="200" height="200" tilewidth="32" tileheight="32" infinite="0" nextlayerid="11" nextobjectid="5"> +<map version="1.4" tiledversion="1.4.1" orientation="orthogonal" renderorder="right-down" compressionlevel="0" width="200" height="200" tilewidth="32" tileheight="32" infinite="0" nextlayerid="11" nextobjectid="5"> <properties> <property name="manaplus version" value="2"/> <property name="minimap" value="graphics/minimaps/025-3.png"/> @@ -1933,6 +1933,7 @@ <property name="dest_map" value="026-0"/> <property name="dest_x" value="64"/> <property name="dest_y" value="98"/> + <property name="npc_id" value="SCRIPT"/> </properties> </object> <object id="3" name="Moubi" type="spawn" x="768" y="4480" width="4832" height="1120"> |