diff options
author | Vincent Petithory <vincent.petithory@gmail.com> | 2012-09-24 14:49:53 +0200 |
---|---|---|
committer | Vincent Petithory <vincent.petithory@gmail.com> | 2012-12-17 13:04:09 +0100 |
commit | 2ac233c85d1559695e258e902f84493078d3dfb3 (patch) | |
tree | 12c111f5fb179e764d09241aa2b7e3a134c91260 /npcs.xml | |
parent | 9bbf96de5a76f2d28d2ee03cf5d8213f1e3b5508 (diff) | |
download | clientdata-2ac233c85d1559695e258e902f84493078d3dfb3.tar.gz clientdata-2ac233c85d1559695e258e902f84493078d3dfb3.tar.bz2 clientdata-2ac233c85d1559695e258e902f84493078d3dfb3.tar.xz clientdata-2ac233c85d1559695e258e902f84493078d3dfb3.zip |
Add the Illia npc graphics:
* The 2 witch sisters' robe
* A skeleton with a note
* A magical area
* A door sealed by an enchantment
* cursed waterfall particles
Diffstat (limited to 'npcs.xml')
-rw-r--r-- | npcs.xml | 34 |
1 files changed, 33 insertions, 1 deletions
@@ -886,7 +886,39 @@ <npc id="366"> <sprite variant="11">npcs/sages.xml</sprite> </npc> - <!-- Old man sitting in front of desk --> + <!-- A skeleton with a note --> + <npc id="367"> + <sprite>npcs/bones.xml</sprite> + </npc> + <!-- Magical Power Circle area --> + <npc id="368"> + <particlefx>graphics/particles/power-circle.particle.xml</particlefx> + </npc> + <!-- Enchanted door --> + <npc id="369"> + <particlefx>graphics/particles/enchanted-door.particle.xml</particlefx> + </npc> + <!-- Witch sister 1 --> + <npc id="370"> + <particlefx>graphics/particles/power-circle.particle.xml</particlefx> + <sprite>player_female_base.xml</sprite> + <sprite>equipment/feet/assassin-boots-female.xml</sprite> + <sprite>equipment/legs/shorts-female.xml|#121212,343434</sprite> + <sprite>equipment/chest/sorcerer-robe-female.xml|#121212,343434;#468AD6</sprite> + <sprite>hairstyles/hairstyle11.xml|#602486,934cc3,fdc689</sprite> + <sprite>equipment/head/wizard-hat.xml|#070707,121212,5B9BC2</sprite> + </npc> + <!-- Witch sister 2 --> + <npc id="371"> + <particlefx>graphics/particles/monster-luvia.particle.xml</particlefx> + <sprite>player_female_base.xml</sprite> + <sprite>equipment/feet/assassin-boots-female.xml</sprite> + <sprite>equipment/legs/shorts-female.xml|#121212,343434</sprite> + <sprite>equipment/chest/sorcerer-robe-female.xml|#121212,343434;#8F47D6</sprite> + <sprite>hairstyles/hairstyle11.xml|#8c6625,dab425,ffffff</sprite> + <sprite>equipment/head/wizard-hat.xml|#070707,121212,663399</sprite> + </npc> +<!-- Old man sitting in front of desk --> <npc id="372"> <sprite>npcs/npc-mirak.xml</sprite> </npc> |