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,4 +1,4 @@
<html><body>Treasure seeker Sumiel:<br>
Is it hard? Yeah, true. Looking at the torch, we can do it about two more times. You using the lighting skill on the lighted torch?<br>
<a action="bypass -h Quest Minigame restart">Restart Mini Game</a>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Minigame restart">Restart Mini Game</Button>
</body></html>

View File

@@ -1,4 +1,4 @@
<html><body>Treasure seeker Sumiel:<br>
Last time. Concentrate on the treasure to appear. We can't try if the torch is all burnt.<br>
<a action="bypass -h Quest Minigame restart">Restart Mini Game</a>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Minigame restart">Restart Mini Game</Button>
</body></html>

View File

@@ -1,5 +1,5 @@
<html><body>Treasure seeker Sumiel:<br>
Is that so? If you say so... so what else can I do for you?<br>
<a action="bypass -h Quest Minigame teleport1">Teleport outside the door.</a><br>
<a action="bypass -h Quest Minigame teleport2">Teleport to Greymore</a>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Minigame teleport1">Teleport outside the door.</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Minigame teleport2">Teleport to Greymore</Button>
</body></html>

View File

@@ -1,6 +1,6 @@
<html><body>Treasure seeker Sumiel:<br>
Success! You've found this room, wandered around this Monastery of Silence for a long time, got lost, got hungry, found your way here now, haven't you? Trust me when I say I don't know where the treasure is. I'd be long gone if I did. But I've had time to look, and I think there is a connection in the turning order of this furnace... I think we can solve the puzzle if we have an item to light. Do you want to give it a try? Tricky part is this, we have to light it within a certain time...<br>
<a action="bypass -h Quest Minigame restart">Say you will try.</a><br>
<a action="bypass -h Quest Minigame 32758-06.html">Say you don't have time for this jibber jabber, so you want to get out.</a><br>
<a action="bypass -h npc_%objectId%_Quest">Quest</a>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Minigame restart">Say you will try.</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Minigame 32758-06.html">Say you don't have time for this jibber jabber, so you want to get out.</Button>
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
</body></html>