diff options
Diffstat (limited to 'maps')
-rw-r--r-- | maps/026-6.tmx | 8 | ||||
-rw-r--r-- | maps/026-7.tmx | 7 |
2 files changed, 10 insertions, 5 deletions
diff --git a/maps/026-6.tmx b/maps/026-6.tmx index 4e329b08..27ff1abf 100644 --- a/maps/026-6.tmx +++ b/maps/026-6.tmx @@ -939,15 +939,15 @@ <property name="death" value="10000"/> <property name="max_beings" value="1"/> <property name="monster_id" value="1120"/> + <property name="script" value="#026-6Gate::OnGoto"/> <property name="spawn" value="10000"/> </properties> </object> <object id="18" name="Back to Fortress" type="warp" x="2816" y="3008" width="32" height="32"> <properties> - <property name="dest_map" value=""/> - <property name="dest_x" value=""/> - <property name="dest_y" value=""/> - <property name="npc_id" value="SCRIPT"/> + <property name="dest_map" value="025-2"/> + <property name="dest_x" value="100"/> + <property name="dest_y" value="25"/> </properties> </object> <object id="19" name="ToBook" type="warp" x="3040" y="3872" width="32" height="32"> diff --git a/maps/026-7.tmx b/maps/026-7.tmx index 001e6b57..14c84413 100644 --- a/maps/026-7.tmx +++ b/maps/026-7.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" compressionlevel="0" width="80" height="80" tilewidth="32" tileheight="32" infinite="0" nextlayerid="11" nextobjectid="7"> +<map version="1.8" tiledversion="1.8.0" orientation="orthogonal" renderorder="right-down" compressionlevel="0" width="80" height="80" tilewidth="32" tileheight="32" infinite="0" nextlayerid="11" nextobjectid="8"> <properties> <property name="background0image" value="graphics/images/spit23loginwallpaper_800x600.png"/> <property name="license" value="CC-BY-SA 3.0"/> @@ -771,5 +771,10 @@ <property name="dest_y" value="41"/> </properties> </object> + <object id="7" name="Bleed Timer" type="function" x="672" y="864" width="32" height="96"> + <properties> + <property name="doevent" value="#DungeonCore::OnBleed"/> + </properties> + </object> </objectgroup> </map> |