diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-24 18:24:48 -0300 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-24 18:25:26 -0300 |
commit | 3ff2862cefb203d30a095d51c50df8b7442232ad (patch) | |
tree | 63b159ec870f634c915f5ef52ca11ee2c048466d /maps/005-1.tmx | |
parent | 9e555d6f636dfb96a6e5ea58bbdeaee9fc624586 (diff) | |
download | clientdata-3ff2862cefb203d30a095d51c50df8b7442232ad.tar.gz clientdata-3ff2862cefb203d30a095d51c50df8b7442232ad.tar.bz2 clientdata-3ff2862cefb203d30a095d51c50df8b7442232ad.tar.xz clientdata-3ff2862cefb203d30a095d51c50df8b7442232ad.zip |
This is required by previous server-data commits
Diffstat (limited to 'maps/005-1.tmx')
-rw-r--r-- | maps/005-1.tmx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/maps/005-1.tmx b/maps/005-1.tmx index 9c38b44e..15aa7f49 100644 --- a/maps/005-1.tmx +++ b/maps/005-1.tmx @@ -1350,6 +1350,7 @@ <property name="death" value="300000"/> <property name="max_beings" value="8"/> <property name="monster_id" value="1030"/> + <property name="script" value="Trainer::OnKillMaggot"/> <property name="spawn" value="35000"/> </properties> </object> @@ -1358,6 +1359,7 @@ <property name="death" value="300000"/> <property name="max_beings" value="8"/> <property name="monster_id" value="1073"/> + <property name="script" value="Trainer::OnKillCandorScorpion"/> <property name="spawn" value="35000"/> </properties> </object> @@ -1374,6 +1376,7 @@ <property name="death" value="300000"/> <property name="max_beings" value="16"/> <property name="monster_id" value="1073"/> + <property name="script" value="Trainer::OnKillCandorScorpion"/> <property name="spawn" value="35000"/> </properties> </object> @@ -1382,6 +1385,7 @@ <property name="death" value="300000"/> <property name="max_beings" value="4"/> <property name="monster_id" value="1075"/> + <property name="script" value="Trainer::OnKillManaBug"/> <property name="spawn" value="35000"/> </properties> </object> @@ -1390,6 +1394,7 @@ <property name="death" value="300000"/> <property name="max_beings" value="2"/> <property name="monster_id" value="1071"/> + <property name="script" value="Trainer::OnKillScorpion"/> <property name="spawn" value="35000"/> </properties> </object> |