Parsed new style html buttons.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<html><body>
|
||||
The Talisman is both magical and mysterious. Once applied to your bracelet, you will be able to see its surprising effect for yourself. Before I can give it to you, however, you must prove to me that you are capable of responsibly wielding such power. Give me <font color = "LEVEL">10 Knight's Epaulettes</font> and I will provide you the Talisman.<br><br><br>
|
||||
<center>
|
||||
<a action="bypass -h Quest CastleCourtMagician giveTalisman">Give Knight's Epaulettes.</a>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest CastleCourtMagician giveTalisman">Give Knight's Epaulettes.</Button>
|
||||
</center>
|
||||
</body></html>
|
@@ -1,4 +1,4 @@
|
||||
<html><body>
|
||||
You do not have enough Knight's Epaulettes.<br><br>
|
||||
<a action="bypass -h Quest CastleCourtMagician courtmagician.html">Back.</a><br><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest CastleCourtMagician courtmagician.html">Back.</Button><br>
|
||||
</body></html>
|
@@ -3,12 +3,12 @@ Cast your eyes upon the results of this magical research conducted by the Mystic
|
||||
You can make use of a magical field capable of teleporting a clan member through a crown, as well as magic that provides special abilities to your low-ranking soldiers. We even have a Talisman, a magical crystal filled with power.<br>
|
||||
We have also purchased certain items directly from the Elves' mystical merchant. How may I serve you?<br><br>
|
||||
<center>
|
||||
<a action="bypass -h Quest CastleCourtMagician clanTeleport">Move through the magic field.</a><br>
|
||||
<a action="bypass -h npc_%objectId%_multisell 90002001">Purchase Elven items.</a><br>
|
||||
<a action="bypass -h npc_%objectId%_multisell 90002002">Purchase Bracelet.</a><br>
|
||||
<a action="bypass -h npc_%objectId%_multisell 90002003">Purchase Shirt.</a><br>
|
||||
<a action="bypass -h npc_%objectId%_exc_multisell 90002004">Trade Shirt for Enchanted Shirt.</a><br>
|
||||
<a action="bypass -h Quest CastleCourtMagician courtmagician-03.html">Obtain Talisman.</a><br>
|
||||
<a action="bypass -h Quest CastleCourtMagician squadSkill">Learn special skills for low-ranked soldiers.</a>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest CastleCourtMagician clanTeleport">Move through the magic field.</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 90002001">Purchase Elven items.</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 90002002">Purchase Bracelet.</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 90002003">Purchase Shirt.</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 90002004">Trade Shirt for Enchanted Shirt.</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest CastleCourtMagician courtmagician-03.html">Obtain Talisman.</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest CastleCourtMagician squadSkill">Learn special skills for low-ranked soldiers.</Button>
|
||||
</center>
|
||||
</body></html>
|
Reference in New Issue
Block a user