Updated Black Marketer and Merchant of Mammon.

Contributed by Puppyrawr.
This commit is contained in:
MobiusDevelopment
2020-01-08 12:48:34 +00:00
parent 8385505606
commit a2224943e8
8 changed files with 86 additions and 288 deletions

View File

@@ -1,11 +1,5 @@
<html><body>Black Marketeer of Mammon:<br>
The Lords of Dawn and the Revolutionary Troops of Dusk use <font color="LEVEL">Ancient Adena</font> as their currency, following in the old empire's tradition.<br>
Tradition and customs are important but they are so old... If you were to go to the market with that money in this day and age, you couldn't buy a thing.<br>
Do you have any ancient adena that you don't know what to do with? If you do, I'll exchange them for adena.<br>
Also, if your weapon has a special ability that you do not want, I can remove that, too. I dont't know why you would want to take off a special ability that's been bestowed on your weapon, but we'll do anything for adena.<br>
I have also obtained some rare goods, so stop by some time - these items aren't easy to obtain!<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 Quest BlackMarketeerOfMammon 31092-01.html">"I want to exchange Ancient Adena for Adena."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 310922002">"Can I trade black market goods?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest BlackMarketeerOfMammon 31092-05.html">"Tell me more about Agathion Guard."</Button>
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
</body></html>

View File

@@ -0,0 +1,7 @@
<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 Quest BlackMarketeerOfMammon 33739.html">To the beginning.</Button>
</body></html>

View File

@@ -1,9 +1,10 @@
<html><body>Merchant of Mammon:<br>
May Mammon's blessings be upon you! Mammon's Guild is here to showcase our rare item collection.<br>
Before you start shopping, there are a few things you should know. While we dealt only in Ancient Adena in the past, now we take Adena like any other merchant. Also, you must bring a <font color="LEVEL">Blank Scroll</font> if you plan to purchase an Enchant Scroll. If you bring us Soul Crystal Fragments, we can make them into whole Soul Crystals. We also have <font color="LEVEL">Elcyum</font> to upgrade items.<br>
Remember, local tax rates apply!<br>
<Button ALIGN="LEFT" ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 207">"I want to buy items."</Button>
<Button ALIGN="LEFT" ICON="NORMAL" action="bypass -h npc_%objectId%_TerritoryStatus">"Can you tell me about the local lord and tax rate?"</Button>
<Button ALIGN="LEFT" ICON="NORMAL" action="bypass -h npc_%objectId%_Quest Mammons 33739-01.html">"I want to see Elcyum."</Button>
<Button ALIGN="LEFT" ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 3007">"I want to buy some Talismans."</Button>
May Mammon's blessings be upon you!<br>
Have you heard about <font color="LEVEL">Elcyum</font>? This material is in great demand on the continent. It is used for avariety of purposes, although it's not easy to obtain.<br> Bye the way, I want to remind you that i am an honest law-abiding trader and pay taxes regularly. So take a careful look at the price before buying, so that later there are no misunderstandings, Hehe...<br>
<Button ALIGN="LEFT" ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 207">"Buy supplies"</Button>
<Button ALIGN="LEFT" ICON="NORMAL" action="bypass -h npc_%objectId%_Quest Mammons 33739-01.html">"Ask about Elcyum"</Button>
<Button ALIGN="LEFT" ICON="NORMAL" action="bypass -h npc_%objectId%_Quest Mammons 33739-02.html">"Ask about Guard Agathion Fragments"</Button>
<Button ALIGN="LEFT" ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 3008">"Exchange Seal Stone"</Button>
<Button ALIGN="LEFT" ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 3007">"Buy Talismans"</Button>
<Button ALIGN="LEFT" ICON="NORMAL" action="bypass -h npc_%objectId%_TerritoryStatus">"Ask about the local governor and taxes"</Button>
</body></html>

View File

@@ -98,6 +98,8 @@ public class Mammons extends AbstractNpcAI
case "31126-05.html":
case "31126-06.html":
case "33739-01.html":
case "33739-02.html":
{
htmltext = event;
break;