diff options
author | Reid <reidyaro@gmail.com> | 2015-10-24 21:12:32 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-11-05 23:14:46 +0100 |
commit | 54575f4508a177a4014356751fb5b3c9e7bd6e50 (patch) | |
tree | 18f868117328a9880fca0780d500655b9316cfa8 /graphics | |
parent | ec53a15c783d13ad9594e3699b744553a652eb0e (diff) | |
download | clientdata-54575f4508a177a4014356751fb5b3c9e7bd6e50.tar.gz clientdata-54575f4508a177a4014356751fb5b3c9e7bd6e50.tar.bz2 clientdata-54575f4508a177a4014356751fb5b3c9e7bd6e50.tar.xz clientdata-54575f4508a177a4014356751fb5b3c9e7bd6e50.zip |
Add alige-barrel NPC as ID 442.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sprites/npcs/sprite/alige-barrel.png | bin | 0 -> 1489 bytes | |||
-rw-r--r-- | graphics/sprites/npcs/xml/alige-barrel.xml | 35 |
2 files changed, 35 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/sprite/alige-barrel.png b/graphics/sprites/npcs/sprite/alige-barrel.png Binary files differnew file mode 100644 index 00000000..4fa5379c --- /dev/null +++ b/graphics/sprites/npcs/sprite/alige-barrel.png diff --git a/graphics/sprites/npcs/xml/alige-barrel.xml b/graphics/sprites/npcs/xml/alige-barrel.xml new file mode 100644 index 00000000..ed18ac5e --- /dev/null +++ b/graphics/sprites/npcs/xml/alige-barrel.xml @@ -0,0 +1,35 @@ +<?xml version="1.0"?> +<!-- Author : Reid +Copyright (C) 2011-2012 Evol Online --> +<sprite> + <imageset name="npc" src="graphics/sprites/npcs/sprite/alige-barrel.png" width="32" height="32"/> + + <action name="stand" imageset="npc"> + <!-- Open eyes animation --> + <animation direction="left"> + <frame index="2" delay="100"/> + <frame index="1" delay="90"/> + </animation> + + <!-- Close eyes animation --> + <animation direction="up"> + <frame index="1" delay="100"/> + <frame index="2" delay="90"/> + </animation> + + <!-- Opened eyes --> + <animation direction="right"> + <frame index="0" delay="9000"/> + <frame index="1" delay="90"/> + <frame index="2" delay="80"/> + <frame index="3" delay="200"/> + <frame index="2" delay="80"/> + <frame index="1" delay="80"/> + </animation> + + <!-- Closed eyes --> + <animation direction="down"> + <frame index="3"/> + </animation> + </action> +</sprite> |