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,12 +1,12 @@
<html><body>Test Server Helper:<br>
How may I assist you?<br>
<a action="bypass -h npc_%objectId%_1stClass">Complete the first class transfer.</a><br>
<a action="bypass -h npc_%objectId%_2ndClass">Complete the second class transfer.</a><br>
<a action="bypass -h npc_%objectId%_3rdClass">Transfer from the second class to the third class.</a><br>
<a action="bypass -h npc_%objectId%_become_noble">Become Noblesse</a><br>
<a action="bypass -h npc_%objectId%_multisell 201">Purchase wearable items</a><br>
<a action="bypass -h npc_%objectId%_increase_clan_level">Raise the clan's level</a><br>
<a action="bypass -h npc_%objectId%_learn_skills">Learn all skills</a><br>
<a action="bypass -h npc_%objectId%_Chat 1">Purchase items</a><br>
<a action="bypass -h npc_%objectId%_multisell 202">Purchase quest items and rare spellbooks</a>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_1stClass">Complete the first class transfer.</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_2ndClass">Complete the second class transfer.</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_3rdClass">Transfer from the second class to the third class.</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_become_noble">Become Noblesse</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 201">Purchase wearable items</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_increase_clan_level">Raise the clan's level</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_learn_skills">Learn all skills</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 1">Purchase items</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 202">Purchase quest items and rare spellbooks</Button>
</body></html>