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 /avatars.xml | |
parent | 1557c44271e589cc463c0648e1ef203f5dc501ea (diff) | |
download | clientdata-68251b7f2212aecb5d5672690d73a448b0dc936f.tar.gz clientdata-68251b7f2212aecb5d5672690d73a448b0dc936f.tar.bz2 clientdata-68251b7f2212aecb5d5672690d73a448b0dc936f.tar.xz clientdata-68251b7f2212aecb5d5672690d73a448b0dc936f.zip |
Experiment
Diffstat (limited to 'avatars.xml')
-rw-r--r-- | avatars.xml | 23 |
1 files changed, 23 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> |