summaryrefslogtreecommitdiff
path: root/graphics/sprites/players
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/sprites/players')
-rw-r--r--graphics/sprites/players/demon-female.xml3
-rw-r--r--graphics/sprites/players/demon-male.xml3
-rw-r--r--graphics/sprites/players/elven-female.xml3
-rw-r--r--graphics/sprites/players/elven-male.xml3
-rw-r--r--graphics/sprites/players/human-female.xml3
-rw-r--r--graphics/sprites/players/human-male.xml44
-rw-r--r--graphics/sprites/players/orc-female.xml3
-rw-r--r--graphics/sprites/players/orc-male.xml3
-rw-r--r--graphics/sprites/players/raijin-female.xml3
-rw-r--r--graphics/sprites/players/raijin-male.xml3
-rw-r--r--graphics/sprites/players/tritan-female.xml3
-rw-r--r--graphics/sprites/players/tritan-male.xml3
-rw-r--r--graphics/sprites/players/ukar-female.xml3
-rw-r--r--graphics/sprites/players/ukar-male.xml3
14 files changed, 21 insertions, 62 deletions
diff --git a/graphics/sprites/players/demon-female.xml b/graphics/sprites/players/demon-female.xml
index ee491eaf..e514d034 100644
--- a/graphics/sprites/players/demon-female.xml
+++ b/graphics/sprites/players/demon-female.xml
@@ -1,9 +1,6 @@
<?xml version="1.0"?>
-
<!-- Copyright (C) 2010-2012 Evol Online -->
-
<sprite name="player" action="stand">
<imageset name="base" src="graphics/sprites/players/demon-female.png" width="64" height="64"/>
-
<include file="players/human-male.xml"/>
</sprite>
diff --git a/graphics/sprites/players/demon-male.xml b/graphics/sprites/players/demon-male.xml
index 60be1254..7f001880 100644
--- a/graphics/sprites/players/demon-male.xml
+++ b/graphics/sprites/players/demon-male.xml
@@ -1,9 +1,6 @@
<?xml version="1.0"?>
-
<!-- Copyright (C) 2010-2012 Evol Online -->
-
<sprite name="player" action="stand">
<imageset name="base" src="graphics/sprites/players/demon-male.png" width="64" height="64"/>
-
<include file="players/human-male.xml"/>
</sprite>
diff --git a/graphics/sprites/players/elven-female.xml b/graphics/sprites/players/elven-female.xml
index 45daa674..4545f0ad 100644
--- a/graphics/sprites/players/elven-female.xml
+++ b/graphics/sprites/players/elven-female.xml
@@ -1,9 +1,6 @@
<?xml version="1.0"?>
-
<!-- Copyright (C) 2010-2012 Evol Online -->
-
<sprite name="player" action="stand">
<imageset name="base" src="graphics/sprites/players/elven-female.png" width="64" height="64"/>
-
<include file="players/human-male.xml"/>
</sprite>
diff --git a/graphics/sprites/players/elven-male.xml b/graphics/sprites/players/elven-male.xml
index da4604aa..7a6d4471 100644
--- a/graphics/sprites/players/elven-male.xml
+++ b/graphics/sprites/players/elven-male.xml
@@ -1,9 +1,6 @@
<?xml version="1.0"?>
-
<!-- Copyright (C) 2010-2012 Evol Online -->
-
<sprite name="player" action="stand">
<imageset name="base" src="graphics/sprites/players/elven-male.png" width="64" height="64"/>
-
<include file="players/human-male.xml"/>
</sprite>
diff --git a/graphics/sprites/players/human-female.xml b/graphics/sprites/players/human-female.xml
index cc2ebd53..0032b614 100644
--- a/graphics/sprites/players/human-female.xml
+++ b/graphics/sprites/players/human-female.xml
@@ -1,9 +1,6 @@
<?xml version="1.0"?>
-
<!-- Copyright (C) 2010-2012 Evol Online -->
-
<sprite name="player" action="stand">
<imageset name="base" src="graphics/sprites/players/human-female.png" width="64" height="64"/>
-
<include file="players/human-male.xml"/>
</sprite>
diff --git a/graphics/sprites/players/human-male.xml b/graphics/sprites/players/human-male.xml
index 1ad2576d..77761062 100644
--- a/graphics/sprites/players/human-male.xml
+++ b/graphics/sprites/players/human-male.xml
@@ -1,8 +1,6 @@
<?xml version="1.0"?>
-
-<!-- Author from TMW, TMW BR or UFB projects.
+<!-- Original Author possible tmw, tmw br, ufb projects
Copyright (C) 2010-2012 Evol Online -->
-
<sprite name="player" action="stand">
<imageset name="base" src="graphics/sprites/players/human-male.png" width="64" height="64"/>
@@ -22,6 +20,21 @@ Copyright (C) 2010-2012 Evol Online -->
</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"/>
@@ -52,18 +65,18 @@ Copyright (C) 2010-2012 Evol Online -->
</animation>
</action>
- <action name="walk" imageset="base">
+ <action name="dead" imageset="base">
<animation direction="down">
- <sequence start="1" end="6" delay="75"/>
+ <frame index="8"/>
</animation>
<animation direction="left">
- <sequence start="19" end="24" delay="75"/>
+ <frame index="26"/>
</animation>
<animation direction="up">
- <sequence start="37" end="42" delay="75"/>
+ <frame index="44"/>
</animation>
<animation direction="right">
- <sequence start="55" end="60" delay="75"/>
+ <frame index="62"/>
</animation>
</action>
@@ -105,19 +118,4 @@ Copyright (C) 2010-2012 Evol Online -->
</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>
-
</sprite> \ No newline at end of file
diff --git a/graphics/sprites/players/orc-female.xml b/graphics/sprites/players/orc-female.xml
index 7a33ecc7..8369bcdf 100644
--- a/graphics/sprites/players/orc-female.xml
+++ b/graphics/sprites/players/orc-female.xml
@@ -1,9 +1,6 @@
<?xml version="1.0"?>
-
<!-- Copyright (C) 2010-2012 Evol Online -->
-
<sprite name="player" action="stand">
<imageset name="base" src="graphics/sprites/players/orc-female.png" width="64" height="64"/>
-
<include file="players/human-male.xml"/>
</sprite>
diff --git a/graphics/sprites/players/orc-male.xml b/graphics/sprites/players/orc-male.xml
index b1c452ce..0a38cdec 100644
--- a/graphics/sprites/players/orc-male.xml
+++ b/graphics/sprites/players/orc-male.xml
@@ -1,9 +1,6 @@
<?xml version="1.0"?>
-
<!-- Copyright (C) 2010-2012 Evol Online -->
-
<sprite name="player" action="stand">
<imageset name="base" src="graphics/sprites/players/orc-male.png" width="64" height="64"/>
-
<include file="players/human-male.xml"/>
</sprite>
diff --git a/graphics/sprites/players/raijin-female.xml b/graphics/sprites/players/raijin-female.xml
index ed6adfc2..f8d94b8c 100644
--- a/graphics/sprites/players/raijin-female.xml
+++ b/graphics/sprites/players/raijin-female.xml
@@ -1,9 +1,6 @@
<?xml version="1.0"?>
-
<!-- Copyright (C) 2010-2012 Evol Online -->
-
<sprite name="player" action="stand">
<imageset name="base" src="graphics/sprites/players/raijin-female.png" width="64" height="64"/>
-
<include file="players/human-male.xml"/>
</sprite>
diff --git a/graphics/sprites/players/raijin-male.xml b/graphics/sprites/players/raijin-male.xml
index b4c2260a..643f507c 100644
--- a/graphics/sprites/players/raijin-male.xml
+++ b/graphics/sprites/players/raijin-male.xml
@@ -1,9 +1,6 @@
<?xml version="1.0"?>
-
<!-- Copyright (C) 2010-2012 Evol Online -->
-
<sprite name="player" action="stand">
<imageset name="base" src="graphics/sprites/players/raijin-male.png" width="64" height="64"/>
-
<include file="players/human-male.xml"/>
</sprite>
diff --git a/graphics/sprites/players/tritan-female.xml b/graphics/sprites/players/tritan-female.xml
index 3ee4e0d0..2a365643 100644
--- a/graphics/sprites/players/tritan-female.xml
+++ b/graphics/sprites/players/tritan-female.xml
@@ -1,9 +1,6 @@
<?xml version="1.0"?>
-
<!-- Copyright (C) 2010-2012 Evol Online -->
-
<sprite name="player" action="stand">
<imageset name="base" src="graphics/sprites/players/tritan-female.png" width="64" height="64"/>
-
<include file="players/human-male.xml"/>
</sprite>
diff --git a/graphics/sprites/players/tritan-male.xml b/graphics/sprites/players/tritan-male.xml
index 37191fdb..e2f86dee 100644
--- a/graphics/sprites/players/tritan-male.xml
+++ b/graphics/sprites/players/tritan-male.xml
@@ -1,9 +1,6 @@
<?xml version="1.0"?>
-
<!-- Copyright (C) 2010-2012 Evol Online -->
-
<sprite name="player" action="stand">
<imageset name="base" src="graphics/sprites/players/tritan-male.png" width="64" height="64"/>
-
<include file="players/human-male.xml"/>
</sprite>
diff --git a/graphics/sprites/players/ukar-female.xml b/graphics/sprites/players/ukar-female.xml
index 7e37f25c..6fdf2a84 100644
--- a/graphics/sprites/players/ukar-female.xml
+++ b/graphics/sprites/players/ukar-female.xml
@@ -1,9 +1,6 @@
<?xml version="1.0"?>
-
<!-- Copyright (C) 2010-2012 Evol Online -->
-
<sprite name="player" action="stand">
<imageset name="base" src="graphics/sprites/players/ukar-female.png" width="64" height="64"/>
-
<include file="players/human-male.xml"/>
</sprite>
diff --git a/graphics/sprites/players/ukar-male.xml b/graphics/sprites/players/ukar-male.xml
index edcf33d7..00d173a9 100644
--- a/graphics/sprites/players/ukar-male.xml
+++ b/graphics/sprites/players/ukar-male.xml
@@ -1,9 +1,6 @@
<?xml version="1.0"?>
-
<!-- Copyright (C) 2010-2012 Evol Online -->
-
<sprite name="player" action="stand">
<imageset name="base" src="graphics/sprites/players/ukar-male.png" width="64" height="64"/>
-
<include file="players/human-male.xml"/>
</sprite>