summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-26 23:27:38 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-26 23:27:38 +0300
commit740fe5da9f2ffd1946a25d0a166574a7279f0476 (patch)
tree96a47fa3ba3934940071254079c719b15d3a094a
parentf6c5531566c996e7d50601bd6153c543ee0c6ab5 (diff)
downloadclientdata-740fe5da9f2ffd1946a25d0a166574a7279f0476.tar.gz
clientdata-740fe5da9f2ffd1946a25d0a166574a7279f0476.tar.bz2
clientdata-740fe5da9f2ffd1946a25d0a166574a7279f0476.tar.xz
clientdata-740fe5da9f2ffd1946a25d0a166574a7279f0476.zip
Fix Piou pet and add pet egg item.
-rw-r--r--items.xml6
-rw-r--r--pets.xml14
2 files changed, 7 insertions, 13 deletions
diff --git a/items.xml b/items.xml
index d55d71ba..606c395a 100644
--- a/items.xml
+++ b/items.xml
@@ -791,4 +791,10 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml.
<sound event="hit">weapons/piouslayer/hit1.ogg</sound>
<sound event="miss">weapons/piouslayer/miss1.ogg</sound>
</item>
+ <item id="4000"
+ image="generic/eggshell-half.png"
+ name="Piou egg"
+ description=""
+ type="generic"
+ />
</items>
diff --git a/pets.xml b/pets.xml
index 416a8670..35cf1078 100644
--- a/pets.xml
+++ b/pets.xml
@@ -8,19 +8,7 @@ Copyright (C) 2013 Evol Online -->
<its:translateRule selector="//*" translate="no"/>
</its:rules>
- <pet id="1"
- name="piou"
- startFollowDistance="0"
- followDistance="0"
- walkSpeed="300"
- warpDistance="11"
- offsetX="1"
- offsetY="1"
- sitOffsetX="1"
- sitOffsetY="0"
- thinkTime="1000"
- directionType="3"
- sitDirectionType="3">
+ <pet id="1002" name="piou">
<sprite>monsters/piou.xml</sprite>
</pet>
</pets>