diff options
author | Hal9OOO (Francesco Miglietta) <miglietta.francesco@gmail.com> | 2012-06-25 21:46:54 +0200 |
---|---|---|
committer | Hal9OOO (Francesco Miglietta) <miglietta.francesco@gmail.com> | 2012-06-25 21:46:54 +0200 |
commit | 33178f1b7f6e6f9533e16dbf8911a58a9da75e25 (patch) | |
tree | 7d480b7bf94aa26c7e8143932f1314293d8a7148 | |
parent | f2567aacee9e0e29c23aa6c35c9ae672a42094b5 (diff) | |
download | clientdata-33178f1b7f6e6f9533e16dbf8911a58a9da75e25.tar.gz clientdata-33178f1b7f6e6f9533e16dbf8911a58a9da75e25.tar.bz2 clientdata-33178f1b7f6e6f9533e16dbf8911a58a9da75e25.tar.xz clientdata-33178f1b7f6e6f9533e16dbf8911a58a9da75e25.zip |
Animated Big-Chest added.
-rw-r--r-- | graphics/sprites/npcs/sprite/big-chest.png | bin | 0 -> 4088 bytes | |||
-rw-r--r-- | graphics/sprites/npcs/xml/big-chest.xml | 21 | ||||
-rw-r--r-- | npcs.xml | 4 |
3 files changed, 25 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/sprite/big-chest.png b/graphics/sprites/npcs/sprite/big-chest.png Binary files differnew file mode 100644 index 00000000..40443988 --- /dev/null +++ b/graphics/sprites/npcs/sprite/big-chest.png diff --git a/graphics/sprites/npcs/xml/big-chest.xml b/graphics/sprites/npcs/xml/big-chest.xml new file mode 100644 index 00000000..eb15a42d --- /dev/null +++ b/graphics/sprites/npcs/xml/big-chest.xml @@ -0,0 +1,21 @@ +<?xml version="1.0"?> +<!-- Authors: Hal9OOO (Francesco Miglietta) +Copyright (C) 2011-2012 Evol Online --> +<sprite> + <imageset name="big-chest" src="graphics/sprites/npcs/sprite/big-chest.png" width="48" height="64"/> + + <action name="stand" imageset="big-chest"> + <!-- Chest Closes --> + <animation direction="default"> + <frame index="0" delay="1000"/> + </animation> + + <!-- Chest Opens --> + <animation direction="up"> + <frame index="1" delay="125"/> + <frame index="2" delay="125"/> + <frame index="3" delay="6000"/> + </animation> + + </action> +</sprite> @@ -110,6 +110,10 @@ IDs 990-999 = Special <!-- Chest container. --> <sprite>npcs/xml/chest.xml</sprite> </npc> + <npc id="317"> + <!-- Big-Chest container. --> + <sprite>npcs/xml/big-chest.xml</sprite> + </npc> <!-- Special NPCs --> <npc id="900"> |