Ferris circlet additions.

Contributed by Liamxroy.
This commit is contained in:
MobiusDevelopment
2019-05-12 13:37:50 +00:00
parent aaeaa9f7cb
commit ba92b668f6
8 changed files with 157 additions and 4 deletions

View File

@@ -1,6 +1,7 @@
<html><body>Head Blacksmith Ferris:<br>
Have you heard of the crystals that contain the desires of spirits? They've been appearing in various places throughout Aden, and the elders and blacksmiths found out that they can be used to increase the level of equipment.<br>
I learned from the elders how to bring out the power from the crystals, and I'm able to upgrade equipment with that. Are you ready?<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 30847002"><font color="LEVEL">"Upgrade Warrior, Knight and Wizard Circlet"</font></Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 30847001"><font color="LEVEL">"Exchange Krishna/Leviathan Equipment"</font></Button>
<Button ALIGN=LEFT ICON="RETURN" action="bypass -h npc_%objectId%_Chat 0">Back</Button>
</body></html>

View File

@@ -0,0 +1,46 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<npcs>
<npc>30847</npc> <!-- Ferris (Aden) -->
</npcs>
<item>
<ingredient count="1" id="48202" enchantmentLevel="5" /><!-- Warrior's Circlet -->
<ingredient count="1" id="48212" /> <!-- Noble Circlet Upgrade Stone -->
<production count="1" id="48203" /><!-- Noble Warrior's Circlet -->
</item>
<item>
<ingredient count="1" id="48203" enchantmentLevel="5" /><!-- Noble Warrior's Circlet -->
<ingredient count="1" id="48213" /> <!-- Radiant Circlet Upgrade Stone -->
<production count="1" id="48204" /><!-- Radiant Warrior's Circlet -->
</item>
<item>
<ingredient count="1" id="48205" enchantmentLevel="5" /><!-- Wizard's Circlet -->
<ingredient count="1" id="48212" /> <!-- Noble Circlet Upgrade Stone -->
<production count="1" id="48206" /><!-- Noble Wizard's Circlet -->
</item>
<item>
<ingredient count="1" id="48206" enchantmentLevel="5" /><!-- Noble Wizard's Circlet -->
<ingredient count="1" id="48213" /> <!-- Radiant Circlet Upgrade Stone -->
<production count="1" id="48207" /><!-- Radiant Wizard's Circlet -->
</item>
<item>
<ingredient count="1" id="48208" enchantmentLevel="5" /><!-- Knight's Circlet -->
<ingredient count="1" id="48212" /> <!-- Noble Circlet Upgrade Stone -->
<production count="1" id="48209" /><!-- Noble Knight's Circlet -->
</item>
<item>
<ingredient count="1" id="48209" enchantmentLevel="5" /><!-- Noble Knight's Circlet -->
<ingredient count="1" id="48213" /> <!-- Radiant Circlet Upgrade Stone -->
<production count="1" id="48210" /><!-- Radiant Knight's Circlet -->
</item>
<item>
<ingredient count="1" id="48491" enchantmentLevel="5" /><!-- Dragon Skin Shirt -->
<ingredient count="1" id="48495" /> <!-- Noble Leather Upgrade Stone -->
<production count="1" id="48492" /><!-- Dragon Leather Shirt -->
</item>
<item>
<ingredient count="1" id="48492" enchantmentLevel="5" /><!-- Dragon Leather Shirt -->
<ingredient count="1" id="48496" /> <!-- Radiant Rind Upgrade Stone -->
<production count="1" id="48493" /><!-- Dragon Rind Leather Shirt -->
</item>
</list>