diff options
author | Micksha <Micksha@users.noreply.github.com> | 2018-09-10 13:08:06 +0200 |
---|---|---|
committer | Micksha <Micksha@users.noreply.github.com> | 2018-11-06 12:33:37 +0100 |
commit | 46899eac3ec2f9bd237f2fb09b00a8f21335e1ca (patch) | |
tree | 2fcaa715bc3a7168f58e15514d9cbc44a8f5f2ef /graphics/sprites/npcs | |
parent | 9ccc0506331028d01bb329fc24ab2c56432bc2e3 (diff) | |
download | clientdata-46899eac3ec2f9bd237f2fb09b00a8f21335e1ca.tar.gz clientdata-46899eac3ec2f9bd237f2fb09b00a8f21335e1ca.tar.bz2 clientdata-46899eac3ec2f9bd237f2fb09b00a8f21335e1ca.tar.xz clientdata-46899eac3ec2f9bd237f2fb09b00a8f21335e1ca.zip |
add a bunch of hurns NPCs - most of them LEGACY versions, to be changed one by one
Diffstat (limited to 'graphics/sprites/npcs')
-rw-r--r-- | graphics/sprites/npcs/sprite/hinnak.png | bin | 0 -> 9500 bytes | |||
-rw-r--r-- | graphics/sprites/npcs/sprite/unanimated-legacy-tall.png | bin | 0 -> 14630 bytes | |||
-rw-r--r-- | graphics/sprites/npcs/sprite/unanimated-legacy.png | bin | 0 -> 46114 bytes | |||
-rw-r--r-- | graphics/sprites/npcs/xml/hinnak.xml | 32 | ||||
-rw-r--r-- | graphics/sprites/npcs/xml/richard.xml | 2 | ||||
-rw-r--r-- | graphics/sprites/npcs/xml/unanimated-legacy-tall.xml | 16 | ||||
-rw-r--r-- | graphics/sprites/npcs/xml/unanimated-legacy.xml | 16 |
7 files changed, 65 insertions, 1 deletions
diff --git a/graphics/sprites/npcs/sprite/hinnak.png b/graphics/sprites/npcs/sprite/hinnak.png Binary files differnew file mode 100644 index 00000000..7da5a110 --- /dev/null +++ b/graphics/sprites/npcs/sprite/hinnak.png diff --git a/graphics/sprites/npcs/sprite/unanimated-legacy-tall.png b/graphics/sprites/npcs/sprite/unanimated-legacy-tall.png Binary files differnew file mode 100644 index 00000000..19b9b14c --- /dev/null +++ b/graphics/sprites/npcs/sprite/unanimated-legacy-tall.png diff --git a/graphics/sprites/npcs/sprite/unanimated-legacy.png b/graphics/sprites/npcs/sprite/unanimated-legacy.png Binary files differnew file mode 100644 index 00000000..64bf4d5a --- /dev/null +++ b/graphics/sprites/npcs/sprite/unanimated-legacy.png diff --git a/graphics/sprites/npcs/xml/hinnak.xml b/graphics/sprites/npcs/xml/hinnak.xml new file mode 100644 index 00000000..bf2a3fc3 --- /dev/null +++ b/graphics/sprites/npcs/xml/hinnak.xml @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Micksha +Copyright (C) 2018 Evol Online --> + +<sprite> + <imageset name="npc" + src="graphics/sprites/npcs/sprite/hinnak.png" + width="64" + height="64"/> + + <action name="stand" imageset="npc"> + <animation direction="default"> + <label name="start"/> + <goto label="static" rand="98"/> + <goto label="cutting" rand="2"/> + <!-- winking --> + <label name="cutting"/> + <frame index="0" delay="200"/> + <frame index="1" delay="100"/> + <frame index="2" delay="100"/> + <frame index="3" delay="100"/> + <frame index="2" delay="100"/> + <frame index="1" delay="100"/> + <frame index="0" delay="200"/> + <goto label="start"/> + <!-- Static Animation --> + <label name="static"/> + <frame index="0" delay="400"/> + <goto label="start"/> + </animation> + </action> +</sprite> diff --git a/graphics/sprites/npcs/xml/richard.xml b/graphics/sprites/npcs/xml/richard.xml index 60c49076..c307b530 100644 --- a/graphics/sprites/npcs/xml/richard.xml +++ b/graphics/sprites/npcs/xml/richard.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- Author: Reid +<!-- Author: Micksha Copyright (C) 2015 Evol Online --> <sprite> diff --git a/graphics/sprites/npcs/xml/unanimated-legacy-tall.xml b/graphics/sprites/npcs/xml/unanimated-legacy-tall.xml new file mode 100644 index 00000000..aa710046 --- /dev/null +++ b/graphics/sprites/npcs/xml/unanimated-legacy-tall.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Reid, Micksha +Copyright (C) 2015-2018 Evol Online --> + +<sprite variants="5" variant_offset="1"> + <imageset name="npc" + src="graphics/sprites/npcs/sprite/unanimated-legacy-tall.png|S" + width="64" + height="96"/> + + <action name="stand" imageset="npc"> + <animation direction="default"> + <frame index="0"/> + </animation> + </action> +</sprite> diff --git a/graphics/sprites/npcs/xml/unanimated-legacy.xml b/graphics/sprites/npcs/xml/unanimated-legacy.xml new file mode 100644 index 00000000..6e04e8db --- /dev/null +++ b/graphics/sprites/npcs/xml/unanimated-legacy.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Reid, Micksha +Copyright (C) 2018 Evol Online --> + +<sprite variants="21" variant_offset="1"> + <imageset name="npc" + src="graphics/sprites/npcs/sprite/unanimated-legacy.png|S" + width="64" + height="64"/> + + <action name="stand" imageset="npc"> + <animation direction="default"> + <frame index="0"/> + </animation> + </action> +</sprite> |