diff options
-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"> |