diff options
author | Alige <aligetmw@hotmail.fr> | 2012-06-03 08:44:28 +0200 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-06-03 10:17:48 +0200 |
commit | 577df30e04e39e4de0e9aa09254e35ad3f73d66b (patch) | |
tree | 9f8561b7447bb5728bfc7a0d756e035d52da14e1 /graphics/sprites/equipment | |
parent | e5d41d6f8ac0feeca631d3bc32e2f7d3aca55c1a (diff) | |
download | clientdata-577df30e04e39e4de0e9aa09254e35ad3f73d66b.tar.gz clientdata-577df30e04e39e4de0e9aa09254e35ad3f73d66b.tar.bz2 clientdata-577df30e04e39e4de0e9aa09254e35ad3f73d66b.tar.xz clientdata-577df30e04e39e4de0e9aa09254e35ad3f73d66b.zip |
Reworked all author entries in the all XML files except in graphics/particles/, it'll be done later.
Completed Reidy's (request) work log at the end of npcs.xml.
Renamed the "piousrocket" NPC to "piourocket".
Reorganised some animations (down, leftdown, left, ...) (death animation at the end).
Gave a proper name to different types of imagesets (mob, npc, base, ...).
Added a missing whitespace at the end of some XML files.
Slightly altered some NPC animations to avoid having the same blinking animation on every NPC.
Diffstat (limited to 'graphics/sprites/equipment')
20 files changed, 55 insertions, 47 deletions
diff --git a/graphics/sprites/equipment/chest/cottonshirt-female.xml b/graphics/sprites/equipment/chest/cottonshirt-female.xml index 2809e255..31ca5d7c 100644 --- a/graphics/sprites/equipment/chest/cottonshirt-female.xml +++ b/graphics/sprites/equipment/chest/cottonshirt-female.xml @@ -1,7 +1,8 @@ <?xml version="1.0"?> -<!-- Original author from TMW, TMW BR or UFB projects. -Copyright (C) 2010-2011 Evol Online --> +<!-- Author from The Mana World +Copyright (C) 2010-2012 Evol Online --> <sprite name="player" action="stand"> <imageset name="base" src="graphics/sprites/equipment/chest/cottonshirt-female.png|W" width="64" height="64"/> + <include file="players/human-male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/chest/cottonshirt-male.xml b/graphics/sprites/equipment/chest/cottonshirt-male.xml index 3d8d4ac8..042255d6 100644 --- a/graphics/sprites/equipment/chest/cottonshirt-male.xml +++ b/graphics/sprites/equipment/chest/cottonshirt-male.xml @@ -1,7 +1,8 @@ <?xml version="1.0"?> -<!-- Original author from TMW, TMW BR or UFB projects. -Copyright (C) 2010-2011 Evol Online --> +<!-- Author from The Mana World +Copyright (C) 2010-2012 Evol Online --> <sprite name="player" action="stand"> <imageset name="base" src="graphics/sprites/equipment/chest/cottonshirt-male.png|W" width="64" height="64"/> + <include file="players/human-male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/chest/shirt-female.xml b/graphics/sprites/equipment/chest/shirt-female.xml index 4651eefd..c423a098 100644 --- a/graphics/sprites/equipment/chest/shirt-female.xml +++ b/graphics/sprites/equipment/chest/shirt-female.xml @@ -1,7 +1,8 @@ <?xml version="1.0"?> -<!-- Original author from TMW, TMW BR or UFB projects. -Copyright (C) 2010-2011 Evol Online --> +<!-- Author from The Mana World +Copyright (C) 2010-2012 Evol Online --> <sprite name="player" action="stand"> <imageset name="base" src="graphics/sprites/equipment/chest/shirt-female.png|W;R" width="64" height="64"/> + <include file="players/human-male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/chest/shirt-male.xml b/graphics/sprites/equipment/chest/shirt-male.xml index 3162296d..1c6c4f07 100644 --- a/graphics/sprites/equipment/chest/shirt-male.xml +++ b/graphics/sprites/equipment/chest/shirt-male.xml @@ -1,7 +1,8 @@ <?xml version="1.0"?> -<!-- Original author from TMW, TMW BR or UFB projects. -Copyright (C) 2010-2011 Evol Online --> +<!-- Author from The Mana World +Copyright (C) 2010-2012 Evol Online --> <sprite name="player" action="stand"> <imageset name="base" src="graphics/sprites/equipment/chest/shirt-male.png|W;R" width="64" height="64"/> + <include file="players/human-male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/chest/tanktop-female.xml b/graphics/sprites/equipment/chest/tanktop-female.xml index c27c5643..de61160b 100644 --- a/graphics/sprites/equipment/chest/tanktop-female.xml +++ b/graphics/sprites/equipment/chest/tanktop-female.xml @@ -1,7 +1,8 @@ <?xml version="1.0"?> -<!-- Original author from TMW, TMW BR or UFB projects. -Copyright (C) 2010-2011 Evol Online --> +<!-- Author from The Mana World +Copyright (C) 2010-2012 Evol Online --> <sprite name="player" action="stand"> <imageset name="base" src="graphics/sprites/equipment/chest/tanktop-female.png|W" width="64" height="64"/> + <include file="players/human-male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/chest/tanktop-male.xml b/graphics/sprites/equipment/chest/tanktop-male.xml index 2879ddff..c72480db 100644 --- a/graphics/sprites/equipment/chest/tanktop-male.xml +++ b/graphics/sprites/equipment/chest/tanktop-male.xml @@ -1,7 +1,8 @@ <?xml version="1.0"?> -<!-- Original author from TMW, TMW BR or UFB projects. -Copyright (C) 2010-2011 Evol Online --> +<!-- Author from The Mana World +Copyright (C) 2010-2012 Evol Online --> <sprite name="player" action="stand"> <imageset name="base" src="graphics/sprites/equipment/chest/tanktop-male.png|W" width="64" height="64"/> + <include file="players/human-male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/feet/boots-female.xml b/graphics/sprites/equipment/feet/boots-female.xml index fb6d82ee..a3556b30 100644 --- a/graphics/sprites/equipment/feet/boots-female.xml +++ b/graphics/sprites/equipment/feet/boots-female.xml @@ -1,7 +1,8 @@ <?xml version="1.0"?> -<!-- Original author from TMW, TMW BR or UFB projects. -Copyright (C) 2010-2011 Evol Online --> +<!-- Author from The Mana World +Copyright (C) 2010-2012 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="players/human-male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/feet/boots-male.xml b/graphics/sprites/equipment/feet/boots-male.xml index f7fcc8fd..8b88c9fa 100644 --- a/graphics/sprites/equipment/feet/boots-male.xml +++ b/graphics/sprites/equipment/feet/boots-male.xml @@ -1,7 +1,8 @@ <?xml version="1.0"?> -<!-- Original author from TMW, TMW BR or UFB projects. -Copyright (C) 2010-2011 Evol Online --> +<!-- Author from The Mana World +Copyright (C) 2010-2012 Evol Online --> <sprite name="player" action="stand"> <imageset name="base" src="graphics/sprites/equipment/feet/boots-male.png|W" width="64" height="64"/> + <include file="players/human-male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/head/bandana.xml b/graphics/sprites/equipment/head/bandana.xml index f88be83d..ea8d6947 100644 --- a/graphics/sprites/equipment/head/bandana.xml +++ b/graphics/sprites/equipment/head/bandana.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> -<!-- Original author from TMW, TMW BR or UFB projects. -Copyright (C) 2010-2011 Evol Online --> +<!-- Author from The Mana World +Copyright (C) 2010-2012 Evol Online --> <sprite> <imageset name="base" src="graphics/sprites/equipment/head/bandana.png" width="29" height="21"/> @@ -138,5 +138,4 @@ Copyright (C) 2010-2011 Evol Online --> <frame index="4" offsetX="19" offsetY="-17"/> </animation> </action> - </sprite> diff --git a/graphics/sprites/equipment/leg/shorts-female.xml b/graphics/sprites/equipment/leg/shorts-female.xml index 30cc4030..1806afa3 100644 --- a/graphics/sprites/equipment/leg/shorts-female.xml +++ b/graphics/sprites/equipment/leg/shorts-female.xml @@ -1,7 +1,8 @@ <?xml version="1.0"?> -<!-- Original author from TMW, TMW BR or UFB projects. -Copyright (C) 2010-2011 Evol Online --> +<!-- Author from The Mana World +Copyright (C) 2010-2012 Evol Online --> <sprite name="player" action="stand"> <imageset name="base" src="graphics/sprites/equipment/leg/shorts-female.png|W" width="64" height="64"/> + <include file="players/human-male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/leg/shorts-male.xml b/graphics/sprites/equipment/leg/shorts-male.xml index fddd22c6..6b0d02d5 100644 --- a/graphics/sprites/equipment/leg/shorts-male.xml +++ b/graphics/sprites/equipment/leg/shorts-male.xml @@ -1,7 +1,8 @@ <?xml version="1.0"?> -<!-- Original author from TMW, TMW BR or UFB projects. -Copyright (C) 2010-2011 Evol Online --> +<!-- Author from The Mana World +Copyright (C) 2010-2012 Evol Online --> <sprite name="player" action="stand"> <imageset name="base" src="graphics/sprites/equipment/leg/shorts-male.png|W" width="64" height="64"/> + <include file="players/human-male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/weapons/aurisghard.xml b/graphics/sprites/equipment/weapons/aurisghard.xml index 225e0474..7dd933ed 100644 --- a/graphics/sprites/equipment/weapons/aurisghard.xml +++ b/graphics/sprites/equipment/weapons/aurisghard.xml @@ -1,7 +1,8 @@ <?xml version="1.0"?> -<!-- Original author from TMW, TMW BR or UFB projects. -Copyright (C) 2010-2011 Evol Online --> +<!-- Author from The Mana World +Copyright (C) 2010-2012 Evol Online --> <sprite name="player" action="stand"> <imageset name="base" src="graphics/sprites/equipment/weapons/aurisghard.png" width="64" height="64"/> + <include file="players/human-male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/weapons/axe.xml b/graphics/sprites/equipment/weapons/axe.xml index 5d9bfa85..e2d3ef20 100644 --- a/graphics/sprites/equipment/weapons/axe.xml +++ b/graphics/sprites/equipment/weapons/axe.xml @@ -1,8 +1,7 @@ <?xml version="1.0"?> -<!-- Original author: TMW & Reid. -Copyright (C) 2011 Evol Online --> +<!-- Author: Reid +Copyright (C) 2011-2012 Evol Online --> <sprite name="player" action="stand"> - <imageset name="base" src="graphics/sprites/equipment/weapons/axe.png" width="64" height="64"/> <action name="default" imageset="base"> @@ -26,5 +25,4 @@ Copyright (C) 2011 Evol Online --> <end /> </animation> </action> - </sprite> diff --git a/graphics/sprites/equipment/weapons/bow.xml b/graphics/sprites/equipment/weapons/bow.xml index ea02371b..6106a3a1 100644 --- a/graphics/sprites/equipment/weapons/bow.xml +++ b/graphics/sprites/equipment/weapons/bow.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> -<!-- Original author: TMW & Reid. -Copyright (C) 2011 Evol Online --> +<!-- Author: Reid +Copyright (C) 2011-2012 Evol Online --> <sprite name="player" action="stand"> <imageset name="base" src="graphics/sprites/equipment/weapons/bow.png" width="64" height="64"/> @@ -26,5 +26,4 @@ Copyright (C) 2011 Evol Online --> <end /> </animation> </action> - </sprite> diff --git a/graphics/sprites/equipment/weapons/dagger.xml b/graphics/sprites/equipment/weapons/dagger.xml index 82a0e056..4ffa8743 100644 --- a/graphics/sprites/equipment/weapons/dagger.xml +++ b/graphics/sprites/equipment/weapons/dagger.xml @@ -1,8 +1,7 @@ <?xml version="1.0"?> -<!-- Original author: TMW & Reid. -Copyright (C) 2011 Evol Online --> +<!-- Author: Reid +Copyright (C) 2011-2012 Evol Online --> <sprite name="player" action="stand"> - <imageset name="base" src="graphics/sprites/equipment/weapons/dagger.png" width="64" height="64"/> <action name="default" imageset="base"> @@ -26,5 +25,4 @@ Copyright (C) 2011 Evol Online --> <end /> </animation> </action> - </sprite> diff --git a/graphics/sprites/equipment/weapons/mining-pick.xml b/graphics/sprites/equipment/weapons/mining-pick.xml index 03974500..f34390f0 100644 --- a/graphics/sprites/equipment/weapons/mining-pick.xml +++ b/graphics/sprites/equipment/weapons/mining-pick.xml @@ -1,7 +1,8 @@ <?xml version="1.0"?> -<!-- Original author from TMW, TMW BR or UFB projects. -Copyright (C) 2010-2011 Evol Online --> +<!-- Author from The Mana World +Copyright (C) 2010-2012 Evol Online --> <sprite name="player" action="stand"> <imageset name="base" src="graphics/sprites/equipment/weapons/mining-pick.png" width="64" height="64"/> + <include file="players/human-male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/weapons/scythe-death.xml b/graphics/sprites/equipment/weapons/scythe-death.xml index 0281637d..4d4a03a9 100644 --- a/graphics/sprites/equipment/weapons/scythe-death.xml +++ b/graphics/sprites/equipment/weapons/scythe-death.xml @@ -1,7 +1,8 @@ <?xml version="1.0"?> -<!-- Original author from TMW, TMW BR or UFB projects. -Copyright (C) 2010-2011 Evol Online --> +<!-- Author from The Mana World +Copyright (C) 2010-2012 Evol Online --> <sprite name="player" action="stand"> <imageset name="base" src="graphics/sprites/equipment/weapons/scythe-death.png" width="64" height="64" offsetY="32"/> + <include file="players/human-male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/weapons/scythe.xml b/graphics/sprites/equipment/weapons/scythe.xml index aef8b25f..ac546cd5 100644 --- a/graphics/sprites/equipment/weapons/scythe.xml +++ b/graphics/sprites/equipment/weapons/scythe.xml @@ -1,7 +1,8 @@ <?xml version="1.0"?> -<!-- Original author from TMW, TMW BR or UFB projects. -Copyright (C) 2010-2011 Evol Online --> +<!-- Author from The Mana World +Copyright (C) 2010-2012 Evol Online --> <sprite name="player" action="stand"> <imageset name="base" src="graphics/sprites/equipment/weapons/scythe.png" width="64" height="64" offsetY="32"/> + <include file="players/human-male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/weapons/staff.xml b/graphics/sprites/equipment/weapons/staff.xml index 8dabc025..0d84e902 100644 --- a/graphics/sprites/equipment/weapons/staff.xml +++ b/graphics/sprites/equipment/weapons/staff.xml @@ -1,7 +1,8 @@ <?xml version="1.0"?> -<!-- Original author from TMW, TMW BR or UFB projects. -Copyright (C) 2010-2011 Evol Online --> +<!-- Author from The Mana World +Copyright (C) 2010-2012 Evol Online --> <sprite name="player" action="stand"> <imageset name="base" src="graphics/sprites/equipment/weapons/staff.png" width="64" height="64" offsetY="32"/> + <include file="players/human-male.xml"/> </sprite> diff --git a/graphics/sprites/equipment/weapons/whip.xml b/graphics/sprites/equipment/weapons/whip.xml index 676a0f33..679aec8c 100644 --- a/graphics/sprites/equipment/weapons/whip.xml +++ b/graphics/sprites/equipment/weapons/whip.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> -<!-- Original author: TMW & Reid. -Copyright (C) 2011 Evol Online --> +<!-- Author: Reid +Copyright (C) 2011-2012 Evol Online --> <sprite name="player" action="stand"> <imageset name="base" src="graphics/sprites/equipment/weapons/whip.png" width="128" height="128"/> @@ -26,5 +26,4 @@ Copyright (C) 2011 Evol Online --> <end /> </animation> </action> - </sprite> |