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/icons | |
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/icons')
-rw-r--r-- | graphics/sprites/icons/healing.xml | 10 | ||||
-rwxr-xr-x[-rw-r--r--] | graphics/sprites/icons/hidden.png | bin | 427 -> 368 bytes | |||
-rw-r--r-- | graphics/sprites/icons/hidden.xml | 19 | ||||
-rw-r--r-- | graphics/sprites/icons/invisible.xml | 8 | ||||
-rw-r--r-- | graphics/sprites/icons/poison.xml | 8 |
5 files changed, 26 insertions, 19 deletions
diff --git a/graphics/sprites/icons/healing.xml b/graphics/sprites/icons/healing.xml index 3f328c5f..8d1c42b1 100644 --- a/graphics/sprites/icons/healing.xml +++ b/graphics/sprites/icons/healing.xml @@ -1,10 +1,10 @@ <?xml version="1.0"?> -<!-- Author : Reid -Copyright (C) 2011 Evol Online --> +<!-- Author: Reid +Copyright (C) 2011-2012 Evol Online --> <sprite> - <imageset name="heal" src="graphics/sprites/icons/healing.png" width="14" height="15" offsetX="-10"/> - - <action name="default" imageset="heal"> + <imageset name="icon" src="graphics/sprites/icons/healing.png" width="14" height="15" offsetX="-10"/> + + <action name="default" imageset="icon"> <animation direction="default"> <sequence start="0" end="2" delay="100"/> <frame index="1" delay="100"/> diff --git a/graphics/sprites/icons/hidden.png b/graphics/sprites/icons/hidden.png Binary files differindex c326d0ad..d2417669 100644..100755 --- a/graphics/sprites/icons/hidden.png +++ b/graphics/sprites/icons/hidden.png diff --git a/graphics/sprites/icons/hidden.xml b/graphics/sprites/icons/hidden.xml index 652ef4c4..d6a495ad 100644 --- a/graphics/sprites/icons/hidden.xml +++ b/graphics/sprites/icons/hidden.xml @@ -1,12 +1,19 @@ <?xml version="1.0"?> -<!-- Original Author possible tmw, tmw br, ufb projects -Copyright (C) 2010-2011 Evol Online --> +<!-- Author: Alige +Copyright (C) 2010-2012 Evol Online --> <sprite> - <imageset name="base" src="graphics/sprites/icons/hidden.png" width="12" height="12" /> - - <action name="default" imageset="base"> + <imageset name="icon" src="graphics/sprites/icons/hide.png" width="10" height="9" offsetX="-10"/> + + <action name="default" imageset="icon"> <animation direction="default"> - <frame index="0" offsetY="-15" delay="0"/> + <frame index="0" delay="2000"/> + <frame index="1" delay="150"/> + <frame index="2" delay="300"/> + <frame index="1" delay="200"/> + <frame index="0" delay="1500"/> + <frame index="1" delay="100"/> + <frame index="2" delay="100"/> + <frame index="1" delay="100"/> </animation> </action> </sprite> diff --git a/graphics/sprites/icons/invisible.xml b/graphics/sprites/icons/invisible.xml index 8a03838d..335717f5 100644 --- a/graphics/sprites/icons/invisible.xml +++ b/graphics/sprites/icons/invisible.xml @@ -1,10 +1,10 @@ <?xml version="1.0"?> -<!-- Author : Reid -Copyright (C) 2010-2011 Evol Online --> +<!-- Author: Reid +Copyright (C) 2010-2012 Evol Online --> <sprite> - <imageset name="tinychar" src="graphics/sprites/icons/invisible.png" width="16" height="24" offsetX="-10"/> + <imageset name="icon" src="graphics/sprites/icons/invisible.png" width="16" height="24" offsetX="-10"/> - <action name="default" imageset="tinychar"> + <action name="default" imageset="icon"> <animation direction="default"> <frame index="0" delay="2000"/> <sequence start="1" end="4" delay="100"/> diff --git a/graphics/sprites/icons/poison.xml b/graphics/sprites/icons/poison.xml index aeb91349..7938c065 100644 --- a/graphics/sprites/icons/poison.xml +++ b/graphics/sprites/icons/poison.xml @@ -1,10 +1,10 @@ <?xml version="1.0"?> -<!-- Author : Reid -Copyright (C) 2010-2011 Evol Online --> +<!-- Author: Reid +Copyright (C) 2010-2011 Evol Online --> <sprite> - <imageset name="poisonskull" src="graphics/sprites/icons/poison.png" width="12" height="20" offsetY="-12"/> + <imageset name="icon" src="graphics/sprites/icons/poison.png" width="12" height="20" offsetY="-12"/> - <action name="default" imageset="poisonskull"> + <action name="default" imageset="icon"> <animation direction="default"> <sequence start="0" end="8" delay="80"/> </animation> |