Parsed new style html buttons.
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
<html><body>Arena Manager:<br>
|
||||
Way to go! Hooray! Hooray!!!<br>
|
||||
(Be careful! CP/HP will not get recovered inside the fence.)<br><br>
|
||||
<a action="bypass -h Quest ArenaManager CPrecovery">CP Recovery : 1,000 Adena</a><br>
|
||||
<a action="bypass -h Quest ArenaManager HPrecovery">HP Recovery : 1,000 Adena</a><br><br>
|
||||
<a action="bypass -h Quest ArenaManager Buff">Buff for Battle Ground : 2,000 Adena</a><br><br>
|
||||
<a action="bypass -h npc_%objectId%_DepositP">Private Warehouse: Deposit an item.</a><br>
|
||||
<a action="bypass -h npc_%objectId%_WithdrawP">Private Warehouse: Withdraw an item.</a><br><br>
|
||||
<a action="bypass -h npc_%objectId%_Quest">Quest</a>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest ArenaManager CPrecovery">CP Recovery : 1,000 Adena</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest ArenaManager HPrecovery">HP Recovery : 1,000 Adena</Button><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest ArenaManager Buff">Buff for Battle Ground : 2,000 Adena</Button><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_DepositP">Private Warehouse: Deposit an item.</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_WithdrawP">Private Warehouse: Withdraw an item.</Button><br>
|
||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||
</body></html>
|
@ -1,9 +1,9 @@
|
||||
<html><body>Arena Director:<br>
|
||||
Play the game according to the rules! The loser should be silent! What? Unfair? Then, why don't you hold your tongue and give it another try!<br><br>
|
||||
<a action="bypass -h Quest ArenaManager CPrecovery">CP Recovery : 1,000 Adena</a><br>
|
||||
<a action="bypass -h Quest ArenaManager HPrecovery">HP Recovery : 1,000 Adena</a><br><br>
|
||||
<a action="bypass -h Quest ArenaManager Buff">Buff for Battle Ground : 2,000 Adena</a><br><br>
|
||||
<a action="bypass -h npc_%objectId%_DepositP">Private Warehouse: Deposit an item.</a><br>
|
||||
<a action="bypass -h npc_%objectId%_WithdrawP">Private Warehouse: Withdraw an item.</a><br><br>
|
||||
<a action="bypass -h npc_%objectId%_Quest">Quest</a>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest ArenaManager CPrecovery">CP Recovery : 1,000 Adena</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest ArenaManager HPrecovery">HP Recovery : 1,000 Adena</Button><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest ArenaManager Buff">Buff for Battle Ground : 2,000 Adena</Button><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_DepositP">Private Warehouse: Deposit an item.</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_WithdrawP">Private Warehouse: Withdraw an item.</Button><br>
|
||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||
</body></html>
|
Reference in New Issue
Block a user