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,7 +1,7 @@
<html><body>Wharf Manager Clancy:<br>
Welcome! Are you here to board a ship? Ship traffic has increased a lot now that routes to Elmore are opened again. At first it was just cargo, but now we have enough interest to operate a passenger liner. It's nice to see all the activity again!<br>
Ah, a liner heading to the Town of Rune is about to leave. Would you like to buy a ticket?<br>
<a action="bypass -h npc_%objectId%_Buy 3038700">Buy a ticket.</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>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Buy 3038700">Buy a ticket.</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>