Parsed new style html buttons.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<html><body>Mysterious Wizard:<br>
|
||||
This land is fertile ground for the materials I need in my dark arts. The problem is, my servants <font color="LEVEL">all have rotten heads</font>! I need someone to give me a hand cultivating the forest.<br>
|
||||
<a action="bypass -h Quest Q00632_NecromancersRequest 31522-104.htm">Quest</a>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00632_NecromancersRequest 31522-104.htm">Quest</Button>
|
||||
</body></html>
|
@@ -1,7 +1,7 @@
|
||||
<html><body>Mysterious Wizard:<br>
|
||||
Good, you brought 200 vampire hearts.<br>
|
||||
I'll buy them with Adena, but the undead brains aren't worth much. I'll trade you something else for them.<br>
|
||||
<a action="bypass -h Quest Q00632_NecromancersRequest 31522-202.html">"I'll sell you the vampire hearts."</a><br>
|
||||
<a action="bypass -h npc_%objectId%_multisell 31522">"I'll trade the brains."</a><br>
|
||||
<a action="bypass -h Quest Q00632_NecromancersRequest 31522-204.html">"I want to quit hunting."</a>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00632_NecromancersRequest 31522-202.html">"I'll sell you the vampire hearts."</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 31522">"I'll trade the brains."</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00632_NecromancersRequest 31522-204.html">"I want to quit hunting."</Button>
|
||||
</body></html>
|
@@ -1,7 +1,7 @@
|
||||
<html><body>Mysterious Wizard:<br>
|
||||
You don't have 200 vampire hearts yet.<br>
|
||||
I'll trade you something for the dead's brains though.<br>
|
||||
<a action="bypass -h npc_%objectId%_multisell 31522">Trade the dead's brains.</a><br>
|
||||
<a action="bypass -h Quest Q00632_NecromancersRequest 31522-201.html">Continue hunting.</a><br>
|
||||
<a action="bypass -h Quest Q00632_NecromancersRequest 31522-204.html">Stop hunting.</a>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 31522">Trade the dead's brains.</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00632_NecromancersRequest 31522-201.html">Continue hunting.</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00632_NecromancersRequest 31522-204.html">Stop hunting.</Button>
|
||||
</body></html>
|
@@ -3,7 +3,7 @@ Come on, that's not enough! Can you imagine how many hearts I need to die a yard
|
||||
Excellent material, equivalent to the red cloth of Aden, but infused with magical power.<br>
|
||||
Please bring me more hearts.<br>
|
||||
I'll trade you for the dead's brains anytime.<br>
|
||||
<a action="bypass -h npc_%objectId%_multisell 31522">Trade the dead's brains.</a><br>
|
||||
<a action="bypass -h Quest Q00632_NecromancersRequest 31522-201.html">Say you'll go and bring more vampire hearts.</a><br>
|
||||
<a action="bypass -h Quest Q00632_NecromancersRequest 31522-204.html">Say you want to quit.</a>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 31522">Trade the dead's brains.</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00632_NecromancersRequest 31522-201.html">Say you'll go and bring more vampire hearts.</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00632_NecromancersRequest 31522-204.html">Say you want to quit.</Button>
|
||||
</body></html>
|
Reference in New Issue
Block a user