diff options
-rw-r--r-- | items.xml | 14 | ||||
-rw-r--r-- | npcs.xml | 11 |
2 files changed, 25 insertions, 0 deletions
@@ -2920,6 +2920,20 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. description="A Deep Mystery. Said to convert first matter in gold." type="generic" weight="1"/> + <item id="915" + image="generic/strangecoin.png" + name="Guild Coin" + description="A guild issued coin. Possibilities are endless." + type="generic" + weight="0" + sellProtected="true"/> + <item id="916" + image="generic/strangecoin.png" + name="Land of Fire Coin" + description="A souvenir. The inscription says: The Capital of Blacksmiths." + type="generic" + weight="0" + sellProtected="true"/> <!-- Necklaces --> <item id="1000" @@ -628,6 +628,17 @@ IDs 900-999 = Special <sprite>npcs/xml/barbaracry.xml</sprite> </npc> + <npc id="256"> + <!-- King Arthur --> + <sprite>races/human-male.xml</sprite> + <sprite>hairstyles/hairstyle02.xml|#53202b,7f4f45,9e6a43,d09459,fcd3a1,fefffc;#2f312f,727471,a4a6a3,dad5f5;#5b280a,994312,c55818</sprite> + <sprite>equipment/feet/boots-male.xml|#212121</sprite> + <sprite>equipment/legs/bandittrousers-male.xml</sprite> + <sprite>equipment/chest/warlodplate-male.xml|#222255,6666ff;#EFEFEF</sprite> + <sprite>equipment/head/imperialcrown.xml</sprite> + <menu name="Talk" command="talk 'NAME'"/> + </npc> + <!-- NPCs from TMW-BR (that's why the jump) --> <npc id="300"><sprite variant="0">npcs/xml/npcs-br.xml</sprite></npc> <!-- Invisible --> <npc id="301"><sprite variant="1">npcs/xml/npcs-br.xml</sprite></npc> <!-- Purple dress with glass girl --> |