summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjesusalva <cpntb1@ymail.com>2018-02-24 18:24:48 -0300
committerjesusalva <cpntb1@ymail.com>2018-02-24 18:25:26 -0300
commit3ff2862cefb203d30a095d51c50df8b7442232ad (patch)
tree63b159ec870f634c915f5ef52ca11ee2c048466d
parent9e555d6f636dfb96a6e5ea58bbdeaee9fc624586 (diff)
downloadclientdata-3ff2862cefb203d30a095d51c50df8b7442232ad.tar.gz
clientdata-3ff2862cefb203d30a095d51c50df8b7442232ad.tar.bz2
clientdata-3ff2862cefb203d30a095d51c50df8b7442232ad.tar.xz
clientdata-3ff2862cefb203d30a095d51c50df8b7442232ad.zip
This is required by previous server-data commits
-rw-r--r--items.xml16
-rw-r--r--maps/005-1.tmx5
2 files changed, 20 insertions, 1 deletions
diff --git a/items.xml b/items.xml
index e0a4c6a7..a1176ea0 100644
--- a/items.xml
+++ b/items.xml
@@ -3886,7 +3886,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml.
<item id="3518"
image="equipment/weapons/divinesword.png|W:#ff0000"
name="Judgement ★★★"
- description="Sometimes, to Saves the ones you like, you must judge the ones you doesn't."
+ description="Sometimes, to Saves the ones you like, you must judge the ones you don't."
attack="100"
effect="Splash damage and knockback effect"
level="24"
@@ -3899,6 +3899,20 @@ Colors for dyeable equipments or items are set up by itemcolors.xml.
<sound event="hit">weapons/piouslayer/hit1.ogg</sound>
<sound event="miss">weapons/piouslayer/miss1.ogg</sound>
</item>
+ <item id="3519"
+ image="equipment/weapons/staffoflife.png"
+ name="Dark Pulsar ★★★"
+ description="This awful blade will seep your enemies life force like a knife cuts butter. Or at least, this is what they told me."
+ attack="100"
+ mattack="25"
+ effect="Work In Progress"
+ level="60"
+ type="equip-1hand"
+ weight="1000">
+ <sprite>equipment/weapons/kurogane.xml</sprite>
+ <sound event="hit">weapons/piouslayer/hit1.ogg</sound>
+ <sound event="miss">weapons/piouslayer/miss1.ogg</sound>
+ </item>
<!-- Pets -->
<item id="4000"
image="usable/piouegg.png"
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>