summaryrefslogtreecommitdiff
path: root/graphics/sprites/npcs/xml/chest.xml
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2012-06-26 11:47:39 +0200
committerReid <reidyaro@gmail.com>2012-06-26 11:47:39 +0200
commit4839e0be531e3d8d7d417a02d7d5eebff3068d65 (patch)
tree5111a160cb96d11791de8967d13c438ae008b424 /graphics/sprites/npcs/xml/chest.xml
parentd9c71b14ba55c67668f7ea5388e8f02794c0b098 (diff)
downloadclientdata-4839e0be531e3d8d7d417a02d7d5eebff3068d65.tar.gz
clientdata-4839e0be531e3d8d7d417a02d7d5eebff3068d65.tar.bz2
clientdata-4839e0be531e3d8d7d417a02d7d5eebff3068d65.tar.xz
clientdata-4839e0be531e3d8d7d417a02d7d5eebff3068d65.zip
Rename big-chest to chest-big for listing issue,
Change chest and chest-big's XML for 4 direction support and delay problem.
Diffstat (limited to 'graphics/sprites/npcs/xml/chest.xml')
-rw-r--r--graphics/sprites/npcs/xml/chest.xml21
1 files changed, 14 insertions, 7 deletions
diff --git a/graphics/sprites/npcs/xml/chest.xml b/graphics/sprites/npcs/xml/chest.xml
index 694b8589..2f6002f5 100644
--- a/graphics/sprites/npcs/xml/chest.xml
+++ b/graphics/sprites/npcs/xml/chest.xml
@@ -1,21 +1,28 @@
<?xml version="1.0"?>
<!-- Authors: Hal9OOO (Francesco Miglietta)
-Copyright (C) 2011-2012 Evol Online -->
+Copyright (C) 2012 Evol Online -->
<sprite>
<imageset name="chest" src="graphics/sprites/npcs/sprite/chest.png" width="32" height="32"/>
<action name="stand" imageset="chest">
- <!-- Chest Closes -->
+ <!-- Chest Closed. -->
<animation direction="default">
- <frame index="0" delay="1000"/>
+ <frame index="0"/>
</animation>
- <!-- Chest Opens -->
+ <!-- Chest Opening. -->
+ <animation direction="left">
+ <frame index="1" delay="110"/>
+ </animation>
+
+ <!-- Chest Opened. -->
<animation direction="up">
- <frame index="1" delay="250"/>
- <frame index="2" delay="6000"/>
- <frame index="1" delay="250"/>
+ <frame index="2"/>
</animation>
+ <!-- Chest Closing. -->
+ <animation direction="right">
+ <frame index="1" delay="110"/>
+ </animation>
</action>
</sprite>