diff options
author | Reid <reidyaro@gmail.com> | 2015-01-17 14:44:15 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-01-17 14:44:15 +0100 |
commit | 8c9120b2450a4269cc8ee7578f9d286a1c3c9288 (patch) | |
tree | 42eced8042547b190f7aea2128b0d7e42966f154 /graphics/sprites/monsters | |
parent | 3e8c1ada3c5799f115e2d895a6cb34af2797fd24 (diff) | |
download | clientdata-8c9120b2450a4269cc8ee7578f9d286a1c3c9288.tar.gz clientdata-8c9120b2450a4269cc8ee7578f9d286a1c3c9288.tar.bz2 clientdata-8c9120b2450a4269cc8ee7578f9d286a1c3c9288.tar.xz clientdata-8c9120b2450a4269cc8ee7578f9d286a1c3c9288.zip |
Update croconut monster.
Diffstat (limited to 'graphics/sprites/monsters')
-rw-r--r-- | graphics/sprites/monsters/croconut.xml | 46 |
1 files changed, 8 insertions, 38 deletions
diff --git a/graphics/sprites/monsters/croconut.xml b/graphics/sprites/monsters/croconut.xml index d495cc10..6db6fddb 100644 --- a/graphics/sprites/monsters/croconut.xml +++ b/graphics/sprites/monsters/croconut.xml @@ -17,43 +17,6 @@ Copyright (C) 2010-2014 Evol Online --> <action name="stand" imageset="mob"> <animation direction="default"> - <label name="start"/> - <goto label="static" rand="95"/> - <goto label="movinglong" rand="50"/> - <goto label="moving" rand="100"/> - <label name="moving"/> - <!-- Simple Move Animation --> - <frame index="1" delay="110"/> - <frame index="0" delay="120"/> - <frame index="1" delay="110"/> - <frame index="2" delay="120"/> - <frame index="1" delay="110"/> - <goto label="start"/> - <label name="static"/> - <!-- Static Animation --> - <frame index="1" delay="240"/> - <goto label="start"/> - <label name="movinglong"/> - <!-- Long Move Animation --> - <frame index="2" delay="120"/> - <frame index="1" delay="110"/> - <frame index="0" delay="120"/> - <frame index="1" delay="110"/> - <frame index="2" delay="120"/> - <frame index="1" delay="110"/> - <frame index="0" delay="120"/> - <frame index="1" delay="110"/> - <frame index="2" delay="120"/> - <frame index="1" delay="110"/> - <frame index="0" delay="120"/> - <frame index="1" delay="110"/> - <frame index="2" delay="120"/> - <goto label="start"/> - </animation> - </action> - - <action name="attack" imageset="mob"> - <animation direction="default"> <!-- Falling Croconut --> <frame index="1" delay="100"/> <frame index="3" delay="80" offsetY="1"/> @@ -79,9 +42,16 @@ Copyright (C) 2010-2014 Evol Online --> </animation> </action> + <action name="attack" imageset="mob"> + <animation direction="default"> + <!-- Dropped Croconut --> + <frame index="6" offsetY="59"/> + </animation> + </action> + <action name="dead" imageset="mob"> <animation> - <!-- Dropped Crocnut --> + <!-- Dropped Croconut --> <frame index="6" offsetY="59"/> </animation> </action> |