diff options
-rw-r--r-- | items.xml | 6 | ||||
-rw-r--r-- | pets.xml | 14 |
2 files changed, 7 insertions, 13 deletions
@@ -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> @@ -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> |