diff options
Diffstat (limited to 'graphics')
29 files changed, 293 insertions, 358 deletions
diff --git a/graphics/sprites/hairstyles/hairstyle01.png b/graphics/sprites/hairstyles/hairstyle01.png Binary files differindex 5dddafb3..1ced9e40 100644 --- a/graphics/sprites/hairstyles/hairstyle01.png +++ b/graphics/sprites/hairstyles/hairstyle01.png diff --git a/graphics/sprites/hairstyles/hairstyle01.xml b/graphics/sprites/hairstyles/hairstyle01.xml index e2e3e76d..13db9b69 100644 --- a/graphics/sprites/hairstyles/hairstyle01.xml +++ b/graphics/sprites/hairstyles/hairstyle01.xml @@ -1,129 +1,7 @@ <?xml version="1.0"?> -<!-- Original Author possible tmw, tmw br, ufb projects -Copyright (C) 2010-2011 Evol Online --> +<!-- Original author from TMW, TMW BR or UFB projects. +Copyright (C) 2010-2012 Evol Online --> <sprite> - - <imageset name="base" src="graphics/sprites/hairstyles/hairstyle01.png|W" width="40" height="40" /> - - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-29" /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="0" offsetY ="-29"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-1" offsetY ="-25"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="0" offsetY ="-29"/> - </animation> - </action> - - <action name="walk" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="0" offsetX="0" offsetY ="-29" delay="150" /> - <frame index="0" offsetX="0" offsetY ="-28" delay="75" /> - <frame index="0" offsetX="0" offsetY ="-29" delay="150" /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="0" offsetY ="-29" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-29" delay="150"/> - <frame index="1" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="1" offsetX="0" offsetY ="-29" delay="75"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-1" offsetY ="-25" delay="75"/> - <frame index="2" offsetX="-1" offsetY ="-26" delay="150"/> - <frame index="2" offsetX="-1" offsetY ="-25" delay="75"/> - <frame index="2" offsetX="-1" offsetY ="-26" delay="150"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="0" offsetY ="-29" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-29" delay="150"/> - <frame index="3" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-29" delay="75"/> - </animation> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-27" delay="75" /> - <frame index="0" offsetX="0" offsetY ="-28" delay="75" /> - <frame index="0" offsetX="0" offsetY ="-25" delay="75" /> - <frame index="0" offsetX="0" offsetY ="-24" delay="75" /> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="4" offsetY ="-30" delay="75" /> - <frame index="1" offsetX="4" offsetY ="-31" delay="75" /> - <frame index="1" offsetX="0" offsetY ="-28" delay="75" /> - <frame index="1" offsetX="-1" offsetY ="-27" delay="75" /> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY ="-25" delay="225"/> - <frame index="2" offsetX="-2" offsetY ="-23" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-3" offsetY ="-30" delay="75"/> - <frame index="3" offsetX="-3" offsetY ="-31" delay="75"/> - <frame index="3" offsetX="0" offsetY ="-28" delay="75"/> - <frame index="3" offsetX="1" offsetY ="-27" delay="75"/> - <end /> - </animation> - </action> - - <action name="attack_bow" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-28" delay="225" /> - <frame index="0" offsetX="0" offsetY ="-27" delay="75" /> - <frame index="0" offsetX="0" offsetY ="-28" delay="75" /> - <end /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="3" offsetY ="-29" delay="225" /> - <frame index="1" offsetX="5" offsetY ="-30" delay="150" /> - <end /> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-1" offsetY ="-25" delay="150"/> - <frame index="2" offsetX="-2" offsetY ="-25" delay="75"/> - <frame index="2" offsetX="-2" offsetY ="-24" delay="75"/> - <frame index="2" offsetX="-2" offsetY ="-25" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-3" offsetY ="-29" delay="225"/> - <frame index="3" offsetX="-5" offsetY ="-30" delay="150"/> - <end /> - </animation> - </action> - - <action name="sit" imageset="base"> - <animation direction="down"> - <!-- Old OffsetY value was at "-17" before the add of the new sit frames.--> - <frame index="0" offsetY ="-22" /> - </animation> - <animation direction="left"> - <frame index="1" offsetX="4" offsetY ="-20"/> - </animation> - <animation direction="up"> - <frame index="2" offsetY ="-17"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-6" offsetY ="-20"/> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation direction="default"> - <frame index="4" offsetX="21" offsetY="-4"/> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/hairstyles/hairstyle01.png|W" width="40" height="40"/> + <include file="hairstyles/hairstyle27.xml"/> </sprite> diff --git a/graphics/sprites/hairstyles/hairstyle02.xml b/graphics/sprites/hairstyles/hairstyle02.xml index 42350ab3..efd58390 100644 --- a/graphics/sprites/hairstyles/hairstyle02.xml +++ b/graphics/sprites/hairstyles/hairstyle02.xml @@ -1,10 +1,7 @@ <?xml version="1.0"?> -<!-- Original Author possible tmw, tmw br, ufb projects -Copyright (C) 2010-2011 Evol Online --> +<!-- Original author from TMW, TMW BR or UFB projects. +Copyright (C) 2010-2011 Evol Online --> <sprite> - - <imageset name="base" src="graphics/sprites/hairstyles/hairstyle02.png|W" width="40" height="40" /> - - <include file="hairstyles/hairstyle01.xml"/> - + <imageset name="base" src="graphics/sprites/hairstyles/hairstyle02.png|W" width="40" height="40"/> + <include file="hairstyles/hairstyle27.xml"/> </sprite> diff --git a/graphics/sprites/hairstyles/hairstyle03.xml b/graphics/sprites/hairstyles/hairstyle03.xml index a37108b3..929b2b5c 100644 --- a/graphics/sprites/hairstyles/hairstyle03.xml +++ b/graphics/sprites/hairstyles/hairstyle03.xml @@ -1,10 +1,7 @@ <?xml version="1.0"?> -<!-- Original Author possible tmw, tmw br, ufb projects -Copyright (C) 2010-2011 Evol Online --> +<!-- Original author from TMW, TMW BR or UFB projects. +Copyright (C) 2010-2011 Evol Online --> <sprite> - - <imageset name="base" src="graphics/sprites/hairstyles/hairstyle03.png|W" width="40" height="40" /> - - <include file="hairstyles/hairstyle01.xml"/> - + <imageset name="base" src="graphics/sprites/hairstyles/hairstyle03.png|W" width="40" height="40"/> + <include file="hairstyles/hairstyle27.xml"/> </sprite> diff --git a/graphics/sprites/hairstyles/hairstyle04.xml b/graphics/sprites/hairstyles/hairstyle04.xml index 6aaff0d4..56ba6504 100644 --- a/graphics/sprites/hairstyles/hairstyle04.xml +++ b/graphics/sprites/hairstyles/hairstyle04.xml @@ -1,10 +1,7 @@ <?xml version="1.0"?> -<!-- Original Author possible tmw, tmw br, ufb projects -Copyright (C) 2010-2011 Evol Online --> +<!-- Original author from TMW, TMW BR or UFB projects. +Copyright (C) 2010-2011 Evol Online --> <sprite> - - <imageset name="base" src="graphics/sprites/hairstyles/hairstyle04.png|W" width="40" height="40" /> - - <include file="hairstyles/hairstyle01.xml"/> - + <imageset name="base" src="graphics/sprites/hairstyles/hairstyle04.png|W" width="40" height="40"/> + <include file="hairstyles/hairstyle27.xml"/> </sprite> diff --git a/graphics/sprites/hairstyles/hairstyle05.xml b/graphics/sprites/hairstyles/hairstyle05.xml index c94caf8c..f09d2b09 100644 --- a/graphics/sprites/hairstyles/hairstyle05.xml +++ b/graphics/sprites/hairstyles/hairstyle05.xml @@ -1,10 +1,7 @@ <?xml version="1.0"?> -<!-- Original Author possible tmw, tmw br, ufb projects -Copyright (C) 2010-2011 Evol Online --> +<!-- Original author from TMW, TMW BR or UFB projects. +Copyright (C) 2010-2011 Evol Online --> <sprite> - - <imageset name="base" src="graphics/sprites/hairstyles/hairstyle05.png|W" width="40" height="40" /> - - <include file="hairstyles/hairstyle01.xml"/> - + <imageset name="base" src="graphics/sprites/hairstyles/hairstyle05.png|W" width="40" height="40"/> + <include file="hairstyles/hairstyle27.xml"/> </sprite> diff --git a/graphics/sprites/hairstyles/hairstyle06.xml b/graphics/sprites/hairstyles/hairstyle06.xml index dd2d6682..d3198a02 100644 --- a/graphics/sprites/hairstyles/hairstyle06.xml +++ b/graphics/sprites/hairstyles/hairstyle06.xml @@ -1,10 +1,7 @@ <?xml version="1.0"?> -<!-- Original Author possible tmw, tmw br, ufb projects -Copyright (C) 2010-2011 Evol Online --> +<!-- Original author from TMW, TMW BR or UFB projects. +Copyright (C) 2010-2011 Evol Online --> <sprite> - - <imageset name="base" src="graphics/sprites/hairstyles/hairstyle06.png|W" width="40" height="40" /> - - <include file="hairstyles/hairstyle01.xml"/> - + <imageset name="base" src="graphics/sprites/hairstyles/hairstyle06.png|W" width="40" height="40"/> + <include file="hairstyles/hairstyle27.xml"/> </sprite> diff --git a/graphics/sprites/hairstyles/hairstyle07.xml b/graphics/sprites/hairstyles/hairstyle07.xml index 32cec2fc..b12b325c 100644 --- a/graphics/sprites/hairstyles/hairstyle07.xml +++ b/graphics/sprites/hairstyles/hairstyle07.xml @@ -1,10 +1,7 @@ <?xml version="1.0"?> -<!-- Original Author possible tmw, tmw br, ufb projects -Copyright (C) 2010-2011 Evol Online --> +<!-- Original author from TMW, TMW BR or UFB projects. +Copyright (C) 2010-2011 Evol Online --> <sprite> - - <imageset name="base" src="graphics/sprites/hairstyles/hairstyle07.png|W" width="40" height="40" /> - - <include file="hairstyles/hairstyle01.xml"/> - + <imageset name="base" src="graphics/sprites/hairstyles/hairstyle07.png|W" width="40" height="40"/> + <include file="hairstyles/hairstyle27.xml"/> </sprite> diff --git a/graphics/sprites/hairstyles/hairstyle08.xml b/graphics/sprites/hairstyles/hairstyle08.xml index d5392a82..46490370 100644 --- a/graphics/sprites/hairstyles/hairstyle08.xml +++ b/graphics/sprites/hairstyles/hairstyle08.xml @@ -1,10 +1,7 @@ <?xml version="1.0"?> -<!-- Original Author possible tmw, tmw br, ufb projects -Copyright (C) 2010-2011 Evol Online --> +<!-- Original author from TMW, TMW BR or UFB projects. +Copyright (C) 2010-2011 Evol Online --> <sprite> - - <imageset name="base" src="graphics/sprites/hairstyles/hairstyle08.png|W" width="40" height="40" /> - - <include file="hairstyles/hairstyle01.xml"/> - + <imageset name="base" src="graphics/sprites/hairstyles/hairstyle08.png|W" width="40" height="40"/> + <include file="hairstyles/hairstyle27.xml"/> </sprite> diff --git a/graphics/sprites/hairstyles/hairstyle09.xml b/graphics/sprites/hairstyles/hairstyle09.xml index beed59bd..7159e2fd 100644 --- a/graphics/sprites/hairstyles/hairstyle09.xml +++ b/graphics/sprites/hairstyles/hairstyle09.xml @@ -1,10 +1,7 @@ <?xml version="1.0"?> -<!-- Original Author possible tmw, tmw br, ufb projects -Copyright (C) 2010-2011 Evol Online --> +<!-- Original author from TMW, TMW BR or UFB projects. +Copyright (C) 2010-2011 Evol Online --> <sprite> - - <imageset name="base" src="graphics/sprites/hairstyles/hairstyle09.png|W" width="40" height="40" /> - - <include file="hairstyles/hairstyle01.xml"/> - + <imageset name="base" src="graphics/sprites/hairstyles/hairstyle09.png|W" width="40" height="40"/> + <include file="hairstyles/hairstyle27.xml"/> </sprite> diff --git a/graphics/sprites/hairstyles/hairstyle10.xml b/graphics/sprites/hairstyles/hairstyle10.xml index bf75e10e..1f05705f 100644 --- a/graphics/sprites/hairstyles/hairstyle10.xml +++ b/graphics/sprites/hairstyles/hairstyle10.xml @@ -1,10 +1,7 @@ <?xml version="1.0"?> -<!-- Original Author possible tmw, tmw br, ufb projects -Copyright (C) 2010-2011 Evol Online --> +<!-- Original author from TMW, TMW BR or UFB projects. +Copyright (C) 2010-2011 Evol Online --> <sprite> - - <imageset name="base" src="graphics/sprites/hairstyles/hairstyle10.png|W" width="40" height="40" /> - - <include file="hairstyles/hairstyle01.xml"/> - + <imageset name="base" src="graphics/sprites/hairstyles/hairstyle10.png|W" width="40" height="40"/> + <include file="hairstyles/hairstyle27.xml"/> </sprite> diff --git a/graphics/sprites/hairstyles/hairstyle11.xml b/graphics/sprites/hairstyles/hairstyle11.xml index 2e13bb69..a66f57c8 100644 --- a/graphics/sprites/hairstyles/hairstyle11.xml +++ b/graphics/sprites/hairstyles/hairstyle11.xml @@ -1,10 +1,7 @@ <?xml version="1.0"?> -<!-- Original Author possible tmw, tmw br, ufb projects -Copyright (C) 2010-2011 Evol Online --> +<!-- Original author from TMW, TMW BR or UFB projects. +Copyright (C) 2010-2011 Evol Online --> <sprite> - - <imageset name="base" src="graphics/sprites/hairstyles/hairstyle11.png|W" width="40" height="40" /> - - <include file="hairstyles/hairstyle01.xml"/> - + <imageset name="base" src="graphics/sprites/hairstyles/hairstyle11.png|W" width="40" height="40"/> + <include file="hairstyles/hairstyle27.xml"/> </sprite> diff --git a/graphics/sprites/hairstyles/hairstyle12.xml b/graphics/sprites/hairstyles/hairstyle12.xml index 0340644f..b14c12ca 100644 --- a/graphics/sprites/hairstyles/hairstyle12.xml +++ b/graphics/sprites/hairstyles/hairstyle12.xml @@ -1,10 +1,7 @@ <?xml version="1.0"?> -<!-- Original Author possible tmw, tmw br, ufb projects -Copyright (C) 2010-2011 Evol Online --> +<!-- Original author from TMW, TMW BR or UFB projects. +Copyright (C) 2010-2011 Evol Online --> <sprite> - - <imageset name="base" src="graphics/sprites/hairstyles/hairstyle12.png|W" width="40" height="40" /> - - <include file="hairstyles/hairstyle01.xml"/> - + <imageset name="base" src="graphics/sprites/hairstyles/hairstyle12.png|W" width="40" height="40"/> + <include file="hairstyles/hairstyle27.xml"/> </sprite> diff --git a/graphics/sprites/hairstyles/hairstyle13.xml b/graphics/sprites/hairstyles/hairstyle13.xml index 508a5e9d..5f55af5b 100644 --- a/graphics/sprites/hairstyles/hairstyle13.xml +++ b/graphics/sprites/hairstyles/hairstyle13.xml @@ -1,124 +1,124 @@ <?xml version="1.0"?> -<!-- Original Author possible tmw, tmw br, ufb projects -Copyright (C) 2010-2011 Evol Online --> +<!-- Original author from TMW, TMW BR or UFB projects. +Copyright (C) 2010-2011 Evol Online --> <sprite> - <imageset name="base" src="graphics/sprites/hairstyles/hairstyle13.png|W" width="32" height="32" /> + <imageset name="base" src="graphics/sprites/hairstyles/hairstyle13.png|W" width="32" height="32"/> <action name="stand" imageset="base"> <animation direction="down"> - <frame index="0" offsetX="3" offsetY ="-33" /> + <frame index="0" offsetX="3" offsetY="-33"/> </animation> <animation direction="left"> - <frame index="3" offsetX="3" offsetY ="-33"/> + <frame index="3" offsetX="3" offsetY="-33"/> </animation> <animation direction="up"> - <frame index="6" offsetX="3" offsetY ="-33"/> + <frame index="6" offsetX="3" offsetY="-33"/> </animation> <animation direction="right"> - <frame index="9" offsetX="3" offsetY ="-33"/> + <frame index="9" offsetX="3" offsetY="-33"/> </animation> </action> <action name="walk" imageset="base"> <animation direction="down"> - <frame index="0" offsetX="3" offsetY ="-32" delay="75"/> - <frame index="1" offsetX="3" offsetY ="-33" delay="150" /> - <frame index="0" offsetX="3" offsetY ="-32" delay="75" /> - <frame index="2" offsetX="3" offsetY ="-33" delay="150" /> + <frame index="0" offsetX="3" offsetY="-32" delay="75"/> + <frame index="1" offsetX="3" offsetY="-33" delay="150"/> + <frame index="0" offsetX="3" offsetY="-32" delay="75"/> + <frame index="2" offsetX="3" offsetY="-33" delay="150"/> </animation> <animation direction="left"> - <frame index="3" offsetX="3" offsetY ="-33" delay="75"/> - <frame index="4" offsetX="3" offsetY ="-32" delay="75"/> - <frame index="4" offsetX="3" offsetY ="-33" delay="75"/> - <frame index="3" offsetX="3" offsetY ="-33" delay="75"/> - <frame index="5" offsetX="3" offsetY ="-32" delay="75"/> - <frame index="5" offsetX="3" offsetY ="-33" delay="75"/> + <frame index="3" offsetX="3" offsetY="-33" delay="75"/> + <frame index="4" offsetX="3" offsetY="-32" delay="75"/> + <frame index="4" offsetX="3" offsetY="-33" delay="75"/> + <frame index="3" offsetX="3" offsetY="-33" delay="75"/> + <frame index="5" offsetX="3" offsetY="-32" delay="75"/> + <frame index="5" offsetX="3" offsetY="-33" delay="75"/> </animation> <animation direction="up"> - <frame index="6" offsetX="3" offsetY ="-33" delay="75"/> - <frame index="7" offsetX="3" offsetY ="-34" delay="150"/> - <frame index="6" offsetX="3" offsetY ="-33" delay="75"/> - <frame index="8" offsetX="3" offsetY ="-34" delay="150"/> + <frame index="6" offsetX="3" offsetY="-33" delay="75"/> + <frame index="7" offsetX="3" offsetY="-34" delay="150"/> + <frame index="6" offsetX="3" offsetY="-33" delay="75"/> + <frame index="8" offsetX="3" offsetY="-34" delay="150"/> </animation> <animation direction="right"> - <frame index="9" offsetX="3" offsetY ="-33" delay="75"/> - <frame index="10" offsetX="3" offsetY ="-32" delay="75"/> - <frame index="10" offsetX="3" offsetY ="-33" delay="75"/> - <frame index="9" offsetX="3" offsetY ="-33" delay="75"/> - <frame index="11" offsetX="3" offsetY ="-32" delay="75"/> - <frame index="11" offsetX="3" offsetY ="-33" delay="75"/> + <frame index="9" offsetX="3" offsetY="-33" delay="75"/> + <frame index="10" offsetX="3" offsetY="-32" delay="75"/> + <frame index="10" offsetX="3" offsetY="-33" delay="75"/> + <frame index="9" offsetX="3" offsetY="-33" delay="75"/> + <frame index="11" offsetX="3" offsetY="-32" delay="75"/> + <frame index="11" offsetX="3" offsetY="-33" delay="75"/> </animation> </action> <action name="attack" imageset="base"> <animation direction="down"> - <frame index="0" offsetX="3" offsetY ="-30" delay="75" /> - <frame index="0" offsetX="3" offsetY ="-31" delay="75" /> - <frame index="0" offsetX="3" offsetY ="-28" delay="75" /> - <frame index="0" offsetX="3" offsetY ="-27" delay="75" /> - <end /> + <frame index="0" offsetX="3" offsetY="-30" delay="75"/> + <frame index="0" offsetX="3" offsetY="-31" delay="75"/> + <frame index="0" offsetX="3" offsetY="-28" delay="75"/> + <frame index="0" offsetX="3" offsetY="-27" delay="75"/> + <end /> </animation> <animation direction="left"> - <frame index="3" offsetX="7" offsetY ="-34" delay="75" /> - <frame index="3" offsetX="7" offsetY ="-35" delay="75" /> - <frame index="3" offsetX="3" offsetY ="-32" delay="75" /> - <frame index="3" offsetX="2" offsetY ="-31" delay="75" /> - <end /> + <frame index="3" offsetX="7" offsetY="-34" delay="75"/> + <frame index="3" offsetX="7" offsetY="-35" delay="75"/> + <frame index="3" offsetX="3" offsetY="-32" delay="75"/> + <frame index="3" offsetX="2" offsetY="-31" delay="75"/> + <end /> </animation> <animation direction="up"> - <frame index="6" offsetX="2" offsetY ="-33" delay="225"/> - <frame index="6" offsetX="2" offsetY ="-31" delay="75"/> - <end /> + <frame index="6" offsetX="2" offsetY="-33" delay="225"/> + <frame index="6" offsetX="2" offsetY="-31" delay="75"/> + <end /> </animation> <animation direction="right"> - <frame index="9" offsetX="0" offsetY ="-34" delay="75"/> - <frame index="9" offsetX="0" offsetY ="-35" delay="75"/> - <frame index="9" offsetX="3" offsetY ="-32" delay="75"/> - <frame index="9" offsetX="4" offsetY ="-31" delay="75"/> - <end /> + <frame index="9" offsetY="-34" delay="75"/> + <frame index="9" offsetY="-35" delay="75"/> + <frame index="9" offsetX="3" offsetY="-32" delay="75"/> + <frame index="9" offsetX="4" offsetY="-31" delay="75"/> + <end /> </animation> </action> <action name="attack_bow" imageset="base"> <animation direction="down"> - <frame index="0" offsetX="3" offsetY ="-32" delay="225" /> - <frame index="0" offsetX="3" offsetY ="-31" delay="75" /> - <frame index="0" offsetX="3" offsetY ="-32" delay="75" /> - <end /> + <frame index="0" offsetX="3" offsetY="-32" delay="225"/> + <frame index="0" offsetX="3" offsetY="-31" delay="75"/> + <frame index="0" offsetX="3" offsetY="-32" delay="75"/> + <end /> </animation> <animation direction="left"> - <frame index="3" offsetX="6" offsetY ="-33" delay="225" /> - <frame index="3" offsetX="8" offsetY ="-34" delay="150" /> - <end /> + <frame index="3" offsetX="6" offsetY="-33" delay="225"/> + <frame index="3" offsetX="8" offsetY="-34" delay="150"/> + <end /> </animation> <animation direction="up"> - <frame index="6" offsetX="3" offsetY ="-33" delay="150"/> - <frame index="6" offsetX="2" offsetY ="-33" delay="75"/> - <frame index="6" offsetX="2" offsetY ="-32" delay="75"/> - <frame index="6" offsetX="2" offsetY ="-33" delay="75"/> - <end /> + <frame index="6" offsetX="3" offsetY="-33" delay="150"/> + <frame index="6" offsetX="2" offsetY="-33" delay="75"/> + <frame index="6" offsetX="2" offsetY="-32" delay="75"/> + <frame index="6" offsetX="2" offsetY="-33" delay="75"/> + <end /> </animation> <animation direction="right"> - <frame index="9" offsetX="0" offsetY ="-33" delay="225"/> - <frame index="9" offsetX="-2" offsetY ="-34" delay="150"/> - <end /> + <frame index="9" offsetY="-33" delay="225"/> + <frame index="9" offsetX="-2" offsetY="-34" delay="150"/> + <end /> </animation> </action> <action name="sit" imageset="base"> <animation direction="down"> - <!-- Old OffsetY value was at "-17" before the add of the new sit frames.--> - <frame index="0" offsetY ="-22" /> + <!-- Old offsetY value was at "-17" before the add of the new sit frames.--> + <frame index="0" offsetY="-22"/> </animation> <animation direction="left"> - <frame index="3" offsetX="7" offsetY ="-24"/> + <frame index="3" offsetX="7" offsetY="-24"/> </animation> <animation direction="up"> - <frame index="6" offsetX="4" offsetY ="-25"/> + <frame index="6" offsetX="4" offsetY="-25"/> </animation> <animation direction="right"> - <frame index="9" offsetX="-3" offsetY ="-24"/> + <frame index="9" offsetX="-3" offsetY="-24"/> </animation> </action> diff --git a/graphics/sprites/hairstyles/hairstyle14.xml b/graphics/sprites/hairstyles/hairstyle14.xml index 700b9715..1527afa9 100644 --- a/graphics/sprites/hairstyles/hairstyle14.xml +++ b/graphics/sprites/hairstyles/hairstyle14.xml @@ -1,10 +1,7 @@ <?xml version="1.0"?> -<!-- Original Author possible tmw, tmw br, ufb projects -Copyright (C) 2010-2011 Evol Online --> +<!-- Original author from TMW, TMW BR or UFB projects. +Copyright (C) 2010-2011 Evol Online --> <sprite> - - <imageset name="base" src="graphics/sprites/hairstyles/hairstyle14.png|W" width="40" height="42" /> - - <include file="hairstyles/hairstyle01.xml"/> - + <imageset name="base" src="graphics/sprites/hairstyles/hairstyle14.png|W" width="40" height="42"/> + <include file="hairstyles/hairstyle27.xml"/> </sprite> diff --git a/graphics/sprites/hairstyles/hairstyle15.xml b/graphics/sprites/hairstyles/hairstyle15.xml index 0d58d865..464e6ebc 100644 --- a/graphics/sprites/hairstyles/hairstyle15.xml +++ b/graphics/sprites/hairstyles/hairstyle15.xml @@ -1,10 +1,7 @@ <?xml version="1.0"?> -<!-- Original Author possible tmw, tmw br, ufb projects -Copyright (C) 2010-2011 Evol Online --> +<!-- Original author from TMW, TMW BR or UFB projects. +Copyright (C) 2010-2011 Evol Online --> <sprite> - - <imageset name="base" src="graphics/sprites/hairstyles/hairstyle15.png|W" width="40" height="40" /> - - <include file="hairstyles/hairstyle01.xml"/> - + <imageset name="base" src="graphics/sprites/hairstyles/hairstyle15.png|W" width="40" height="40"/> + <include file="hairstyles/hairstyle27.xml"/> </sprite> diff --git a/graphics/sprites/hairstyles/hairstyle16.xml b/graphics/sprites/hairstyles/hairstyle16.xml index 0cb62d4d..8476738c 100644 --- a/graphics/sprites/hairstyles/hairstyle16.xml +++ b/graphics/sprites/hairstyles/hairstyle16.xml @@ -1,10 +1,7 @@ <?xml version="1.0"?> -<!-- Original Author possible tmw, tmw br, ufb projects -Copyright (C) 2010-2011 Evol Online --> +<!-- Original author from TMW, TMW BR or UFB projects. +Copyright (C) 2010-2011 Evol Online --> <sprite> - - <imageset name="base" src="graphics/sprites/hairstyles/hairstyle16.png|W" width="40" height="40" /> - - <include file="hairstyles/hairstyle01.xml"/> - + <imageset name="base" src="graphics/sprites/hairstyles/hairstyle16.png|W" width="40" height="40"/> + <include file="hairstyles/hairstyle27.xml"/> </sprite> diff --git a/graphics/sprites/hairstyles/hairstyle17.xml b/graphics/sprites/hairstyles/hairstyle17.xml index 55e18a45..5d115504 100644 --- a/graphics/sprites/hairstyles/hairstyle17.xml +++ b/graphics/sprites/hairstyles/hairstyle17.xml @@ -1,10 +1,7 @@ <?xml version="1.0"?> -<!-- Original Author possible tmw, tmw br, ufb projects -Copyright (C) 2010-2011 Evol Online --> +<!-- Original author from TMW, TMW BR or UFB projects. +Copyright (C) 2010-2011 Evol Online --> <sprite> - - <imageset name="base" src="graphics/sprites/hairstyles/hairstyle17.png|W" width="40" height="40" /> - - <include file="hairstyles/hairstyle01.xml"/> - + <imageset name="base" src="graphics/sprites/hairstyles/hairstyle17.png|W" width="40" height="40"/> + <include file="hairstyles/hairstyle27.xml"/> </sprite> diff --git a/graphics/sprites/hairstyles/hairstyle18.xml b/graphics/sprites/hairstyles/hairstyle18.xml index 6ce45c6f..83032276 100644 --- a/graphics/sprites/hairstyles/hairstyle18.xml +++ b/graphics/sprites/hairstyles/hairstyle18.xml @@ -1,10 +1,7 @@ <?xml version="1.0"?> -<!-- Original Author possible tmw, tmw br, ufb projects -Copyright (C) 2010-2011 Evol Online --> +<!-- Original author from TMW, TMW BR or UFB projects. +Copyright (C) 2010-2011 Evol Online --> <sprite> - - <imageset name="base" src="graphics/sprites/hairstyles/hairstyle18.png|W" width="40" height="40" /> - - <include file="hairstyles/hairstyle01.xml"/> - + <imageset name="base" src="graphics/sprites/hairstyles/hairstyle18.png|W" width="40" height="40"/> + <include file="hairstyles/hairstyle27.xml"/> </sprite> diff --git a/graphics/sprites/hairstyles/hairstyle19.xml b/graphics/sprites/hairstyles/hairstyle19.xml index 0adac4a9..bff1cc47 100644 --- a/graphics/sprites/hairstyles/hairstyle19.xml +++ b/graphics/sprites/hairstyles/hairstyle19.xml @@ -1,10 +1,7 @@ <?xml version="1.0"?> -<!-- Original Author possible tmw, tmw br, ufb projects -Copyright (C) 2010-2011 Evol Online --> +<!-- Original author from TMW, TMW BR or UFB projects. +Copyright (C) 2010-2011 Evol Online --> <sprite> - - <imageset name="base" src="graphics/sprites/hairstyles/hairstyle19.png|W" width="40" height="40" /> - - <include file="hairstyles/hairstyle01.xml"/> - + <imageset name="base" src="graphics/sprites/hairstyles/hairstyle19.png|W" width="40" height="40"/> + <include file="hairstyles/hairstyle27.xml"/> </sprite> diff --git a/graphics/sprites/hairstyles/hairstyle20.xml b/graphics/sprites/hairstyles/hairstyle20.xml index 6683bbcb..a10d35c8 100644 --- a/graphics/sprites/hairstyles/hairstyle20.xml +++ b/graphics/sprites/hairstyles/hairstyle20.xml @@ -1,10 +1,7 @@ <?xml version="1.0"?> -<!-- Original Author possible tmw, tmw br, ufb projects -Copyright (C) 2010-2011 Evol Online --> +<!-- Original author from TMW, TMW BR or UFB projects. +Copyright (C) 2010-2011 Evol Online --> <sprite> - - <imageset name="base" src="graphics/sprites/hairstyles/hairstyle20.png|W" width="40" height="40" /> - - <include file="hairstyles/hairstyle01.xml"/> - + <imageset name="base" src="graphics/sprites/hairstyles/hairstyle20.png|W" width="40" height="40"/> + <include file="hairstyles/hairstyle27.xml"/> </sprite> diff --git a/graphics/sprites/hairstyles/hairstyle21.xml b/graphics/sprites/hairstyles/hairstyle21.xml index 6cb93146..e0413f23 100644 --- a/graphics/sprites/hairstyles/hairstyle21.xml +++ b/graphics/sprites/hairstyles/hairstyle21.xml @@ -1,10 +1,7 @@ <?xml version="1.0"?> -<!-- Original Author possible tmw, tmw br, ufb projects -Copyright (C) 2010-2011 Evol Online --> +<!-- Original author from TMW, TMW BR or UFB projects. +Copyright (C) 2010-2011 Evol Online --> <sprite> - - <imageset name="base" src="graphics/sprites/hairstyles/hairstyle21.png|W" width="40" height="40" /> - - <include file="hairstyles/hairstyle01.xml"/> - + <imageset name="base" src="graphics/sprites/hairstyles/hairstyle21.png|W" width="40" height="40"/> + <include file="hairstyles/hairstyle27.xml"/> </sprite> diff --git a/graphics/sprites/hairstyles/hairstyle22.xml b/graphics/sprites/hairstyles/hairstyle22.xml index 3aee098f..edec9614 100644 --- a/graphics/sprites/hairstyles/hairstyle22.xml +++ b/graphics/sprites/hairstyles/hairstyle22.xml @@ -1,10 +1,7 @@ <?xml version="1.0"?> -<!-- Original Author possible tmw, tmw br, ufb projects -Copyright (C) 2010-2011 Evol Online --> +<!-- Original author from TMW, TMW BR or UFB projects. +Copyright (C) 2010-2011 Evol Online --> <sprite> - - <imageset name="base" src="graphics/sprites/hairstyles/hairstyle22.png|W" width="40" height="40" /> - - <include file="hairstyles/hairstyle01.xml"/> - + <imageset name="base" src="graphics/sprites/hairstyles/hairstyle22.png|W" width="40" height="40"/> + <include file="hairstyles/hairstyle27.xml"/> </sprite> diff --git a/graphics/sprites/hairstyles/hairstyle23.xml b/graphics/sprites/hairstyles/hairstyle23.xml index c2e384b8..e9af082f 100644 --- a/graphics/sprites/hairstyles/hairstyle23.xml +++ b/graphics/sprites/hairstyles/hairstyle23.xml @@ -1,10 +1,7 @@ <?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/hairstyles/hairstyle23.png|W" width="32" height="32" /> - + <imageset name="base" src="graphics/sprites/hairstyles/hairstyle23.png|W" width="32" height="32"/> <include file="hairstyles/hairstyle13.xml"/> - </sprite> diff --git a/graphics/sprites/hairstyles/hairstyle24.xml b/graphics/sprites/hairstyles/hairstyle24.xml index fd04d66a..e12fa6a9 100644 --- a/graphics/sprites/hairstyles/hairstyle24.xml +++ b/graphics/sprites/hairstyles/hairstyle24.xml @@ -1,10 +1,7 @@ <?xml version="1.0"?> -<!-- Original Author possible tmw, tmw br, ufb projects -Copyright (C) 2010-2011 Evol Online --> +<!-- Original author from TMW, TMW BR or UFB projects. +Copyright (C) 2010-2011 Evol Online --> <sprite> - - <imageset name="base" src="graphics/sprites/hairstyles/hairstyle24.png|W" width="40" height="40" /> - - <include file="hairstyles/hairstyle01.xml"/> - + <imageset name="base" src="graphics/sprites/hairstyles/hairstyle24.png|W" width="40" height="40"/> + <include file="hairstyles/hairstyle27.xml"/> </sprite> diff --git a/graphics/sprites/hairstyles/hairstyle25.xml b/graphics/sprites/hairstyles/hairstyle25.xml index 186fa90f..f74a36ef 100644 --- a/graphics/sprites/hairstyles/hairstyle25.xml +++ b/graphics/sprites/hairstyles/hairstyle25.xml @@ -1,10 +1,7 @@ <?xml version="1.0"?> -<!-- Original Author possible tmw, tmw br, ufb projects -Copyright (C) 2010-2011 Evol Online --> +<!-- Original author from TMW, TMW BR or UFB projects. +Copyright (C) 2010-2011 Evol Online --> <sprite> - - <imageset name="base" src="graphics/sprites/hairstyles/hairstyle25.png|W" width="40" height="40" /> - - <include file="hairstyles/hairstyle01.xml"/> - + <imageset name="base" src="graphics/sprites/hairstyles/hairstyle25.png|W" width="40" height="40"/> + <include file="hairstyles/hairstyle27.xml"/> </sprite> diff --git a/graphics/sprites/hairstyles/hairstyle26.xml b/graphics/sprites/hairstyles/hairstyle26.xml index 7f9cd79a..20366bb7 100644 --- a/graphics/sprites/hairstyles/hairstyle26.xml +++ b/graphics/sprites/hairstyles/hairstyle26.xml @@ -1,10 +1,7 @@ <?xml version="1.0"?> -<!-- Original Author possible tmw, tmw br, ufb projects -Copyright (C) 2010-2012 Evol Online --> +<!-- Author: Tayoko +Copyright (C) 2010-2012 Evol Online --> <sprite> - - <imageset name="base" src="graphics/sprites/hairstyles/hairstyle26.png|W" width="40" height="40" /> - - <include file="hairstyles/hairstyle01.xml"/> - + <imageset name="base" src="graphics/sprites/hairstyles/hairstyle26.png|W" width="40" height="40"/> + <include file="hairstyles/hairstyle27.xml"/> </sprite> diff --git a/graphics/sprites/hairstyles/hairstyle27.png b/graphics/sprites/hairstyles/hairstyle27.png Binary files differnew file mode 100644 index 00000000..5dddafb3 --- /dev/null +++ b/graphics/sprites/hairstyles/hairstyle27.png diff --git a/graphics/sprites/hairstyles/hairstyle27.xml b/graphics/sprites/hairstyles/hairstyle27.xml new file mode 100644 index 00000000..f4d92c52 --- /dev/null +++ b/graphics/sprites/hairstyles/hairstyle27.xml @@ -0,0 +1,129 @@ +<?xml version="1.0"?> +<!-- Original author from TMW, TMW BR or UFB projects. +Copyright (C) 2010-2011 Evol Online --> +<sprite> + + <imageset name="base" src="graphics/sprites/hairstyles/hairstyle27.png|W" width="40" height="40"/> + + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetY="-29"/> + </animation> + <animation direction="left"> + <frame index="1" offsetY="-29"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-25"/> + </animation> + <animation direction="right"> + <frame index="3" offsetY="-29"/> + </animation> + </action> + + <action name="walk" imageset="base"> + <animation direction="down"> + <frame index="0" offsetY="-28" delay="75"/> + <frame index="0" offsetY="-29" delay="150"/> + <frame index="0" offsetY="-28" delay="75"/> + <frame index="0" offsetY="-29" delay="150"/> + </animation> + <animation direction="left"> + <frame index="1" offsetY="-29" delay="75"/> + <frame index="1" offsetY="-28" delay="75"/> + <frame index="1" offsetY="-29" delay="150"/> + <frame index="1" offsetY="-28" delay="75"/> + <frame index="1" offsetY="-29" delay="75"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-25" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-26" delay="150"/> + <frame index="2" offsetX="-1" offsetY="-25" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-26" delay="150"/> + </animation> + <animation direction="right"> + <frame index="3" offsetY="-29" delay="75"/> + <frame index="3" offsetY="-28" delay="75"/> + <frame index="3" offsetY="-29" delay="150"/> + <frame index="3" offsetY="-28" delay="75"/> + <frame index="3" offsetY="-29" delay="75"/> + </animation> + </action> + + <action name="attack" imageset="base"> + <animation direction="down"> + <frame index="0" offsetY="-27" delay="75"/> + <frame index="0" offsetY="-28" delay="75"/> + <frame index="0" offsetY="-25" delay="75"/> + <frame index="0" offsetY="-24" delay="75"/> + <end /> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-30" delay="75"/> + <frame index="1" offsetX="4" offsetY="-31" delay="75"/> + <frame index="1" offsetY="-28" delay="75"/> + <frame index="1" offsetX="-1" offsetY="-27" delay="75"/> + <end /> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-2" offsetY="-25" delay="225"/> + <frame index="2" offsetX="-2" offsetY="-23" delay="75"/> + <end /> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-3" offsetY="-30" delay="75"/> + <frame index="3" offsetX="-3" offsetY="-31" delay="75"/> + <frame index="3" offsetY="-28" delay="75"/> + <frame index="3" offsetX="1" offsetY="-27" delay="75"/> + <end /> + </animation> + </action> + + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <frame index="0" offsetY="-28" delay="225"/> + <frame index="0" offsetY="-27" delay="75"/> + <frame index="0" offsetY="-28" delay="75"/> + <end /> + </animation> + <animation direction="left"> + <frame index="1" offsetX="3" offsetY="-29" delay="225"/> + <frame index="1" offsetX="5" offsetY="-30" delay="150"/> + <end /> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-25" delay="150"/> + <frame index="2" offsetX="-2" offsetY="-25" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-24" delay="75"/> + <frame index="2" offsetX="-2" offsetY="-25" delay="75"/> + <end /> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-3" offsetY="-29" delay="225"/> + <frame index="3" offsetX="-5" offsetY="-30" delay="150"/> + <end /> + </animation> + </action> + + <action name="sit" imageset="base"> + <animation direction="down"> + <!-- Old OffsetY value was at "-17" before the add of the new sit frames.--> + <frame index="0" offsetY="-22"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-20"/> + </animation> + <animation direction="up"> + <frame index="2" offsetY="-17"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-6" offsetY="-20"/> + </animation> + </action> + + <action name="dead" imageset="base"> + <animation direction="default"> + <frame index="4" offsetX="21" offsetY="-4"/> + </animation> + </action> + +</sprite> |