Various updates.

Contributed by Liamxroy.
This commit is contained in:
MobiusDevelopment
2019-04-11 16:17:01 +00:00
parent 5b7a938ba0
commit 9503fb091c
31 changed files with 1891 additions and 5695 deletions

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 31092.html">To the beginning.</Button>
</body></html>

View File

@@ -6,6 +6,6 @@ Also, if your weapon has a special ability that you do not want, I can remove th
I have also obtained some rare goods, so stop by some time - these items aren't easy to obtain!<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 npc_%objectId%_exc_multisell 310922001">"I want to remove special abilities from my weapon."</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

@@ -44,7 +44,7 @@ public final class BlackMarketeerOfMammon extends AbstractNpcAI
@Override
public String onAdvEvent(String event, Npc npc, PlayerInstance player)
{
if (event.equals("31092-01.html"))
if (event.equals("31092-01.html") || event.equals("31092-05.html"))
{
return event;
}