Updated Black Marketeer and Merchant of Mammon.
Contributed by CostyKiller.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<html><head><body>Black Marketeer of Mammon:<br>
|
||||
<html><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 Quest BlackMarketeerOfMammon 31092-01.html">Back</Button>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<html><head><body>Black Marketeer of Mammon:<br>
|
||||
<html><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 Quest BlackMarketeerOfMammon 31092-01.html">Back</Button>
|
||||
|
@@ -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 Quest BlackMarketeerOfMammon 31092.html">To the beginning.</Button>
|
||||
</body></html>
|
@@ -1,5 +1,8 @@
|
||||
<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>
|
||||
The 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 31092001">"I want to upgrade Talisman of Protection."</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 31092002">"I want to get a Citrine Pendant."</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 31092003">"I want to get a Proof of Battle (ForHonor Quest)."</Button>
|
||||
</body></html>
|
@@ -45,7 +45,7 @@ public class BlackMarketeerOfMammon extends AbstractNpcAI
|
||||
public String onAdvEvent(String event, Npc npc, PlayerInstance player)
|
||||
{
|
||||
String htmltext = event;
|
||||
if (event.equals("31092-01.html") || event.equals("31092-05.html"))
|
||||
if (event.equals("31092-01.html"))
|
||||
{
|
||||
return event;
|
||||
}
|
||||
|
@@ -1,7 +1,7 @@
|
||||
<html><body>Black Marketeer of Mammon:<br>
|
||||
<html><body>Merchant 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>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 337390001">"Exchange for Guard Agathion Charm."</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 337390002">"Exchange for Book of Growth: Guard Agathion"</Button>
|
||||
<Button ALIGN=LEFT ICON="RETURN" action="bypass -h Quest Mammons 33739.html">To the beginning.</Button>
|
||||
</body></html>
|
Reference in New Issue
Block a user