Parsed new style html buttons.

This commit is contained in:
mobius
2015-01-03 21:32:03 +00:00
parent 7e473d3efd
commit 15e5e063a7
5370 changed files with 12014 additions and 12014 deletions

View File

@@ -1,9 +1,9 @@
<html><body>Trader Ralford:<br>
You look like you've been doing some traveling, eh! Did you pass by the Elven Village? How are things there? Ah, I miss it so much...<br>
Oh, pardon me for indulging my nostalgia. It is a common failing we Elves have, you know...<br>
<a action="bypass -h npc_%objectId%_Buy 3016500">Buy/Sell/Refund.</a><br>
<a action="bypass -h npc_%objectId%_Buy 3016501">Buy supplies.</a><br>
<a action="bypass -h npc_%objectId%_Buy 3016502">Buy/Sell/Refund Common Items.</a><br>
<a action="bypass -h npc_%objectId%_TerritoryStatus">View information about the local lord and tax rate.</a><br>
<a action="bypass -h npc_%objectId%_Quest">Quest</a>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Buy 3016500">Buy/Sell/Refund.</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Buy 3016501">Buy supplies.</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Buy 3016502">Buy/Sell/Refund Common Items.</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_TerritoryStatus">View information about the local lord and tax rate.</Button>
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
</body></html>