diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-26 02:01:56 -0300 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-26 02:01:56 -0300 |
commit | 68251b7f2212aecb5d5672690d73a448b0dc936f (patch) | |
tree | b0d5ae37a5f6754652d39e0283414665afa561a3 | |
parent | 1557c44271e589cc463c0648e1ef203f5dc501ea (diff) | |
download | clientdata-68251b7f2212aecb5d5672690d73a448b0dc936f.tar.gz clientdata-68251b7f2212aecb5d5672690d73a448b0dc936f.tar.bz2 clientdata-68251b7f2212aecb5d5672690d73a448b0dc936f.tar.xz clientdata-68251b7f2212aecb5d5672690d73a448b0dc936f.zip |
Experiment
-rw-r--r-- | avatars.xml | 23 | ||||
-rw-r--r-- | graphics/sprites/npcs/sprite/avatar-ship.png | bin | 0 -> 4807 bytes | |||
-rw-r--r-- | graphics/sprites/npcs/xml/avatar-ship.xml | 17 |
3 files changed, 40 insertions, 0 deletions
diff --git a/avatars.xml b/avatars.xml index 68b160b7..fb9007e8 100644 --- a/avatars.xml +++ b/avatars.xml @@ -9,12 +9,35 @@ Copyright (C) 2013 Evol Online --> <avatar id="2" name="name2" width="64" height="64"> <sprite>monsters/piou.xml</sprite> </avatar> + <avatar id="3" name="ship-avatar" width="64" height="54"> + <sprite>npcs/xml/avatar-ship.xml</sprite> + </avatar> + <avatar id="119" name="name119"> <!-- Human Female, newbie guide. --> <sprite variant="11">npcs/xml/unanimated.xml</sprite> <sprite>accessories/enora-eye.xml</sprite> <sprite>accessories/enora-hair.xml</sprite> </avatar> + <avatar id="103" name="name103" width="48" height="48"> + <!-- Raijin Man, hanged to the ship's ropes. --> + <sprite variant="1">npcs/xml/unanimated.xml</sprite> + </avatar> + <avatar id="104" name="name104" width="48" height="48"> + <!-- Orc Man, standing with a box in his hands. --> + <sprite variant="2">npcs/xml/unanimated.xml</sprite> + </avatar> + <avatar id="111" name="name111" width="48" height="48"> + <sprite variant="7">npcs/xml/unanimated.xml</sprite> + </avatar> + <avatar id="412" name="name412" width="48" height="48"> + <!-- Human Man, small and drunk. --> + <sprite>npcs/xml/silvio.xml</sprite> + </avatar> + <avatar id="405" name="name405" width="64" height="64"> + <!-- Group of Sailors, standing still. --> + <sprite>npcs/xml/sailors.xml</sprite> + </avatar> <avatar id="406" name="name406"> <!-- Captain, present to an Evol's friend. --> <sprite>npcs/xml/nard.xml</sprite> diff --git a/graphics/sprites/npcs/sprite/avatar-ship.png b/graphics/sprites/npcs/sprite/avatar-ship.png Binary files differnew file mode 100644 index 00000000..fc8a2885 --- /dev/null +++ b/graphics/sprites/npcs/sprite/avatar-ship.png diff --git a/graphics/sprites/npcs/xml/avatar-ship.xml b/graphics/sprites/npcs/xml/avatar-ship.xml new file mode 100644 index 00000000..2285817d --- /dev/null +++ b/graphics/sprites/npcs/xml/avatar-ship.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Jesusalva +Copyright (C) 2012 Evol Online --> + +<sprite> + <imageset name="npc" + src="graphics/sprites/npcs/sprite/avatar-ship.png" + width="64" + height="54" + offsetX="0"/> + + <action name="stand" imageset="npc"> + <animation direction="default"> + <frame index="0"/> + </animation> + </action> +</sprite> |