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,11 +1,11 @@
<html><body>Addition of a sub-class:<br>
Which of the following sub classes would you like to change?<br>
Sub-class 1<br>
<a action="bypass -h npc_%objectId%_Subclass 6 1">%sub1%</a><br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Subclass 6 1">%sub1%</Button>
Sub-class 2<br>
<a action="bypass -h npc_%objectId%_Subclass 6 2">%sub2%</a><br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Subclass 6 2">%sub2%</Button>
Sub-class 3<br>
<a action="bypass -h npc_%objectId%_Subclass 6 3">%sub3%</a><br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Subclass 6 3">%sub3%</Button>
<br><br>
If you change a sub-class, you'll start at level 40 after the 2nd class transfer.
</body></html>