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,5 +1,5 @@
<html><body>Kratei's Cube Entrance Manager:<br>
Kratei's Cube allows <font color="LEVEL">25 warriors who are level 70 and above to compete for 20 minutes</font> to see who is the strongest. Warriors advance through the rooms of the Cube, encountering hordes of monsters as they go. Defeat as many monsters and other warriors as possible within the time limit; whoever defeats the most wins.<br>
If you are killed, you will be teleported back to the Match Manager after 10 seconds. If the match hasn't ended, you may re-enter. <font color="LEVEL">Doing so will not decrease your experience score.</font><br>The 20-minute competitions start exactly on each hour and half-hour, and you can normally register up until 3 minutes before they begin. (If there was no competition in the previous time slot, you can only register between 20-27 minutes after the hour or 50-57 minutes after the hour.) Registration and admission are impossible in the 3 minutes immediately before a competition begins.<br>
<a action="bypass -h npc_%objectId%_Chat 0">Back</a>
<Button ALIGN=LEFT ICON="RETURN" action="bypass -h npc_%objectId%_Chat 0">Back</Button>
</body></html>

View File

@@ -1,4 +1,4 @@
<html><body>Kratei's Cube Entrance Manager:<br>
A match is already in progress. Would you like to register for the next match?<br>
<a action="bypass -h npc_%objectId%_TryRegister">Register.</a>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_TryRegister">Register.</Button>
</body></html>

View File

@@ -1,6 +1,6 @@
<html><body>Kratei's Cube Entrance Manager:<br>
What level are you?<br>
<a action="bypass -h npc_%objectId%_Register 1">Level 70-75.</a><br>
<a action="bypass -h npc_%objectId%_Register 2">Level 76-79.<br>
<a action="bypass -h npc_%objectId%_Register 3">Level 80.</a>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Register 1">Level 70-75.</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Register 2">Level 76-79.<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Register 3">Level 80.</Button>
</body></html>

View File

@@ -1,8 +1,8 @@
<html><body>Kratei's Cube Entrance Manager:<br>
Welcome to Kratei's Cube! Only the strongest win here.<br>
Do you feel lucky?<br>
<a action="bypass -h npc_%objectId%_Chat 1">Learn more about Kratei's Cube.</a><br>
<a action="bypass -h npc_%objectId%_TryEnter">Enter Kratei's Cube.</a><br>
<a action="bypass -h npc_%objectId%_Cancel">Cancel registration for Kratei's Cube competition.<br>
<a action="bypass -h npc_%objectId%_goto 12109">Teleport to Fantasy Isle.</a>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 1">Learn more about Kratei's Cube.</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_TryEnter">Enter Kratei's Cube.</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Cancel">Cancel registration for Kratei's Cube competition.<br>
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_goto 12109">Teleport to Fantasy Isle.</Button>
</body></html>