diff options
author | Alige <aligetmw@hotmail.fr> | 2012-06-03 08:44:28 +0200 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-06-03 10:17:48 +0200 |
commit | 577df30e04e39e4de0e9aa09254e35ad3f73d66b (patch) | |
tree | 9f8561b7447bb5728bfc7a0d756e035d52da14e1 /graphics/sprites/npcs/xml/sleepingorc.xml | |
parent | e5d41d6f8ac0feeca631d3bc32e2f7d3aca55c1a (diff) | |
download | clientdata-577df30e04e39e4de0e9aa09254e35ad3f73d66b.tar.gz clientdata-577df30e04e39e4de0e9aa09254e35ad3f73d66b.tar.bz2 clientdata-577df30e04e39e4de0e9aa09254e35ad3f73d66b.tar.xz clientdata-577df30e04e39e4de0e9aa09254e35ad3f73d66b.zip |
Reworked all author entries in the all XML files except in graphics/particles/, it'll be done later.
Completed Reidy's (request) work log at the end of npcs.xml.
Renamed the "piousrocket" NPC to "piourocket".
Reorganised some animations (down, leftdown, left, ...) (death animation at the end).
Gave a proper name to different types of imagesets (mob, npc, base, ...).
Added a missing whitespace at the end of some XML files.
Slightly altered some NPC animations to avoid having the same blinking animation on every NPC.
Diffstat (limited to 'graphics/sprites/npcs/xml/sleepingorc.xml')
-rw-r--r-- | graphics/sprites/npcs/xml/sleepingorc.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/graphics/sprites/npcs/xml/sleepingorc.xml b/graphics/sprites/npcs/xml/sleepingorc.xml index a96b4c7c..6494d8fd 100644 --- a/graphics/sprites/npcs/xml/sleepingorc.xml +++ b/graphics/sprites/npcs/xml/sleepingorc.xml @@ -1,14 +1,14 @@ <?xml version="1.0"?> -<!-- Author : Reid -Copyright (C) 2010-2012 Evol Online --> +<!-- Author: Reid +Copyright (C) 2010-2012 Evol Online --> <sprite> - <imageset name="base" src="graphics/sprites/npcs/sprite/sleepingorc.png" width="32" height="64" /> + <imageset name="npc" src="graphics/sprites/npcs/sprite/sleepingorc.png" width="32" height="64"/> - <action name="stand" imageset="base"> + <action name="stand" imageset="npc"> <animation direction="default"> - <sequence start="0" end="2" delay="380" /> - <frame index="1" delay="380" /> - <frame index="0" delay="500" /> + <sequence start="0" end="2" delay="380"/> + <frame index="1" delay="380"/> + <frame index="0" delay="500"/> </animation> </action> </sprite> |