diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-01 23:39:06 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-01 23:39:06 -0300 |
commit | a68da5e3f8e9f2f4eb09ab70e473e66ff3a54d54 (patch) | |
tree | 30c39e91bb688212ac227f25a2037dc3ceba7eb7 /maps/009-1.tmx | |
parent | 7826609635f18e5cdb37b495c9246e8abc7059ae (diff) | |
download | clientdata-a68da5e3f8e9f2f4eb09ab70e473e66ff3a54d54.tar.gz clientdata-a68da5e3f8e9f2f4eb09ab70e473e66ff3a54d54.tar.bz2 clientdata-a68da5e3f8e9f2f4eb09ab70e473e66ff3a54d54.tar.xz clientdata-a68da5e3f8e9f2f4eb09ab70e473e66ff3a54d54.zip |
Forest Bow related stuff
Diffstat (limited to 'maps/009-1.tmx')
-rw-r--r-- | maps/009-1.tmx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/maps/009-1.tmx b/maps/009-1.tmx index 4c79ebb0..6a07c270 100644 --- a/maps/009-1.tmx +++ b/maps/009-1.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" tiledversion="1.1.5" orientation="orthogonal" renderorder="right-down" width="140" height="130" tilewidth="32" tileheight="32" infinite="0" nextobjectid="41"> +<map version="1.0" tiledversion="1.0.3" orientation="orthogonal" renderorder="right-down" width="140" height="130" tilewidth="32" tileheight="32" nextobjectid="41"> <properties> <property name="license" value="not specified"/> <property name="manaplus version" value="2"/> @@ -1475,7 +1475,7 @@ </properties> </object> </objectgroup> - <objectgroup color="#ffff00" name="spawns" visible="0"> + <objectgroup color="#ffff00" name="spawns"> <object id="30" name="Giant Maggot" type="spawn" x="1219" y="850" width="1836" height="720"> <properties> <property name="death" value="90000"/> @@ -1497,6 +1497,7 @@ <property name="death" value="45000"/> <property name="max_beings" value="5"/> <property name="monster_id" value="1067"/> + <property name="script" value="Fisherman::OnKillFireGoblin"/> <property name="spawn" value="45000"/> </properties> </object> |