diff options
author | Reid <reidyaro@gmail.com> | 2015-09-07 22:54:04 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-09-07 22:54:04 +0200 |
commit | 5e5850cc2004976178ede8aa906751225a7670c8 (patch) | |
tree | 4f2411d52f5aae70a7180990cfef85c1b8eb5726 /graphics/sprites/npcs/xml/market-piou1.xml | |
parent | 7d108bbaaa705767673d7f2e7088b30641e0029a (diff) | |
download | clientdata-5e5850cc2004976178ede8aa906751225a7670c8.tar.gz clientdata-5e5850cc2004976178ede8aa906751225a7670c8.tar.bz2 clientdata-5e5850cc2004976178ede8aa906751225a7670c8.tar.xz clientdata-5e5850cc2004976178ede8aa906751225a7670c8.zip |
Add 9 piou animation on 3 different NPC ID (437, 438, 439).
Diffstat (limited to 'graphics/sprites/npcs/xml/market-piou1.xml')
-rw-r--r-- | graphics/sprites/npcs/xml/market-piou1.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/xml/market-piou1.xml b/graphics/sprites/npcs/xml/market-piou1.xml new file mode 100644 index 00000000..6ec193ff --- /dev/null +++ b/graphics/sprites/npcs/xml/market-piou1.xml @@ -0,0 +1,26 @@ +<?xml version="1.0"?> +<!-- Original Author : Reid +Copyright (C) 2011-2015 Evol Online --> + +<sprite> + <imageset name="pious" src="graphics/sprites/monsters/piou.png" width="10" height="9" offsetX="-14" offsetY="-19"/> + + <action name="stand" imageset="pious"> + <animation> + <!-- static pious --> + <frame index="10" delay="5000"/> + <!-- bitting straw --> + <sequence start="12" end="13" delay="120" repeat="4" /> + <frame index="12" delay="100"/> + <!-- static pious --> + <frame index="10" delay="6000"/> + <!-- looking around --> + <frame index="25" delay="220"/> + <frame index="10" delay="150"/> + <frame index="30" delay="260"/> + <frame index="10" delay="140"/> + <frame index="25" delay="700"/> + </animation> + </action> + +</sprite> |