diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-10-30 22:06:01 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-10-30 22:06:01 -0200 |
commit | e590d6dc878a95882af620309399d979fab78499 (patch) | |
tree | e39cd999eec0b838c1aaf6b96a769b8813f33054 /npcs.xml | |
parent | 4af7a15599ddf13ca0bf1be2b6321254e8db7cf4 (diff) | |
download | clientdata-e590d6dc878a95882af620309399d979fab78499.tar.gz clientdata-e590d6dc878a95882af620309399d979fab78499.tar.bz2 clientdata-e590d6dc878a95882af620309399d979fab78499.tar.xz clientdata-e590d6dc878a95882af620309399d979fab78499.zip |
The Monster King NPC
Diffstat (limited to 'npcs.xml')
-rw-r--r-- | npcs.xml | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -935,6 +935,18 @@ IDs 900-999 = Special <menu name="Talk" command="talk 'NAME'"/> </npc> + <!-- Add new animated NPCs above this line --> + <npc id="500"> + <!-- The Monster King --> + <sprite>races/human-male.xml</sprite> + <sprite>hairstyles/hairstyle26.xml|#2b2b2b,2b384d,3f3f3f,29445d,585858,296484,858585,367c9f,a7a7a7,50a8ce,d6d6d6,99d4e3,ffffff,e2fdf6</sprite> + + <sprite>equipment/chest/redknightarmor-male.xml</sprite> + <sprite>equipment/weapons/lidersword.xml</sprite> + <sprite>equipment/legs/bromenalpants-male.xml</sprite> + <sprite>equipment/feet/boots-male.xml|#212121</sprite> + </npc> + <!-- Soul Menhirs & Mana Stone --> <npc id="700"> <sprite variant="0">npcs/xml/soulmenhirs.xml</sprite> |