Luxury shop special item adjustments.

Contributed by Minzee.
This commit is contained in:
MobiusDevelopment 2020-07-14 03:34:33 +00:00
parent 498ccf5feb
commit aa00e84ce5
4 changed files with 71 additions and 24 deletions

View File

@ -4,6 +4,5 @@ I'm sorry for any inconvenience but from now on our shop only accepts <font colo
We also add a small fee.<br>
If you want armor or any other rare items, please, feel free to talk to my beautiful wife.<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Multisell 3009701">Purchase weapon</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Multisell 3009702">Purchase special item</Button>
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
</body></html>

View File

@ -3,5 +3,6 @@ Welcome: Thank you so much for visiting our boutique. We sell precious and valua
We don't accept cash. We only accept <font color="FFFF00">Crystals</font>. Thank you for understanding.<br>
If you would like to purchase a weapon, please ask my husband.<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Multisell 3009801">"I want to buy armor."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Multisell 3009802">Purchase special item.</Button>
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
</body></html>

View File

@ -1,22 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<npcs>
<npc>30097</npc> <!-- Galladucci -->
</npcs>
<item>
<!-- Crystal (D-Grade) -->
<ingredient count="320" id="1458" />
<!-- Adena -->
<ingredient count="50000" id="57" />
<!-- Scroll: Enchant Weapon (D-Grade) -->
<production count="1" id="955" />
</item>
<item>
<!-- Crystal (C-Grade) -->
<ingredient count="368" id="1459" />
<!-- Adena -->
<ingredient count="330000" id="57" />
<!-- Scroll: Enchant Weapon (C-Grade) -->
<production count="1" id="951" />
</item>
</list>

View File

@ -0,0 +1,69 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<npcs>
<npc>30098</npc> <!-- Alexandria -->
</npcs>
<!-- Luxury Shop - Special Items -->
<item>
<ingredient id="1459" count="100"/> <!-- Crystal: C-Grade -->
<ingredient id="1458" count="500"/> <!-- Crystal: D-Grade -->
<production id="4636" count="1"/> <!-- Red Soul Crystal - Stage 7 -->
</item>
<item>
<ingredient id="1459" count="100"/> <!-- Crystal: C-Grade -->
<ingredient id="1458" count="500"/> <!-- Crystal: D-Grade -->
<production id="4647" count="1"/> <!-- Green Soul Crystal - Stage 7 -->
</item>
<item>
<ingredient id="1459" count="100"/> <!-- Crystal: C-Grade -->
<ingredient id="1458" count="500"/> <!-- Crystal: D-Grade -->
<production id="4658" count="1"/> <!-- Blue Soul Crystal - Stage 7 -->
</item>
<item>
<ingredient id="1459" count="120"/> <!-- Crystal: C-Grade -->
<ingredient id="1458" count="567"/> <!-- Crystal: D-Grade -->
<production id="4637" count="1"/> <!-- Red Soul Crystal - Stage 8 -->
</item>
<item>
<ingredient id="1459" count="120"/> <!-- Crystal: C-Grade -->
<ingredient id="1458" count="567"/> <!-- Crystal: D-Grade -->
<production id="4648" count="1"/> <!-- Green Soul Crystal - Stage 8 -->
</item>
<item>
<ingredient id="1459" count="120"/> <!-- Crystal: C-Grade -->
<ingredient id="1458" count="567"/> <!-- Crystal: D-Grade -->
<production id="4659" count="1"/><!-- Blue Soul Crystal - Stage 8 -->
</item>
<item>
<ingredient id="1460" count="44"/> <!-- Crystal: B-Grade -->
<ingredient id="1459" count="135"/> <!-- Crystal: C-Grade -->
<production id="4638" count="1"/> <!-- Red Soul Crystal - Stage 9 -->
</item>
<item>
<ingredient id="1460" count="44"/> <!-- Crystal: B-Grade -->
<ingredient id="1459" count="135"/> <!-- Crystal: C-Grade -->
<production id="4649" count="1"/> <!-- Green Soul Crystal - Stage 9 -->
</item>
<item>
<ingredient id="1460" count="44"/> <!-- Crystal: B-Grade -->
<ingredient id="1459" count="135"/> <!-- Crystal: C-Grade -->
<production id="4660" count="1"/> <!-- Blue Soul Crystal - Stage 9 -->
</item>
<item>
<ingredient id="1460" count="50"/> <!-- Crystal: B-Grade -->
<ingredient id="1459" count="150"/> <!-- Crystal: C-Grade -->
<production id="4639" count="1"/> <!-- Red Soul Crystal - Stage 10 -->
</item>
<item>
<ingredient id="1460" count="50"/> <!-- Crystal: B-Grade -->
<ingredient id="1459" count="150"/> <!-- Crystal: C-Grade -->
<production id="4650" count="1"/> <!-- Green Soul Crystal - Stage 10 -->
</item>
<item>
<ingredient id="1460" count="50"/> <!-- Crystal: B-Grade -->
<ingredient id="1459" count="150"/> <!-- Crystal: C-Grade -->
<production id="4661" count="1"/> <!-- Blue Soul Crystal - Stage 10 -->
</item>
</list>