Updated Aden seed talisman manager.

Contributed by Puppyrawr.
This commit is contained in:
MobiusDevelopment 2020-01-27 17:43:34 +00:00
parent de2871bef6
commit df3daf06bf
5 changed files with 44 additions and 12 deletions

View File

@ -1,11 +1,11 @@
<html><body>Seed Talisman Manager:<br>
Gracia is interesting, yes, interesting for its seeds. Many seeds, very interesting!<br>
We have found, let me see... Talisman - Infinity, Talisman - Destruction, Talisman - Annihilation, Talisman - Hellfire, Talisman - Desire, Talisman - Longing, and Talisman - Insanity! But I can only offer you the Talisman - Infinity.<br>
But no worries! With <font color="LEVEL">Energy of Destruction</font> and <font color="LEVEL">Giant's Energy</font>, you can create a Seed Talisman beyond that of Destruction! It does not always work, of course, but it is worth trying, yes! Oh, and wearing multiple will not give you multiple effects! All Talismans are bound to you, but you can unbind the Talisman - Longing and Talisman - Insanity by sealing it.<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 1">"Tell me more about Seed Talismans."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 861">"Can I get a Talisman - Infinity?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 862">"I want to seal the Talisman - Longing and Talisman - Insanity."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 863">"I want to exchange a Seed Talisman for a high-grade talisman."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 2061">"I'd like to get an exchange for a Talisman - Seven Signs."</Button>
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
Do you need a Seed Talisman?<br>
I have not only that, but also Kaliel's Bracelet and a lot of other talismans.<br>
Do you want me to help you choose?<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 1">"Ask about Seed Talismans"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 861">"Buy a Talisman and Kaliel's Bracelet"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 862">"Seal a Seed Talisman"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 870">"Buy materials for a Seed Talisman"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 863">"Enhance a Seed Talisman"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 2061">"Get a Talisman - Seven Signs"</Button>
</body></html>

View File

@ -7,6 +7,7 @@
<ingredient id="37714" count="1"/> <!-- Talisman - Lilith -->
<ingredient id="37715" count="1"/> <!-- Talisman - Anakim -->
<ingredient id="37716" count="1"/> <!-- Seven Signs' Energy -->
<ingredient id="57" count="5600000"/> <!-- Seven Signs' Energy -->
<production id="37717" count="1"/> <!-- Talisman - Seven Signs -->
</item>
</list>

View File

@ -3,9 +3,16 @@
<npcs>
<npc>33715</npc> <!-- Seed Talisman Manager -->
</npcs>
<item>
<ingredient id="35562" count="25"/> <!-- Energy of Destruction -->
<ingredient id="35563" count="40"/> <!-- Giant's Energy -->
<item>
<ingredient id="57" count="76000000"/> <!-- Adena -->
<production id="34984" count="1"/> <!-- Talisman - Infinity -->
</item>
<item>
<ingredient id="57" count="10000000"/> <!-- Adena -->
<production id="80835" count="1"/> <!-- Kaliel's Bracelet -->
</item>
<item>
<ingredient id="57" count="250000000"/> <!-- Adena -->
<production id="80637" count="1"/> <!-- Talisman of Protection Lv.1 -->
</item>
</list>

View File

@ -7,12 +7,14 @@
<ingredient id="34989" count="1"/> <!-- Talisman - Longing -->
<ingredient id="35562" count="72"/> <!-- Energy of Destruction -->
<ingredient id="35563" count="200"/> <!-- Giant's Energy -->
<ingredient id="57" count="4900000"/> <!-- Adena -->
<production id="35649" count="1"/> <!-- Sealed Talisman - Longing -->
</item>
<item>
<ingredient id="39572" count="1"/> <!-- Talisman - Insanity -->
<ingredient id="35562" count="100"/> <!-- Energy of Destruction -->
<ingredient id="35563" count="900"/> <!-- Giant's Energy -->
<ingredient id="57" count="22050000"/> <!-- Adena -->
<production id="39573" count="1"/> <!-- Sealed Talisman - Insanity -->
</item>
</list>

View File

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<npcs>
<npc>33715</npc> <!-- Seed Talisman Manager -->
</npcs>
<item>
<ingredient id="57" count="3800000"/> <!-- Adena -->
<production id="36184" count="1"/> <!-- Annihilation Energy -->
</item>
<item>
<ingredient id="57" count="14250000"/> <!-- Adena -->
<production id="36185" count="1"/> <!-- Hellfire Energy -->
</item>
<item>
<ingredient id="57" count="142500000"/> <!-- Adena -->
<production id="36186" count="1"/> <!-- Energy of Desire -->
</item>
<item>
<ingredient id="57" count="485300000"/> <!-- Adena -->
<production id="26291" count="1"/> <!-- Kaliel's Energy Longing -->
</item>
</list>