Updated Blacksmith of Mammon dialogs and multisells to retail.

Contributed by CostyKiller.
This commit is contained in:
MobiusDevelopment
2022-08-11 05:03:09 +00:00
parent 7d288bd9ee
commit 05befeaf82
27 changed files with 6816 additions and 6599 deletions

View File

@@ -1,6 +0,0 @@
<html><body>Black Marketeer of Mammon:<br>
<font color="LEVEL">[Exchange Ancient Adena for Adena]</font><br>
Enter the amount of Ancient Adena you wish to exchange.<br>
<td align=left><edit var="data1" width=100></td>
<button value="Exchange" action="bypass -h Quest BlackMarketeerOfMammon exchange $data1" back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF" width=80 height=27>
</body></html>

View File

@@ -1,5 +0,0 @@
<html><head><body>Black Marketeer of Mammon:<br>
<font color="FF0000">[Exchange failure]</font><br>
You've entered an invalid value. Please input a correct amount.<br>
<Button ALIGN=LEFT ICON="RETURN" action="bypass -h npc_%objectId%_Chat 1">Back</Button>
</body></html>

View File

@@ -1,5 +0,0 @@
<html><head><body>Black Marketeer of Mammon:<br>
<font color="FF0000">[Exchange failure]</font><br>
You don't have enough of the item that you're trying to exchange.<br>
<Button ALIGN=LEFT ICON="RETURN" action="bypass -h npc_%objectId%_Chat 1">Back</Button>
</body></html>

View File

@@ -1,5 +0,0 @@
<html><body>Black Marketeer of Mammon:<br>
<FONT color="LEVEL">[Exchange success]</FONT><br>
Thank you! There you go! Are you satisfied now? Or do you want to exchange something else?<br>
<Button ALIGN=LEFT ICON="RETURN" action="bypass -h npc_%objectId%_Chat 1">Back</Button>
</body></html>

View File

@@ -1,7 +0,0 @@
<html><body>Black Marketeer of Mammon:<br>
Do you have a <font color="LEVEL">Guard Agathion Fragment</font>? Then you've come to the right place. I use those fragments to create <font color="LEVEL">Agathion Charms containing the power of Masia's, Paulina's or Tersi's Guard</font>.<br>
Also, I make exchanges with <font color="LEVEL">Book of Growth: Guard Agathion</font> which helps with the growth of the Guard Agathion. You'll need <font color="LEVEL">Angel's Breath</font> to exchange and it's sold a Merchant of Mammon.<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 310922001">"Exchange for Guard Agathion Charm."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 310922002">"Exchange for Book of Growth: Guard Agathion"</Button>
<Button ALIGN=LEFT ICON="RETURN" action="bypass -h npc_%objectId%_Chat 0">To the beginning.</Button>
</body></html>

View File

@@ -1,5 +0,0 @@
<html><body>Black Marketeer of Mammon:<br>
The LordHush!<br>
TraditioThe government is out to get me, so I am forced to do business in the shadows.<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 1">"I want to exchange Ancient Adena for Adena."</Button>
</body></html>

View File

@@ -1,6 +1,7 @@
<html><body>Blacksmith of Mammon:<br>
Tell me if you have Dark or Bloody Enhancement Stones. They can enhance your weapon much further.<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 2">"I want to upgrade Dark/Bloody Enhancement Stone."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 777">"I want to exchange Dark/Bloody Enhancement Stone Fragments."</Button>
You will need Dark or Bloody Enhancement Stone for such an upgrade. It can help you make your equipment even better.<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 2">Upgrade with Dark/ Bloody Enhancement Stone</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 2328">Buy Dark/ Bloody Enhancement Stone</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 3037">Upgrade Dark/ Bloody Eternal Armor</Button>
<Button ALIGN=LEFT ICON="return" action="bypass -h npc_%objectId%_Chat 0">Back</Button>
</body></html>

View File

@@ -1,9 +1,8 @@
<html><body>Blacksmith of Mammon:<br>
You must have the Dark or Bloody ability to become stronger. You can add both the Dark and Bloody abilities to Krishna weapons and Leviathan armor.<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 864">"I want to enhance an R99 standard weapon/armor with a certain chance."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 860">"I want to enhance an R99 blessed weapon/armor with 100% chance."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 31126001">"I want to enhance an R99 Dark/Bloody armor with 100% chance."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 31126002">"I want to enhance an R110 enhanced weapon/armor with 100% chance."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 31126003">"I want to enhance an R110 Dark/Bloody weapon/armor with 100% chance."</Button>
<Button ALIGN=LEFT ICON="return" action="bypass -h npc_%objectId%_Chat 0">Back</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 2320">"I want to enhance an R99 standard weapon/armor with a certain chance."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 2317">"I want to enhance an R99 blessed weapon/armor with 100% chance."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 2318">"I want to enhance an R110 enhanced weapon/armor with 100% chance."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 2319">"I want to enhance an R110 Dark/Bloody weapon/armor with 100% chance."</Button>
<Button ALIGN=LEFT ICON="return" action="bypass -h npc_%objectId%_Chat 1">Back</Button>
</body></html>

View File

@@ -1,3 +0,0 @@
<html><body>Blacksmith of Mammon:<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 211">Craft A-Grade Dual Weapon</Button>
</body></html>

View File

@@ -1,6 +0,0 @@
<html><body>Blacksmith of Mammon:<br>
I'll exchange the weapon that you've been using for a weapon that is one level stronger. Pay me the difference in Ancient Adena.<br>
There's something you should know. <font color="LEVEL">Special abilities</font> don't transfer. And if you transfer <font color="LEVEL">enchantments</font>, the new weapon will not be enchanted.<br>
<Button ALIGN=LEFT ICON="normal" action="bypass -h npc_%objectId%_exc_multisell 202">Replace a weapon with an even stronger weapon</Button>
<Button ALIGN=LEFT ICON="return" action="bypass -h npc_%objectId%_Chat 0">Back</Button>
</body></html>

View File

@@ -1,8 +0,0 @@
<html><body>Blacksmith of Mammon:<br>
I will exchange the weapon for another type of the same grade. For example, you can exchange a mithril dagger for a two-handed claymore of the same grade. But, I have to warn you.<br>
First, weapons with <font color="LEVEL">special abilities</font> cannot be exchanged.<br>
Second, when exchanging a weapon that has been <font color="LEVEL">enchanted</font> the exchanged weapon will have the same enchantment.<br>
<Button ALIGN=LEFT ICON="normal" action="bypass -h npc_%objectId%_exc_multisell 203">Exchange a weapon of D-grade to B-grade for a different type</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 2003">Exchange an A-grade weapon for a different type</Button>
<Button ALIGN=LEFT ICON="return" action="bypass -h npc_%objectId%_Chat 0">Back</Button>
</body></html>

View File

@@ -1,8 +0,0 @@
<html><body>Blacksmith of Mammon:<br>
Do you know about the Foundation Items? Even we blacksmiths see them only infrequently.<br>
These uncommon items are brought into being by a power than goes beyond mere chance. We Dwarves say that it is the blessing of Maphr.<br>
That perfect craftsmanship is beyond the Human race's capacity.<br>
It is not, however, beyond mine. Bring me <font color="LEVEL">Mammon's Varnish Enhancer, which is sold by the Merchant of Mammon</font>. Then I will use techniques known only to me to transform the item into something accessible to mortals.<br>
Be sure to select a helmet among the rare items that provides you with a useful power. Don't worry if you make the wrong choice, though. You will have another chance to make a selection.<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 637">Complete a Foundation Item</Button>
</body></html>

View File

@@ -2,7 +2,7 @@
May the blessing of Mammon be with you! Now our clan approves for payment adena, the world currency.<br>
Usually we remove the Shillien curse from weapon and enhanced blessed items.<br>
Besides, we can do some work that cannot be done by village blacksmiths. If you need something, just let me know.<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 1">Ask about Dark/Bloody enhancement</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 700">Change the type of R110-grade gloves/boots/helmet</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 1">Ask about Dark/ Bloody enhancement</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 2322">Change the type of R110-grade gloves/ boots/ helmet</Button>
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
</body></html>