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,6 +1,6 @@
<html><body>Warehouse Keeper:<br>
The Adventure Guild has issued an order requiring us to officially support adventurers who have away from Aden for a long time. These so-called "dormant adventurers," those who have been away for more than 1 year, are now being recruited to return and fight the encroaching darkness.<br>
If you are one of this group, the Guild would like to offer you a sword and special Welcoming Armor!<br>
<a action="bypass -h npc_%objectId%_Link common/welcomeback003.htm">"I have been away for more than 1 year."</a><br>
<a action="bypass -h npc_%objectId%_Link common/welcomeback002.htm">"I do not fall under this category."</a>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Link common/welcomeback003.htm">"I have been away for more than 1 year."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Link common/welcomeback002.htm">"I do not fall under this category."</Button>
</body></html>