Parsed new style html buttons.
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
<html><body>Clan Trader Mulia:<br>
|
||||
I seek the leader of a Clan!<br>
|
||||
That person alone can validate their Clan's reputation and be justly rewarded for doing so...<br>
|
||||
<a action="bypass -h npc_%objectId%_Quest">Quest</a><br>
|
||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||
</body></html>
|
@ -2,8 +2,8 @@
|
||||
There are many ways to increase your clan's reputation, from capturing a castle or fortress in battle, to helping out wandering newbies. Protecting a territory is also laudable, and in that spirit I wish to make you an offer if you can bring me these items:<br><br>
|
||||
<font color = "LEVEL">1 Blood Alliance</font> to prove that you have successfully defended a castle, <font color = "LEVEL">10 Blood Oaths gained by preserving civic order in a territory</font>, and finally <font color = "LEVEL">100 Knight's Epaulettes to prove that you are invincible in battle</font>.<br><br>
|
||||
Bring me these things, and I will personally see to it that your reputation increases.<br><br>
|
||||
<a action="bypass -h Quest ClanTrader exchange-ba">Provide 1 Blood Alliance.</a><br>
|
||||
<a action="bypass -h Quest ClanTrader exchange-bo">Provide 10 Blood Oaths.</a><br>
|
||||
<a action="bypass -h Quest ClanTrader exchange-ke">Provide 100 Knight's Epaulettes.</a><br>
|
||||
<a action="bypass -h Quest ClanTrader 32024.html">Back.</a>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest ClanTrader exchange-ba">Provide 1 Blood Alliance.</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest ClanTrader exchange-bo">Provide 10 Blood Oaths.</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest ClanTrader exchange-ke">Provide 100 Knight's Epaulettes.</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest ClanTrader 32024.html">Back.</Button>
|
||||
</body></html>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<html><body>Clan Trader Mulia:<br>
|
||||
You have not brought a sufficient number of the items I requested to justify an increase in reputation.<br><br>
|
||||
<a action="bypass -h Quest ClanTrader 32024.html">Back.</a><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest ClanTrader 32024.html">Back.</Button>
|
||||
</body></html>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<html><body>Clan Trader Mulia:<br>
|
||||
Your reputation has been increased.<br><br>
|
||||
<a action="bypass -h Quest ClanTrader 32024.html">Back.</a><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest ClanTrader 32024.html">Back.</Button>
|
||||
</body></html>
|
@ -1,4 +1,4 @@
|
||||
<html><body>Clan Trader Mulia:<br>
|
||||
The maximum clan level for raising reputation is 5.<br><br>
|
||||
<a action="bypass -h Quest ClanTrader 32024.html">Back.</a><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest ClanTrader 32024.html">Back.</Button>
|
||||
</body></html>
|
@ -1,8 +1,8 @@
|
||||
<html><body>Clan Trader Mulia:<br>
|
||||
Oh, renowned leader of the clan! What business do you have with me?<br>
|
||||
<a action="bypass -h npc_%objectId%_multisell 1235">Buy a Clan Item.</a><br>
|
||||
<a action="bypass -h npc_%objectId%_multisell 1236">Upgrade a clan item.</a><br>
|
||||
<a action="bypass -h Quest ClanTrader repinfo">Ask about Clan Reputation Points.</a><br>
|
||||
<a action="bypass -h npc_%objectId%_TerritoryStatus">Ask about the local lord and tax rate.</a><br>
|
||||
<a action="bypass -h npc_%objectId%_Quest">Quest.</a><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 1235">Buy a Clan Item.</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 1236">Upgrade a clan item.</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest ClanTrader repinfo">Ask about Clan Reputation Points.</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_TerritoryStatus">Ask about the local lord and tax rate.</Button>
|
||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest.</Button>
|
||||
</body></html>
|
Reference in New Issue
Block a user