summaryrefslogtreecommitdiff
path: root/graphics/sprites/equipment
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2011-11-27 00:47:48 +0100
committerReid <reidyaro@gmail.com>2011-11-27 00:47:48 +0100
commit7019bee94a0ba6158fcbd11a73046e012a669c81 (patch)
tree9db51542cae5966b5655486516c03a608a0e3b01 /graphics/sprites/equipment
downloadclientdata-7019bee94a0ba6158fcbd11a73046e012a669c81.tar.gz
clientdata-7019bee94a0ba6158fcbd11a73046e012a669c81.tar.bz2
clientdata-7019bee94a0ba6158fcbd11a73046e012a669c81.tar.xz
clientdata-7019bee94a0ba6158fcbd11a73046e012a669c81.zip
Initialization of the Clientdata for the Beta release of Evol Online.
Diffstat (limited to 'graphics/sprites/equipment')
-rw-r--r--graphics/sprites/equipment/chest/cottonshirt-female.pngbin0 -> 12905 bytes
-rw-r--r--graphics/sprites/equipment/chest/cottonshirt-female.xml106
-rw-r--r--graphics/sprites/equipment/chest/cottonshirt-male.pngbin0 -> 12975 bytes
-rw-r--r--graphics/sprites/equipment/chest/cottonshirt-male.xml106
-rw-r--r--graphics/sprites/equipment/chest/leathershirt-female.pngbin0 -> 11692 bytes
-rw-r--r--graphics/sprites/equipment/chest/leathershirt-female.xml106
-rw-r--r--graphics/sprites/equipment/chest/leathershirt-male.pngbin0 -> 19688 bytes
-rw-r--r--graphics/sprites/equipment/chest/leathershirt-male.xml106
-rw-r--r--graphics/sprites/equipment/feet/boots-female.pngbin0 -> 8734 bytes
-rw-r--r--graphics/sprites/equipment/feet/boots-female.xml10
-rw-r--r--graphics/sprites/equipment/feet/boots-male.pngbin0 -> 8662 bytes
-rw-r--r--graphics/sprites/equipment/feet/boots-male.xml106
-rw-r--r--graphics/sprites/equipment/hands/bracelets.pngbin0 -> 5271 bytes
-rw-r--r--graphics/sprites/equipment/hands/bracelets.xml106
-rw-r--r--graphics/sprites/equipment/head/bandana hat.pngbin0 -> 2424 bytes
-rw-r--r--graphics/sprites/equipment/head/bandana hat.xml127
-rw-r--r--graphics/sprites/equipment/leg/shorts-female.pngbin0 -> 7765 bytes
-rw-r--r--graphics/sprites/equipment/leg/shorts-female.xml106
-rw-r--r--graphics/sprites/equipment/leg/shorts-male.pngbin0 -> 7545 bytes
-rw-r--r--graphics/sprites/equipment/leg/shorts-male.xml106
-rw-r--r--graphics/sprites/equipment/weapons/aurisghard.pngbin0 -> 16251 bytes
-rw-r--r--graphics/sprites/equipment/weapons/aurisghard.xml105
-rw-r--r--graphics/sprites/equipment/weapons/axe.pngbin0 -> 7932 bytes
-rw-r--r--graphics/sprites/equipment/weapons/axe.xml28
-rw-r--r--graphics/sprites/equipment/weapons/bow.pngbin0 -> 5751 bytes
-rw-r--r--graphics/sprites/equipment/weapons/bow.xml28
-rw-r--r--graphics/sprites/equipment/weapons/dagger.pngbin0 -> 2016 bytes
-rw-r--r--graphics/sprites/equipment/weapons/dagger.xml28
-rw-r--r--graphics/sprites/equipment/weapons/death scyth.pngbin0 -> 28570 bytes
-rw-r--r--graphics/sprites/equipment/weapons/death scyth.xml89
-rw-r--r--graphics/sprites/equipment/weapons/mining-pick.pngbin0 -> 4134 bytes
-rw-r--r--graphics/sprites/equipment/weapons/mining-pick.xml108
-rw-r--r--graphics/sprites/equipment/weapons/scythe.pngbin0 -> 14828 bytes
-rw-r--r--graphics/sprites/equipment/weapons/scythe.xml88
-rw-r--r--graphics/sprites/equipment/weapons/staff.pngbin0 -> 9098 bytes
-rw-r--r--graphics/sprites/equipment/weapons/staff.xml89
-rw-r--r--graphics/sprites/equipment/weapons/sword.pngbin0 -> 27523 bytes
-rw-r--r--graphics/sprites/equipment/weapons/sword.xml108
-rw-r--r--graphics/sprites/equipment/weapons/whip.pngbin0 -> 4858 bytes
-rw-r--r--graphics/sprites/equipment/weapons/whip.xml29
40 files changed, 1685 insertions, 0 deletions
diff --git a/graphics/sprites/equipment/chest/cottonshirt-female.png b/graphics/sprites/equipment/chest/cottonshirt-female.png
new file mode 100644
index 00000000..a805c1d1
--- /dev/null
+++ b/graphics/sprites/equipment/chest/cottonshirt-female.png
Binary files differ
diff --git a/graphics/sprites/equipment/chest/cottonshirt-female.xml b/graphics/sprites/equipment/chest/cottonshirt-female.xml
new file mode 100644
index 00000000..bb3b2010
--- /dev/null
+++ b/graphics/sprites/equipment/chest/cottonshirt-female.xml
@@ -0,0 +1,106 @@
+<?xml version="1.0"?>
+<!-- Original Author possible tmw, tmw br, ufb projects
+Copyright (C) 2010-2011 Evol Online -->
+<sprite name="player" action="stand">
+
+ <imageset name="base" src="graphics/sprites/equipment/chest/cottonshirt-female.png" width="64" height="64" />
+
+ <action name="stand" imageset="base">
+ <animation direction="down">
+ <frame index="0" />
+ </animation>
+ <animation direction="left">
+ <frame index="18" />
+ </animation>
+ <animation direction="up">
+ <frame index="36" />
+ </animation>
+ <animation direction="right">
+ <frame index="54" />
+ </animation>
+ </action>
+
+ <action name="walk" imageset="base">
+ <animation direction="down">
+ <sequence start="1" end="6" delay="75" />
+ </animation>
+ <animation direction="left">
+ <sequence start="19" end="24" delay="75" />
+ </animation>
+ <animation direction="up">
+ <sequence start="37" end="42" delay="75" />
+ </animation>
+ <animation direction="right">
+ <sequence start="55" end="60" delay="75" />
+ </animation>
+ </action>
+
+ <action name="sit" imageset="base">
+ <animation direction="down">
+ <frame index="7" />
+ </animation>
+ <animation direction="left">
+ <frame index="25" />
+ </animation>
+ <animation direction="up">
+ <frame index="43" />
+ </animation>
+ <animation direction="right">
+ <frame index="61" />
+ </animation>
+ </action>
+
+ <action name="dead" imageset="base">
+ <animation direction="down">
+ <frame index="8" />
+ </animation>
+ <animation direction="left">
+ <frame index="26" />
+ </animation>
+ <animation direction="up">
+ <frame index="44" />
+ </animation>
+ <animation direction="right">
+ <frame index="62" />
+ </animation>
+ </action>
+
+ <action name="attack" imageset="base">
+ <animation direction="down">
+ <sequence start="9" end="12" delay="75" />
+ <end />
+ </animation>
+ <animation direction="left">
+ <sequence start="27" end="30" delay="75" />
+ <end />
+ </animation>
+ <animation direction="up">
+ <sequence start="45" end="48" delay="75" />
+ <end />
+ </animation>
+ <animation direction="right">
+ <sequence start="63" end="66" delay="75" />
+ <end />
+ </animation>
+ </action>
+
+ <action name="attack_bow" imageset="base">
+ <animation direction="down">
+ <sequence start="13" end="17" delay="75" />
+ <end />
+ </animation>
+ <animation direction="left">
+ <sequence start="31" end="35" delay="75" />
+ <end />
+ </animation>
+ <animation direction="up">
+ <sequence start="49" end="53" delay="75" />
+ <end />
+ </animation>
+ <animation direction="right">
+ <sequence start="67" end="71" delay="75" />
+ <end />
+ </animation>
+ </action>
+
+</sprite>
diff --git a/graphics/sprites/equipment/chest/cottonshirt-male.png b/graphics/sprites/equipment/chest/cottonshirt-male.png
new file mode 100644
index 00000000..79f85878
--- /dev/null
+++ b/graphics/sprites/equipment/chest/cottonshirt-male.png
Binary files differ
diff --git a/graphics/sprites/equipment/chest/cottonshirt-male.xml b/graphics/sprites/equipment/chest/cottonshirt-male.xml
new file mode 100644
index 00000000..51d911b3
--- /dev/null
+++ b/graphics/sprites/equipment/chest/cottonshirt-male.xml
@@ -0,0 +1,106 @@
+<?xml version="1.0"?>
+<!-- Original Author possible tmw, tmw br, ufb projects
+Copyright (C) 2010-2011 Evol Online -->
+<sprite name="player" action="stand">
+
+ <imageset name="base" src="graphics/sprites/equipment/chest/cottonshirt-male.png" width="64" height="64" />
+
+ <action name="stand" imageset="base">
+ <animation direction="down">
+ <frame index="0" />
+ </animation>
+ <animation direction="left">
+ <frame index="18" />
+ </animation>
+ <animation direction="up">
+ <frame index="36" />
+ </animation>
+ <animation direction="right">
+ <frame index="54" />
+ </animation>
+ </action>
+
+ <action name="walk" imageset="base">
+ <animation direction="down">
+ <sequence start="1" end="6" delay="75" />
+ </animation>
+ <animation direction="left">
+ <sequence start="19" end="24" delay="75" />
+ </animation>
+ <animation direction="up">
+ <sequence start="37" end="42" delay="75" />
+ </animation>
+ <animation direction="right">
+ <sequence start="55" end="60" delay="75" />
+ </animation>
+ </action>
+
+ <action name="sit" imageset="base">
+ <animation direction="down">
+ <frame index="7" />
+ </animation>
+ <animation direction="left">
+ <frame index="25" />
+ </animation>
+ <animation direction="up">
+ <frame index="43" />
+ </animation>
+ <animation direction="right">
+ <frame index="61" />
+ </animation>
+ </action>
+
+ <action name="dead" imageset="base">
+ <animation direction="down">
+ <frame index="8" />
+ </animation>
+ <animation direction="left">
+ <frame index="26" />
+ </animation>
+ <animation direction="up">
+ <frame index="44" />
+ </animation>
+ <animation direction="right">
+ <frame index="62" />
+ </animation>
+ </action>
+
+ <action name="attack" imageset="base">
+ <animation direction="down">
+ <sequence start="9" end="12" delay="75" />
+ <end />
+ </animation>
+ <animation direction="left">
+ <sequence start="27" end="30" delay="75" />
+ <end />
+ </animation>
+ <animation direction="up">
+ <sequence start="45" end="48" delay="75" />
+ <end />
+ </animation>
+ <animation direction="right">
+ <sequence start="63" end="66" delay="75" />
+ <end />
+ </animation>
+ </action>
+
+ <action name="attack_bow" imageset="base">
+ <animation direction="down">
+ <sequence start="13" end="17" delay="75" />
+ <end />
+ </animation>
+ <animation direction="left">
+ <sequence start="31" end="35" delay="75" />
+ <end />
+ </animation>
+ <animation direction="up">
+ <sequence start="49" end="53" delay="75" />
+ <end />
+ </animation>
+ <animation direction="right">
+ <sequence start="67" end="71" delay="75" />
+ <end />
+ </animation>
+ </action>
+
+</sprite>
diff --git a/graphics/sprites/equipment/chest/leathershirt-female.png b/graphics/sprites/equipment/chest/leathershirt-female.png
new file mode 100644
index 00000000..a6efbf9b
--- /dev/null
+++ b/graphics/sprites/equipment/chest/leathershirt-female.png
Binary files differ
diff --git a/graphics/sprites/equipment/chest/leathershirt-female.xml b/graphics/sprites/equipment/chest/leathershirt-female.xml
new file mode 100644
index 00000000..3913e233
--- /dev/null
+++ b/graphics/sprites/equipment/chest/leathershirt-female.xml
@@ -0,0 +1,106 @@
+<?xml version="1.0"?>
+<!-- Original Author possible tmw, tmw br, ufb projects
+Copyright (C) 2010-2011 Evol Online -->
+<sprite name="player" action="stand">
+
+ <imageset name="base" src="graphics/sprites/equipment/chest/leathershirt-female.png|W;R" width="64" height="64" />
+
+ <action name="stand" imageset="base">
+ <animation direction="down">
+ <frame index="0" />
+ </animation>
+ <animation direction="left">
+ <frame index="18" />
+ </animation>
+ <animation direction="up">
+ <frame index="36" />
+ </animation>
+ <animation direction="right">
+ <frame index="54" />
+ </animation>
+ </action>
+
+ <action name="walk" imageset="base">
+ <animation direction="down">
+ <sequence start="1" end="6" delay="75" />
+ </animation>
+ <animation direction="left">
+ <sequence start="19" end="24" delay="75" />
+ </animation>
+ <animation direction="up">
+ <sequence start="37" end="42" delay="75" />
+ </animation>
+ <animation direction="right">
+ <sequence start="55" end="60" delay="75" />
+ </animation>
+ </action>
+
+ <action name="sit" imageset="base">
+ <animation direction="down">
+ <frame index="7" />
+ </animation>
+ <animation direction="left">
+ <frame index="25" />
+ </animation>
+ <animation direction="up">
+ <frame index="43" />
+ </animation>
+ <animation direction="right">
+ <frame index="61" />
+ </animation>
+ </action>
+
+ <action name="dead" imageset="base">
+ <animation direction="down">
+ <frame index="8" />
+ </animation>
+ <animation direction="left">
+ <frame index="26" />
+ </animation>
+ <animation direction="up">
+ <frame index="44" />
+ </animation>
+ <animation direction="right">
+ <frame index="62" />
+ </animation>
+ </action>
+
+ <action name="attack" imageset="base">
+ <animation direction="down">
+ <sequence start="9" end="12" delay="75" />
+ <end />
+ </animation>
+ <animation direction="left">
+ <sequence start="27" end="30" delay="75" />
+ <end />
+ </animation>
+ <animation direction="up">
+ <sequence start="45" end="48" delay="75" />
+ <end />
+ </animation>
+ <animation direction="right">
+ <sequence start="63" end="66" delay="75" />
+ <end />
+ </animation>
+ </action>
+
+ <action name="attack_bow" imageset="base">
+ <animation direction="down">
+ <sequence start="13" end="17" delay="75" />
+ <end />
+ </animation>
+ <animation direction="left">
+ <sequence start="31" end="35" delay="75" />
+ <end />
+ </animation>
+ <animation direction="up">
+ <sequence start="49" end="53" delay="75" />
+ <end />
+ </animation>
+ <animation direction="right">
+ <sequence start="67" end="71" delay="75" />
+ <end />
+ </animation>
+ </action>
+
+</sprite>
diff --git a/graphics/sprites/equipment/chest/leathershirt-male.png b/graphics/sprites/equipment/chest/leathershirt-male.png
new file mode 100644
index 00000000..bc5a3c65
--- /dev/null
+++ b/graphics/sprites/equipment/chest/leathershirt-male.png
Binary files differ
diff --git a/graphics/sprites/equipment/chest/leathershirt-male.xml b/graphics/sprites/equipment/chest/leathershirt-male.xml
new file mode 100644
index 00000000..2ed14fff
--- /dev/null
+++ b/graphics/sprites/equipment/chest/leathershirt-male.xml
@@ -0,0 +1,106 @@
+<?xml version="1.0"?>
+<!-- Original Author possible tmw, tmw br, ufb projects
+Copyright (C) 2010-2011 Evol Online -->
+<sprite name="player" action="stand">
+
+ <imageset name="base" src="graphics/sprites/equipment/chest/leathershirt-male.png|W;R" width="64" height="64" />
+
+ <action name="stand" imageset="base">
+ <animation direction="down">
+ <frame index="0" />
+ </animation>
+ <animation direction="left">
+ <frame index="18" />
+ </animation>
+ <animation direction="up">
+ <frame index="36" />
+ </animation>
+ <animation direction="right">
+ <frame index="54" />
+ </animation>
+ </action>
+
+ <action name="walk" imageset="base">
+ <animation direction="down">
+ <sequence start="1" end="6" delay="75" />
+ </animation>
+ <animation direction="left">
+ <sequence start="19" end="24" delay="75" />
+ </animation>
+ <animation direction="up">
+ <sequence start="37" end="42" delay="75" />
+ </animation>
+ <animation direction="right">
+ <sequence start="55" end="60" delay="75" />
+ </animation>
+ </action>
+
+ <action name="sit" imageset="base">
+ <animation direction="down">
+ <frame index="7" />
+ </animation>
+ <animation direction="left">
+ <frame index="25" />
+ </animation>
+ <animation direction="up">
+ <frame index="43" />
+ </animation>
+ <animation direction="right">
+ <frame index="61" />
+ </animation>
+ </action>
+
+ <action name="dead" imageset="base">
+ <animation direction="down">
+ <frame index="8" />
+ </animation>
+ <animation direction="left">
+ <frame index="26" />
+ </animation>
+ <animation direction="up">
+ <frame index="44" />
+ </animation>
+ <animation direction="right">
+ <frame index="62" />
+ </animation>
+ </action>
+
+ <action name="attack" imageset="base">
+ <animation direction="down">
+ <sequence start="9" end="12" delay="75" />
+ <end />
+ </animation>
+ <animation direction="left">
+ <sequence start="27" end="30" delay="75" />
+ <end />
+ </animation>
+ <animation direction="up">
+ <sequence start="45" end="48" delay="75" />
+ <end />
+ </animation>
+ <animation direction="right">
+ <sequence start="63" end="66" delay="75" />
+ <end />
+ </animation>
+ </action>
+
+ <action name="attack_bow" imageset="base">
+ <animation direction="down">
+ <sequence start="13" end="17" delay="75" />
+ <end />
+ </animation>
+ <animation direction="left">
+ <sequence start="31" end="35" delay="75" />
+ <end />
+ </animation>
+ <animation direction="up">
+ <sequence start="49" end="53" delay="75" />
+ <end />
+ </animation>
+ <animation direction="right">
+ <sequence start="67" end="71" delay="75" />
+ <end />
+ </animation>
+ </action>
+
+</sprite>
diff --git a/graphics/sprites/equipment/feet/boots-female.png b/graphics/sprites/equipment/feet/boots-female.png
new file mode 100644
index 00000000..ba984324
--- /dev/null
+++ b/graphics/sprites/equipment/feet/boots-female.png
Binary files differ
diff --git a/graphics/sprites/equipment/feet/boots-female.xml b/graphics/sprites/equipment/feet/boots-female.xml
new file mode 100644
index 00000000..de701101
--- /dev/null
+++ b/graphics/sprites/equipment/feet/boots-female.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0"?>
+<!-- Original Author possible tmw, tmw br, ufb projects
+Copyright (C) 2010-2011 Evol Online -->
+<sprite name="player" action="stand">
+
+ <imageset name="base" src="graphics/sprites/equipment/feet/boots-female.png|W" width="64" height="64" />
+
+ <include file="equipment/feet/boots-male.xml"/>
+
+</sprite>
diff --git a/graphics/sprites/equipment/feet/boots-male.png b/graphics/sprites/equipment/feet/boots-male.png
new file mode 100644
index 00000000..f441c5b0
--- /dev/null
+++ b/graphics/sprites/equipment/feet/boots-male.png
Binary files differ
diff --git a/graphics/sprites/equipment/feet/boots-male.xml b/graphics/sprites/equipment/feet/boots-male.xml
new file mode 100644
index 00000000..2cac87e1
--- /dev/null
+++ b/graphics/sprites/equipment/feet/boots-male.xml
@@ -0,0 +1,106 @@
+<?xml version="1.0"?>
+<!-- Original Author possible tmw, tmw br, ufb projects
+Copyright (C) 2010-2011 Evol Online -->
+<sprite name="player" action="stand">
+
+ <imageset name="base" src="graphics/sprites/equipment/feet/boots-male.png|W" width="64" height="64" />
+
+ <action name="stand" imageset="base">
+ <animation direction="down">
+ <frame index="0" />
+ </animation>
+ <animation direction="left">
+ <frame index="18" />
+ </animation>
+ <animation direction="up">
+ <frame index="36" />
+ </animation>
+ <animation direction="right">
+ <frame index="54" />
+ </animation>
+ </action>
+
+ <action name="walk" imageset="base">
+ <animation direction="down">
+ <sequence start="1" end="6" delay="75" />
+ </animation>
+ <animation direction="left">
+ <sequence start="19" end="24" delay="75" />
+ </animation>
+ <animation direction="up">
+ <sequence start="37" end="42" delay="75" />
+ </animation>
+ <animation direction="right">
+ <sequence start="55" end="60" delay="75" />
+ </animation>
+ </action>
+
+ <action name="sit" imageset="base">
+ <animation direction="down">
+ <frame index="7" />
+ </animation>
+ <animation direction="left">
+ <frame index="25" />
+ </animation>
+ <animation direction="up">
+ <frame index="43" />
+ </animation>
+ <animation direction="right">
+ <frame index="61" />
+ </animation>
+ </action>
+
+ <action name="dead" imageset="base">
+ <animation direction="down">
+ <frame index="8" />
+ </animation>
+ <animation direction="left">
+ <frame index="26" />
+ </animation>
+ <animation direction="up">
+ <frame index="44" />
+ </animation>
+ <animation direction="right">
+ <frame index="62" />
+ </animation>
+ </action>
+
+ <action name="attack" imageset="base">
+ <animation direction="down">
+ <sequence start="9" end="12" delay="75" />
+ <end />
+ </animation>
+ <animation direction="left">
+ <sequence start="27" end="30" delay="75" />
+ <end />
+ </animation>
+ <animation direction="up">
+ <sequence start="45" end="48" delay="75" />
+ <end />
+ </animation>
+ <animation direction="right">
+ <sequence start="63" end="66" delay="75" />
+ <end />
+ </animation>
+ </action>
+
+ <action name="attack_bow" imageset="base">
+ <animation direction="down">
+ <sequence start="13" end="17" delay="75" />
+ <end />
+ </animation>
+ <animation direction="left">
+ <sequence start="31" end="35" delay="75" />
+ <end />
+ </animation>
+ <animation direction="up">
+ <sequence start="49" end="53" delay="75" />
+ <end />
+ </animation>
+ <animation direction="right">
+ <sequence start="67" end="71" delay="75" />
+ <end />
+ </animation>
+ </action>
+
+</sprite>
diff --git a/graphics/sprites/equipment/hands/bracelets.png b/graphics/sprites/equipment/hands/bracelets.png
new file mode 100644
index 00000000..35e8992e
--- /dev/null
+++ b/graphics/sprites/equipment/hands/bracelets.png
Binary files differ
diff --git a/graphics/sprites/equipment/hands/bracelets.xml b/graphics/sprites/equipment/hands/bracelets.xml
new file mode 100644
index 00000000..a362f95d
--- /dev/null
+++ b/graphics/sprites/equipment/hands/bracelets.xml
@@ -0,0 +1,106 @@
+<?xml version="1.0"?>
+<!-- Original Author possible tmw, tmw br, ufb projects
+Copyright (C) 2010-2011 Evol Online -->
+<sprite name="player" action="stand">
+
+ <imageset name="base" src="graphics/sprites/equipment/hands/bracelets.png" width="64" height="64" />
+
+ <action name="stand" imageset="base">
+ <animation direction="down">
+ <frame index="0" />
+ </animation>
+ <animation direction="left">
+ <frame index="18" />
+ </animation>
+ <animation direction="up">
+ <frame index="36" />
+ </animation>
+ <animation direction="right">
+ <frame index="54" />
+ </animation>
+ </action>
+
+ <action name="walk" imageset="base">
+ <animation direction="down">
+ <sequence start="1" end="6" delay="75" />
+ </animation>
+ <animation direction="left">
+ <sequence start="19" end="24" delay="75" />
+ </animation>
+ <animation direction="up">
+ <sequence start="37" end="42" delay="75" />
+ </animation>
+ <animation direction="right">
+ <sequence start="55" end="60" delay="75" />
+ </animation>
+ </action>
+
+ <action name="sit" imageset="base">
+ <animation direction="down">
+ <frame index="7" />
+ </animation>
+ <animation direction="left">
+ <frame index="25" />
+ </animation>
+ <animation direction="up">
+ <frame index="43" />
+ </animation>
+ <animation direction="right">
+ <frame index="61" />
+ </animation>
+ </action>
+
+ <action name="dead" imageset="base">
+ <animation direction="down">
+ <frame index="8" />
+ </animation>
+ <animation direction="left">
+ <frame index="26" />
+ </animation>
+ <animation direction="up">
+ <frame index="44" />
+ </animation>
+ <animation direction="right">
+ <frame index="62" />
+ </animation>
+ </action>
+
+ <action name="attack" imageset="base">
+ <animation direction="down">
+ <sequence start="9" end="12" delay="75" />
+ <end />
+ </animation>
+ <animation direction="left">
+ <sequence start="27" end="30" delay="75" />
+ <end />
+ </animation>
+ <animation direction="up">
+ <sequence start="45" end="48" delay="75" />
+ <end />
+ </animation>
+ <animation direction="right">
+ <sequence start="63" end="66" delay="75" />
+ <end />
+ </animation>
+ </action>
+
+ <action name="attack_bow" imageset="base">
+ <animation direction="down">
+ <sequence start="13" end="17" delay="75" />
+ <end />
+ </animation>
+ <animation direction="left">
+ <sequence start="31" end="35" delay="75" />
+ <end />
+ </animation>
+ <animation direction="up">
+ <sequence start="49" end="53" delay="75" />
+ <end />
+ </animation>
+ <animation direction="right">
+ <sequence start="67" end="71" delay="75" />
+ <end />
+ </animation>
+ </action>
+
+</sprite>
diff --git a/graphics/sprites/equipment/head/bandana hat.png b/graphics/sprites/equipment/head/bandana hat.png
new file mode 100644
index 00000000..58156cce
--- /dev/null
+++ b/graphics/sprites/equipment/head/bandana hat.png
Binary files differ
diff --git a/graphics/sprites/equipment/head/bandana hat.xml b/graphics/sprites/equipment/head/bandana hat.xml
new file mode 100644
index 00000000..9b084675
--- /dev/null
+++ b/graphics/sprites/equipment/head/bandana hat.xml
@@ -0,0 +1,127 @@
+<?xml version="1.0"?>
+<!-- Original Author possible tmw, tmw br, ufb projects
+Copyright (C) 2010-2011 Evol Online -->
+<sprite>
+ <imageset name="base" src="graphics/sprites/equipment/head/bandana hat.png" width="29" height="21" />
+
+ <action name="stand" imageset="base">
+ <animation direction="down">
+ <frame index="0" offsetX="0" offsetY ="-38" />
+ </animation>
+ <animation direction="left">
+ <frame index="1" offsetX="0" offsetY ="-38"/>
+ </animation>
+ <animation direction="up">
+ <frame index="2" offsetX="-1" offsetY ="-38"/>
+ </animation>
+ <animation direction="right">
+ <frame index="3" offsetX="0" offsetY ="-38"/>
+ </animation>
+ </action>
+
+ <action name="walk" imageset="base">
+ <animation direction="down">
+ <frame index="0" offsetX="0" offsetY ="-37" delay="75"/>
+ <frame index="0" offsetX="0" offsetY ="-38" delay="150" />
+ <frame index="0" offsetX="0" offsetY ="-37" delay="75" />
+ <frame index="0" offsetX="0" offsetY ="-38" delay="150" />
+ </animation>
+ <animation direction="left">
+ <frame index="1" offsetX="0" offsetY ="-38" delay="75"/>
+ <frame index="1" offsetX="0" offsetY ="-37" delay="75"/>
+ <frame index="1" offsetX="0" offsetY ="-38" delay="150"/>
+ <frame index="1" offsetX="0" offsetY ="-37" delay="75"/>
+ <frame index="1" offsetX="0" offsetY ="-38" delay="75"/>
+ </animation>
+ <animation direction="up">
+ <frame index="2" offsetX="-1" offsetY ="-38" delay="75"/>
+ <frame index="2" offsetX="-1" offsetY ="-39" delay="150"/>
+ <frame index="2" offsetX="-1" offsetY ="-38" delay="75"/>
+ <frame index="2" offsetX="-1" offsetY ="-39" delay="150"/>
+ </animation>
+ <animation direction="right">
+ <frame index="3" offsetX="0" offsetY ="-38" delay="75"/>
+ <frame index="3" offsetX="0" offsetY ="-37" delay="75"/>
+ <frame index="3" offsetX="0" offsetY ="-38" delay="150"/>
+ <frame index="3" offsetX="0" offsetY ="-37" delay="75"/>
+ <frame index="3" offsetX="0" offsetY ="-38" delay="75"/>
+ </animation>
+ </action>
+
+ <action name="attack" imageset="base">
+ <animation direction="down">
+ <frame index="0" offsetX="0" offsetY ="-36" delay="75" />
+ <frame index="0" offsetX="0" offsetY ="-37" delay="75" />
+ <frame index="0" offsetX="0" offsetY ="-34" delay="75" />
+ <frame index="0" offsetX="0" offsetY ="-33" delay="75" />
+ <end />
+ </animation>
+ <animation direction="left">
+ <frame index="1" offsetX="4" offsetY ="-39" delay="75" />
+ <frame index="1" offsetX="4" offsetY ="-40" delay="75" />
+ <frame index="1" offsetX="0" offsetY ="-37" delay="75" />
+ <frame index="1" offsetX="-1" offsetY ="-36" delay="75" />
+ <end />
+ </animation>
+ <animation direction="up">
+ <frame index="2" offsetX="-2" offsetY ="-38" delay="225"/>
+ <frame index="2" offsetX="-2" offsetY ="-36" delay="75"/>
+ <end />
+ </animation>
+ <animation direction="right">
+ <frame index="3" offsetX="-3" offsetY ="-39" delay="75"/>
+ <frame index="3" offsetX="-3" offsetY ="-40" delay="75"/>
+ <frame index="3" offsetX="0" offsetY ="-37" delay="75"/>
+ <frame index="3" offsetX="1" offsetY ="-36" delay="75"/>
+ <end />
+ </animation>
+ </action>
+
+ <action name="attack_bow" imageset="base">
+ <animation direction="down">
+ <frame index="0" offsetX="0" offsetY ="-37" delay="225" />
+ <frame index="0" offsetX="0" offsetY ="-36" delay="75" />
+ <frame index="0" offsetX="0" offsetY ="-37" delay="75" />
+ <end />
+ </animation>
+ <animation direction="left">
+ <frame index="1" offsetX="3" offsetY ="-38" delay="225" />
+ <frame index="1" offsetX="5" offsetY ="-39" delay="150" />
+ <end />
+ </animation>
+ <animation direction="up">
+ <frame index="2" offsetX="-1" offsetY ="-37" delay="150"/>
+ <frame index="2" offsetX="-2" offsetY ="-37" delay="75"/>
+ <frame index="2" offsetX="-2" offsetY ="-36" delay="75"/>
+ <frame index="2" offsetX="-2" offsetY ="-37" delay="75"/>
+ <end />
+ </animation>
+ <animation direction="right">
+ <frame index="3" offsetX="-3" offsetY ="-38" delay="225"/>
+ <frame index="3" offsetX="-5" offsetY ="-39" delay="150"/>
+ <end />
+ </animation>
+ </action>
+
+ <action name="sit" imageset="base">
+ <animation direction="down">
+ <frame index="0" offsetX="0" offsetY ="-26" />
+ </animation>
+ <animation direction="left">
+ <frame index="1" offsetX="4" offsetY ="-29"/>
+ </animation>
+ <animation direction="up">
+ <frame index="2" offsetX="0" offsetY ="-30"/>
+ </animation>
+ <animation direction="right">
+ <frame index="3" offsetX="-6" offsetY ="-29"/>
+ </animation>
+ </action>
+
+ <action name="dead" imageset="base">
+ <animation direction="default">
+ <frame index="4" offsetX="19" offsetY="-17"/>
+ </animation>
+ </action>
+
+</sprite>
diff --git a/graphics/sprites/equipment/leg/shorts-female.png b/graphics/sprites/equipment/leg/shorts-female.png
new file mode 100644
index 00000000..9a2ffa8b
--- /dev/null
+++ b/graphics/sprites/equipment/leg/shorts-female.png
Binary files differ
diff --git a/graphics/sprites/equipment/leg/shorts-female.xml b/graphics/sprites/equipment/leg/shorts-female.xml
new file mode 100644
index 00000000..9b1ceae5
--- /dev/null
+++ b/graphics/sprites/equipment/leg/shorts-female.xml
@@ -0,0 +1,106 @@
+<?xml version="1.0"?>
+<!-- Original Author possible tmw, tmw br, ufb projects
+Copyright (C) 2010-2011 Evol Online -->
+<sprite name="player" action="stand">
+
+ <imageset name="base" src="graphics/sprites/equipment/leg/shorts-female.png|W" width="64" height="64" />
+
+ <action name="stand" imageset="base">
+ <animation direction="down">
+ <frame index="0" />
+ </animation>
+ <animation direction="left">
+ <frame index="18" />
+ </animation>
+ <animation direction="up">
+ <frame index="36" />
+ </animation>
+ <animation direction="right">
+ <frame index="54" />
+ </animation>
+ </action>
+
+ <action name="walk" imageset="base">
+ <animation direction="down">
+ <sequence start="1" end="6" delay="75" />
+ </animation>
+ <animation direction="left">
+ <sequence start="19" end="24" delay="75" />
+ </animation>
+ <animation direction="up">
+ <sequence start="37" end="42" delay="75" />
+ </animation>
+ <animation direction="right">
+ <sequence start="55" end="60" delay="75" />
+ </animation>
+ </action>
+
+ <action name="sit" imageset="base">
+ <animation direction="down">
+ <frame index="7" />
+ </animation>
+ <animation direction="left">
+ <frame index="25" />
+ </animation>
+ <animation direction="up">
+ <frame index="43" />
+ </animation>
+ <animation direction="right">
+ <frame index="61" />
+ </animation>
+ </action>
+
+ <action name="dead" imageset="base">
+ <animation direction="down">
+ <frame index="8" />
+ </animation>
+ <animation direction="left">
+ <frame index="26" />
+ </animation>
+ <animation direction="up">
+ <frame index="44" />
+ </animation>
+ <animation direction="right">
+ <frame index="62" />
+ </animation>
+ </action>
+
+ <action name="attack" imageset="base">
+ <animation direction="down">
+ <sequence start="9" end="12" delay="75" />
+ <end />
+ </animation>
+ <animation direction="left">
+ <sequence start="27" end="30" delay="75" />
+ <end />
+ </animation>
+ <animation direction="up">
+ <sequence start="45" end="48" delay="75" />
+ <end />
+ </animation>
+ <animation direction="right">
+ <sequence start="63" end="66" delay="75" />
+ <end />
+ </animation>
+ </action>
+
+ <action name="attack_bow" imageset="base">
+ <animation direction="down">
+ <sequence start="13" end="17" delay="75" />
+ <end />
+ </animation>
+ <animation direction="left">
+ <sequence start="31" end="35" delay="75" />
+ <end />
+ </animation>
+ <animation direction="up">
+ <sequence start="49" end="53" delay="75" />
+ <end />
+ </animation>
+ <animation direction="right">
+ <sequence start="67" end="71" delay="75" />
+ <end />
+ </animation>
+ </action>
+
+</sprite>
diff --git a/graphics/sprites/equipment/leg/shorts-male.png b/graphics/sprites/equipment/leg/shorts-male.png
new file mode 100644
index 00000000..3a03a316
--- /dev/null
+++ b/graphics/sprites/equipment/leg/shorts-male.png
Binary files differ
diff --git a/graphics/sprites/equipment/leg/shorts-male.xml b/graphics/sprites/equipment/leg/shorts-male.xml
new file mode 100644
index 00000000..5f1db399
--- /dev/null
+++ b/graphics/sprites/equipment/leg/shorts-male.xml
@@ -0,0 +1,106 @@
+<?xml version="1.0"?>
+<!-- Original Author possible tmw, tmw br, ufb projects
+Copyright (C) 2010-2011 Evol Online -->
+<sprite name="player" action="stand">
+
+ <imageset name="base" src="graphics/sprites/equipment/leg/shorts-male.png|W" width="64" height="64" />
+
+ <action name="stand" imageset="base">
+ <animation direction="down">
+ <frame index="0" />
+ </animation>
+ <animation direction="left">
+ <frame index="18" />
+ </animation>
+ <animation direction="up">
+ <frame index="36" />
+ </animation>
+ <animation direction="right">
+ <frame index="54" />
+ </animation>
+ </action>
+
+ <action name="walk" imageset="base">
+ <animation direction="down">
+ <sequence start="1" end="6" delay="75" />
+ </animation>
+ <animation direction="left">
+ <sequence start="19" end="24" delay="75" />
+ </animation>
+ <animation direction="up">
+ <sequence start="37" end="42" delay="75" />
+ </animation>
+ <animation direction="right">
+ <sequence start="55" end="60" delay="75" />
+ </animation>
+ </action>
+
+ <action name="sit" imageset="base">
+ <animation direction="down">
+ <frame index="7" />
+ </animation>
+ <animation direction="left">
+ <frame index="25" />
+ </animation>
+ <animation direction="up">
+ <frame index="43" />
+ </animation>
+ <animation direction="right">
+ <frame index="61" />
+ </animation>
+ </action>
+
+ <action name="dead" imageset="base">
+ <animation direction="down">
+ <frame index="8" />
+ </animation>
+ <animation direction="left">
+ <frame index="26" />
+ </animation>
+ <animation direction="up">
+ <frame index="44" />
+ </animation>
+ <animation direction="right">
+ <frame index="62" />
+ </animation>
+ </action>
+
+ <action name="attack" imageset="base">
+ <animation direction="down">
+ <sequence start="9" end="12" delay="75" />
+ <end />
+ </animation>
+ <animation direction="left">
+ <sequence start="27" end="30" delay="75" />
+ <end />
+ </animation>
+ <animation direction="up">
+ <sequence start="45" end="48" delay="75" />
+ <end />
+ </animation>
+ <animation direction="right">
+ <sequence start="63" end="66" delay="75" />
+ <end />
+ </animation>
+ </action>
+
+ <action name="attack_bow" imageset="base">
+ <animation direction="down">
+ <sequence start="13" end="17" delay="75" />
+ <end />
+ </animation>
+ <animation direction="left">
+ <sequence start="31" end="35" delay="75" />
+ <end />
+ </animation>
+ <animation direction="up">
+ <sequence start="49" end="53" delay="75" />
+ <end />
+ </animation>
+ <animation direction="right">
+ <sequence start="67" end="71" delay="75" />
+ <end />
+ </animation>
+ </action>
+
+</sprite>
diff --git a/graphics/sprites/equipment/weapons/aurisghard.png b/graphics/sprites/equipment/weapons/aurisghard.png
new file mode 100644
index 00000000..91a8c5b1
--- /dev/null
+++ b/graphics/sprites/equipment/weapons/aurisghard.png
Binary files differ
diff --git a/graphics/sprites/equipment/weapons/aurisghard.xml b/graphics/sprites/equipment/weapons/aurisghard.xml
new file mode 100644
index 00000000..03c0a4b5
--- /dev/null
+++ b/graphics/sprites/equipment/weapons/aurisghard.xml
@@ -0,0 +1,105 @@
+<?xml version="1.0"?>
+<!-- Original Author possible tmw, tmw br, ufb projects
+Copyright (C) 2010-2011 Evol Online -->
+<sprite name="player" action="stand">
+ <imageset name="base" src="graphics/sprites/equipment/weapons/aurisghard.png" width="64" height="64" />
+
+ <action name="stand" imageset="base">
+ <animation direction="down">
+ <frame index="0" />
+ </animation>
+ <animation direction="left">
+ <frame index="18" />
+ </animation>
+ <animation direction="up">
+ <frame index="36" />
+ </animation>
+ <animation direction="right">
+ <frame index="54" />
+ </animation>
+ </action>
+
+ <action name="walk" imageset="base">
+ <animation direction="down">
+ <sequence start="1" end="6" delay="75" />
+ </animation>
+ <animation direction="left">
+ <sequence start="19" end="24" delay="75" />
+ </animation>
+ <animation direction="up">
+ <sequence start="37" end="42" delay="75" />
+ </animation>
+ <animation direction="right">
+ <sequence start="55" end="60" delay="75" />
+ </animation>
+ </action>
+
+ <action name="sit" imageset="base">
+ <animation direction="down">
+ <frame index="7" />
+ </animation>
+ <animation direction="left">
+ <frame index="25" />
+ </animation>
+ <animation direction="up">
+ <frame index="43" />
+ </animation>
+ <animation direction="right">
+ <frame index="61" />
+ </animation>
+ </action>
+
+ <action name="dead" imageset="base">
+ <animation direction="down">
+ <frame index="8" />
+ </animation>
+ <animation direction="left">
+ <frame index="26" />
+ </animation>
+ <animation direction="up">
+ <frame index="44" />
+ </animation>
+ <animation direction="right">
+ <frame index="62" />
+ </animation>
+ </action>
+
+ <action name="attack" imageset="base">
+ <animation direction="down">
+ <sequence start="9" end="12" delay="75" />
+ <end />
+ </animation>
+ <animation direction="left">
+ <sequence start="27" end="30" delay="75" />
+ <end />
+ </animation>
+ <animation direction="up">
+ <sequence start="45" end="48" delay="75" />
+ <end />
+ </animation>
+ <animation direction="right">
+ <sequence start="63" end="66" delay="75" />
+ <end />
+ </animation>
+ </action>
+
+ <action name="attack_bow" imageset="base">
+ <animation direction="down">
+ <sequence start="13" end="17" delay="75" />
+ <end />
+ </animation>
+ <animation direction="left">
+ <sequence start="31" end="35" delay="75" />
+ <end />
+ </animation>
+ <animation direction="up">
+ <sequence start="49" end="53" delay="75" />
+ <end />
+ </animation>
+ <animation direction="right">
+ <sequence start="67" end="71" delay="75" />
+ <end />
+ </animation>
+ </action>
+
+</sprite>
diff --git a/graphics/sprites/equipment/weapons/axe.png b/graphics/sprites/equipment/weapons/axe.png
new file mode 100644
index 00000000..3e28c1b1
--- /dev/null
+++ b/graphics/sprites/equipment/weapons/axe.png
Binary files differ
diff --git a/graphics/sprites/equipment/weapons/axe.xml b/graphics/sprites/equipment/weapons/axe.xml
new file mode 100644
index 00000000..495c78fe
--- /dev/null
+++ b/graphics/sprites/equipment/weapons/axe.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0"?>
+<!-- Original Author : Themanaworld & Reid
+Copyright (C) 2011 Evol Online -->
+<sprite name="player" action="stand">
+ <imageset name="axe" src="graphics/sprites/equipment/weapons/axe.png" width="64" height="64" />
+
+ <action name="default" imageset="axe">
+ </action>
+
+ <action name="attack" imageset="axe">
+ <animation direction="down">
+ <sequence start="0" end="3" delay="75" />
+ <end />
+ </animation>
+ <animation direction="left">
+ <sequence start="4" end="7" delay="75" />
+ <end />
+ </animation>
+ <animation direction="up">
+ <sequence start="8" end="11" delay="75" />
+ <end />
+ </animation>
+ <animation direction="right">
+ <sequence start="12" end="15" delay="75" />
+ <end />
+ </animation>
+ </action>
+</sprite>
diff --git a/graphics/sprites/equipment/weapons/bow.png b/graphics/sprites/equipment/weapons/bow.png
new file mode 100644
index 00000000..b5f8a68e
--- /dev/null
+++ b/graphics/sprites/equipment/weapons/bow.png
Binary files differ
diff --git a/graphics/sprites/equipment/weapons/bow.xml b/graphics/sprites/equipment/weapons/bow.xml
new file mode 100644
index 00000000..91a26c7f
--- /dev/null
+++ b/graphics/sprites/equipment/weapons/bow.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0"?>
+<!-- Original Author : Themanaworld & Reid
+Copyright (C) 2011 Evol Online -->
+<sprite name="player" action="stand">
+ <imageset name="bow" src="graphics/sprites/equipment/weapons/bow.png" width="64" height="64" />
+
+ <action name="default" imageset="bow">
+ </action>
+
+ <action name="attack_bow" imageset="bow">
+ <animation direction="down">
+ <sequence start="0" end="4" delay="75" />
+ <end />
+ </animation>
+ <animation direction="left">
+ <sequence start="5" end="9" delay="75" />
+ <end />
+ </animation>
+ <animation direction="up">
+ <sequence start="10" end="14" delay="75" />
+ <end />
+ </animation>
+ <animation direction="right">
+ <sequence start="15" end="19" delay="75" />
+ <end />
+ </animation>
+ </action>
+</sprite>
diff --git a/graphics/sprites/equipment/weapons/dagger.png b/graphics/sprites/equipment/weapons/dagger.png
new file mode 100644
index 00000000..f691ef3f
--- /dev/null
+++ b/graphics/sprites/equipment/weapons/dagger.png
Binary files differ
diff --git a/graphics/sprites/equipment/weapons/dagger.xml b/graphics/sprites/equipment/weapons/dagger.xml
new file mode 100644
index 00000000..e75b6b75
--- /dev/null
+++ b/graphics/sprites/equipment/weapons/dagger.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0"?>
+<!-- Original Author : Themanaworld & Reid
+Copyright (C) 2011 Evol Online -->
+<sprite name="player" action="stand">
+ <imageset name="dagger" src="graphics/sprites/equipment/weapons/dagger.png" width="64" height="64" />
+
+ <action name="default" imageset="dagger">
+ </action>
+
+ <action name="attack_stab" imageset="dagger">
+ <animation direction="down">
+ <sequence start="0" end="3" delay="75" />
+ <end />
+ </animation>
+ <animation direction="left">
+ <sequence start="4" end="7" delay="75" />
+ <end />
+ </animation>
+ <animation direction="up">
+ <sequence start="8" end="11" delay="75" />
+ <end />
+ </animation>
+ <animation direction="right">
+ <sequence start="12" end="15" delay="75" />
+ <end />
+ </animation>
+ </action>
+</sprite>
diff --git a/graphics/sprites/equipment/weapons/death scyth.png b/graphics/sprites/equipment/weapons/death scyth.png
new file mode 100644
index 00000000..8019a5f4
--- /dev/null
+++ b/graphics/sprites/equipment/weapons/death scyth.png
Binary files differ
diff --git a/graphics/sprites/equipment/weapons/death scyth.xml b/graphics/sprites/equipment/weapons/death scyth.xml
new file mode 100644
index 00000000..21f5c8e7
--- /dev/null
+++ b/graphics/sprites/equipment/weapons/death scyth.xml
@@ -0,0 +1,89 @@
+<?xml version="1.0"?>
+<!-- Original Author possible tmw, tmw br, ufb projects
+Copyright (C) 2010-2011 Evol Online -->
+<sprite name="player" action="stand">
+ <imageset name="staff" src="graphics/sprites/equipment/weapons/death scyth.png" width="128" height="128" />
+
+ <action name="default" imageset="staff">
+ </action>
+
+ <action name="stand" imageset="staff">
+ <animation direction="down">
+ <frame index="0" offsetX ="0" offsetY ="32" />
+ </animation>
+ <animation direction="left">
+ <frame index="16" offsetX ="0" offsetY ="32" />
+ </animation>
+ <animation direction="up">
+ <frame index="32" offsetX ="0" offsetY ="32" />
+ </animation>
+ <animation direction="right">
+ <frame index="48" offsetX ="0" offsetY ="32" />
+ </animation>
+ </action>
+
+ <action name="walk" imageset="staff">
+ <animation direction="down">
+ <sequence start="1" end="6" offsetX ="0" offsetY ="32" delay="75" />
+ </animation>
+ <animation direction="left">
+ <sequence start="17" end="22" offsetX ="0" offsetY ="32" delay="75" />
+ </animation>
+ <animation direction="up">
+ <sequence start="33" end="38" offsetX ="0" offsetY ="32" delay="75" />
+ </animation>
+ <animation direction="right">
+ <sequence start="49" end="54" offsetX ="0" offsetY ="32" delay="75" />
+ </animation>
+ </action>
+
+ <action name="sit" imageset="staff">
+ <animation direction="down">
+ <frame index="7" offsetX ="0" offsetY ="32" />
+ </animation>
+ <animation direction="left">
+ <frame index="23" offsetX ="0" offsetY ="32" />
+ </animation>
+ <animation direction="up">
+ <frame index="39" offsetX ="0" offsetY ="32" />
+ </animation>
+ <animation direction="right">
+ <frame index="55" offsetX ="0" offsetY ="32" />
+ </animation>
+ </action>
+
+ <action name="dead" imageset="staff">
+ <animation direction="down">
+ <frame index="12" offsetX ="0" offsetY ="32" />
+ </animation>
+ <animation direction="left">
+ <frame index="12" offsetX ="0" offsetY ="32" />
+ </animation>
+ <animation direction="up">
+ <frame index="12" offsetX ="0" offsetY ="32" />
+ </animation>
+ <animation direction="right">
+ <frame index="12" offsetX ="0" offsetY ="32" />
+ </animation>
+ </action>
+
+ <action name="attack" imageset="staff">
+ <animation direction="down">
+ <sequence start="8" end="11" offsetX ="0" offsetY ="32" delay="75" />
+ <end />
+ </animation>
+ <animation direction="left">
+ <sequence start="24" end="27" offsetX ="0" offsetY ="32" delay="75" />
+ <end />
+ </animation>
+ <animation direction="up">
+ <sequence start="40" end="43" offsetX ="0" offsetY ="32" delay="75" />
+ <end />
+ </animation>
+ <animation direction="right">
+ <sequence start="56" end="59" offsetX ="0" offsetY ="32" delay="75" />
+ <end />
+ </animation>
+ </action>
+
+</sprite>
diff --git a/graphics/sprites/equipment/weapons/mining-pick.png b/graphics/sprites/equipment/weapons/mining-pick.png
new file mode 100644
index 00000000..8289754a
--- /dev/null
+++ b/graphics/sprites/equipment/weapons/mining-pick.png
Binary files differ
diff --git a/graphics/sprites/equipment/weapons/mining-pick.xml b/graphics/sprites/equipment/weapons/mining-pick.xml
new file mode 100644
index 00000000..a38fe4f3
--- /dev/null
+++ b/graphics/sprites/equipment/weapons/mining-pick.xml
@@ -0,0 +1,108 @@
+<?xml version="1.0"?>
+<!-- Original Author possible tmw, tmw br, ufb projects
+Copyright (C) 2010-2011 Evol Online -->
+<sprite name="player" action="stand">
+ <imageset name="pick" src="graphics/sprites/equipment/weapons/mining-pick.png" width="64" height="64" />
+
+ <action name="default" imageset="pick">
+ </action>
+
+ <action name="stand" imageset="pick">
+ <animation direction="down">
+ <frame index="0" />
+ </animation>
+ <animation direction="left">
+ <frame index="18" />
+ </animation>
+ <animation direction="up">
+ <frame index="36" />
+ </animation>
+ <animation direction="right">
+ <frame index="54" />
+ </animation>
+ </action>
+
+ <action name="walk" imageset="pick">
+ <animation direction="down">
+ <sequence start="1" end="6" delay="75" />
+ </animation>
+ <animation direction="left">
+ <sequence start="19" end="24" delay="75" />
+ </animation>
+ <animation direction="up">
+ <sequence start="37" end="42" delay="75" />
+ </animation>
+ <animation direction="right">
+ <sequence start="55" end="60" delay="75" />
+ </animation>
+ </action>
+
+ <action name="sit" imageset="pick">
+ <animation direction="down">
+ <frame index="7" />
+ </animation>
+ <animation direction="left">
+ <frame index="25" />
+ </animation>
+ <animation direction="up">
+ <frame index="43" />
+ </animation>
+ <animation direction="right">
+ <frame index="61" />
+ </animation>
+ </action>
+
+ <action name="dead" imageset="pick">
+ <animation direction="down">
+ <frame index="8" />
+ </animation>
+ <animation direction="left">
+ <frame index="26" />
+ </animation>
+ <animation direction="up">
+ <frame index="44" />
+ </animation>
+ <animation direction="right">
+ <frame index="62" />
+ </animation>
+ </action>
+
+ <action name="attack" imageset="pick">
+ <animation direction="down">
+ <sequence start="9" end="12" delay="75" />
+ <end />
+ </animation>
+ <animation direction="left">
+ <sequence start="27" end="30" delay="75" />
+ <end />
+ </animation>
+ <animation direction="up">
+ <sequence start="45" end="48" delay="75" />
+ <end />
+ </animation>
+ <animation direction="right">
+ <sequence start="63" end="66" delay="75" />
+ <end />
+ </animation>
+ </action>
+
+ <action name="attack_bow" imageset="pick">
+ <animation direction="down">
+ <sequence start="13" end="17" delay="75" />
+ <end />
+ </animation>
+ <animation direction="left">
+ <sequence start="31" end="35" delay="75" />
+ <end />
+ </animation>
+ <animation direction="up">
+ <sequence start="49" end="53" delay="75" />
+ <end />
+ </animation>
+ <animation direction="right">
+ <sequence start="67" end="71" delay="75" />
+ <end />
+ </animation>
+ </action>
+
+</sprite>
diff --git a/graphics/sprites/equipment/weapons/scythe.png b/graphics/sprites/equipment/weapons/scythe.png
new file mode 100644
index 00000000..12efa266
--- /dev/null
+++ b/graphics/sprites/equipment/weapons/scythe.png
Binary files differ
diff --git a/graphics/sprites/equipment/weapons/scythe.xml b/graphics/sprites/equipment/weapons/scythe.xml
new file mode 100644
index 00000000..3aacde4d
--- /dev/null
+++ b/graphics/sprites/equipment/weapons/scythe.xml
@@ -0,0 +1,88 @@
+<?xml version="1.0"?>
+<!-- Original Author possible tmw, tmw br, ufb projects
+Copyright (C) 2010-2011 Evol Online -->
+<sprite name="player" action="stand">
+ <imageset name="staff" src="graphics/sprites/equipment/weapons/scythe.png" width="128" height="128" />
+
+ <action name="default" imageset="staff">
+ </action>
+
+ <action name="stand" imageset="staff">
+ <animation direction="down">
+ <frame index="0" offsetX ="0" offsetY ="32" />
+ </animation>
+ <animation direction="left">
+ <frame index="16" offsetX ="0" offsetY ="32" />
+ </animation>
+ <animation direction="up">
+ <frame index="32" offsetX ="0" offsetY ="32" />
+ </animation>
+ <animation direction="right">
+ <frame index="48" offsetX ="0" offsetY ="32" />
+ </animation>
+ </action>
+
+ <action name="walk" imageset="staff">
+ <animation direction="down">
+ <sequence start="1" end="6" offsetX ="0" offsetY ="32" delay="75" />
+ </animation>
+ <animation direction="left">
+ <sequence start="17" end="22" offsetX ="0" offsetY ="32" delay="75" />
+ </animation>
+ <animation direction="up">
+ <sequence start="33" end="38" offsetX ="0" offsetY ="32" delay="75" />
+ </animation>
+ <animation direction="right">
+ <sequence start="49" end="54" offsetX ="0" offsetY ="32" delay="75" />
+ </animation>
+ </action>
+
+ <action name="sit" imageset="staff">
+ <animation direction="down">
+ <frame index="7" offsetX ="0" offsetY ="32" />
+ </animation>
+ <animation direction="left">
+ <frame index="23" offsetX ="0" offsetY ="32" />
+ </animation>
+ <animation direction="up">
+ <frame index="39" offsetX ="0" offsetY ="32" />
+ </animation>
+ <animation direction="right">
+ <frame index="55" offsetX ="0" offsetY ="32" />
+ </animation>
+ </action>
+
+ <action name="dead" imageset="staff">
+ <animation direction="down">
+ <frame index="12" offsetX ="0" offsetY ="32" />
+ </animation>
+ <animation direction="left">
+ <frame index="12" offsetX ="0" offsetY ="32" />
+ </animation>
+ <animation direction="up">
+ <frame index="12" offsetX ="0" offsetY ="32" />
+ </animation>
+ <animation direction="right">
+ <frame index="12" offsetX ="0" offsetY ="32" />
+ </animation>
+ </action>
+
+ <action name="attack" imageset="staff">
+ <animation direction="down">
+ <sequence start="8" end="11" offsetX ="0" offsetY ="32" delay="75" />
+ <end />
+ </animation>
+ <animation direction="left">
+ <sequence start="24" end="27" offsetX ="0" offsetY ="32" delay="75" />
+ <end />
+ </animation>
+ <animation direction="up">
+ <sequence start="40" end="43" offsetX ="0" offsetY ="32" delay="75" />
+ <end />
+ </animation>
+ <animation direction="right">
+ <sequence start="56" end="59" offsetX ="0" offsetY ="32" delay="75" />
+ <end />
+ </animation>
+ </action>
+</sprite>
diff --git a/graphics/sprites/equipment/weapons/staff.png b/graphics/sprites/equipment/weapons/staff.png
new file mode 100644
index 00000000..772e0167
--- /dev/null
+++ b/graphics/sprites/equipment/weapons/staff.png
Binary files differ
diff --git a/graphics/sprites/equipment/weapons/staff.xml b/graphics/sprites/equipment/weapons/staff.xml
new file mode 100644
index 00000000..bbc887f5
--- /dev/null
+++ b/graphics/sprites/equipment/weapons/staff.xml
@@ -0,0 +1,89 @@
+<?xml version="1.0"?>
+<!-- Original Author possible tmw, tmw br, ufb projects
+Copyright (C) 2010-2011 Evol Online -->
+<sprite name="player" action="stand">
+ <imageset name="staff" src="graphics/sprites/equipment/weapons/staff.png" width="128" height="128" />
+
+ <action name="default" imageset="staff">
+ </action>
+
+ <action name="stand" imageset="staff">
+ <animation direction="down">
+ <frame index="0" offsetX ="0" offsetY ="32" />
+ </animation>
+ <animation direction="left">
+ <frame index="16" offsetX ="0" offsetY ="32" />
+ </animation>
+ <animation direction="up">
+ <frame index="32" offsetX ="0" offsetY ="32" />
+ </animation>
+ <animation direction="right">
+ <frame index="48" offsetX ="0" offsetY ="32" />
+ </animation>
+ </action>
+
+ <action name="walk" imageset="staff">
+ <animation direction="down">
+ <sequence start="1" end="6" offsetX ="0" offsetY ="32" delay="75" />
+ </animation>
+ <animation direction="left">
+ <sequence start="17" end="22" offsetX ="0" offsetY ="32" delay="75" />
+ </animation>
+ <animation direction="up">
+ <sequence start="33" end="38" offsetX ="0" offsetY ="32" delay="75" />
+ </animation>
+ <animation direction="right">
+ <sequence start="49" end="54" offsetX ="0" offsetY ="32" delay="75" />
+ </animation>
+ </action>
+
+ <action name="sit" imageset="staff">
+ <animation direction="down">
+ <frame index="7" offsetX ="0" offsetY ="32" />
+ </animation>
+ <animation direction="left">
+ <frame index="23" offsetX ="0" offsetY ="32" />
+ </animation>
+ <animation direction="up">
+ <frame index="39" offsetX ="0" offsetY ="32" />
+ </animation>
+ <animation direction="right">
+ <frame index="55" offsetX ="0" offsetY ="32" />
+ </animation>
+ </action>
+
+ <action name="dead" imageset="staff">
+ <animation direction="down">
+ <frame index="12" offsetX ="0" offsetY ="32" />
+ </animation>
+ <animation direction="left">
+ <frame index="12" offsetX ="0" offsetY ="32" />
+ </animation>
+ <animation direction="up">
+ <frame index="12" offsetX ="0" offsetY ="32" />
+ </animation>
+ <animation direction="right">
+ <frame index="12" offsetX ="0" offsetY ="32" />
+ </animation>
+ </action>
+
+ <action name="attack" imageset="staff">
+ <animation direction="down">
+ <sequence start="8" end="11" offsetX ="0" offsetY ="32" delay="75" />
+ <end />
+ </animation>
+ <animation direction="left">
+ <sequence start="24" end="27" offsetX ="0" offsetY ="32" delay="75" />
+ <end />
+ </animation>
+ <animation direction="up">
+ <sequence start="40" end="43" offsetX ="0" offsetY ="32" delay="75" />
+ <end />
+ </animation>
+ <animation direction="right">
+ <sequence start="56" end="59" offsetX ="0" offsetY ="32" delay="75" />
+ <end />
+ </animation>
+ </action>
+
+</sprite>
diff --git a/graphics/sprites/equipment/weapons/sword.png b/graphics/sprites/equipment/weapons/sword.png
new file mode 100644
index 00000000..198b36d9
--- /dev/null
+++ b/graphics/sprites/equipment/weapons/sword.png
Binary files differ
diff --git a/graphics/sprites/equipment/weapons/sword.xml b/graphics/sprites/equipment/weapons/sword.xml
new file mode 100644
index 00000000..fd7bcfd8
--- /dev/null
+++ b/graphics/sprites/equipment/weapons/sword.xml
@@ -0,0 +1,108 @@
+<?xml version="1.0"?>
+<!-- Original Author possible tmw, tmw br, ufb projects
+Copyright (C) 2010-2011 Evol Online -->
+<sprite name="player" action="stand">
+ <imageset name="pick" src="graphics/sprites/equipment/weapons/sword.png" width="64" height="64" />
+
+ <action name="default" imageset="pick">
+ </action>
+
+ <action name="stand" imageset="pick">
+ <animation direction="down">
+ <frame index="0" />
+ </animation>
+ <animation direction="left">
+ <frame index="18" />
+ </animation>
+ <animation direction="up">
+ <frame index="36" />
+ </animation>
+ <animation direction="right">
+ <frame index="54" />
+ </animation>
+ </action>
+
+ <action name="walk" imageset="pick">
+ <animation direction="down">
+ <sequence start="1" end="6" delay="75" />
+ </animation>
+ <animation direction="left">
+ <sequence start="19" end="24" delay="75" />
+ </animation>
+ <animation direction="up">
+ <sequence start="37" end="42" delay="75" />
+ </animation>
+ <animation direction="right">
+ <sequence start="55" end="60" delay="75" />
+ </animation>
+ </action>
+
+ <action name="sit" imageset="pick">
+ <animation direction="down">
+ <frame index="7" />
+ </animation>
+ <animation direction="left">
+ <frame index="25" />
+ </animation>
+ <animation direction="up">
+ <frame index="43" />
+ </animation>
+ <animation direction="right">
+ <frame index="61" />
+ </animation>
+ </action>
+
+ <action name="dead" imageset="pick">
+ <animation direction="down">
+ <frame index="8" />
+ </animation>
+ <animation direction="left">
+ <frame index="26" />
+ </animation>
+ <animation direction="up">
+ <frame index="44" />
+ </animation>
+ <animation direction="right">
+ <frame index="62" />
+ </animation>
+ </action>
+
+ <action name="attack" imageset="pick">
+ <animation direction="down">
+ <sequence start="9" end="12" delay="75" />
+ <end />
+ </animation>
+ <animation direction="left">
+ <sequence start="27" end="30" delay="75" />
+ <end />
+ </animation>
+ <animation direction="up">
+ <sequence start="45" end="48" delay="75" />
+ <end />
+ </animation>
+ <animation direction="right">
+ <sequence start="63" end="66" delay="75" />
+ <end />
+ </animation>
+ </action>
+
+ <action name="attack_bow" imageset="pick">
+ <animation direction="down">
+ <sequence start="13" end="17" delay="75" />
+ <end />
+ </animation>
+ <animation direction="left">
+ <sequence start="31" end="35" delay="75" />
+ <end />
+ </animation>
+ <animation direction="up">
+ <sequence start="49" end="53" delay="75" />
+ <end />
+ </animation>
+ <animation direction="right">
+ <sequence start="67" end="71" delay="75" />
+ <end />
+ </animation>
+ </action>
+
+</sprite>
diff --git a/graphics/sprites/equipment/weapons/whip.png b/graphics/sprites/equipment/weapons/whip.png
new file mode 100644
index 00000000..01da4c39
--- /dev/null
+++ b/graphics/sprites/equipment/weapons/whip.png
Binary files differ
diff --git a/graphics/sprites/equipment/weapons/whip.xml b/graphics/sprites/equipment/weapons/whip.xml
new file mode 100644
index 00000000..9f05684c
--- /dev/null
+++ b/graphics/sprites/equipment/weapons/whip.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0"?>
+<!-- Original Author possible tmw, tmw br, ufb projects
+Copyright (C) 2010-2011 Evol Online -->
+<sprite name="player" action="stand">
+ <imageset name="dagger" src="graphics/sprites/equipment/weapons/whip.png" width="128" height="128" />
+
+ <action name="default" imageset="whip">
+ </action>
+
+ <action name="attack_stab" imageset="whip">
+ <animation direction="down">
+ <sequence start="0" end="3" delay="75" />
+ <end />
+ </animation>
+ <animation direction="left">
+ <sequence start="4" end="7" delay="75" />
+ <end />
+ </animation>
+ <animation direction="up">
+ <sequence start="8" end="11" delay="75" />
+ <end />
+ </animation>
+ <animation direction="right">
+ <sequence start="12" end="15" delay="75" />
+ <end />
+ </animation>
+ </action>
+
+</sprite>