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><html>Sister of Silence Eris:<br>
Finally we meet, Successors of Fate. In the end, the endless Bridle of Eternity will be back where it belongs.<br>
<a action="bypass -h Quest MonasteryOfSilence1 EXIT">"I'd like to go outside."</a><br>
<a action="bypass -h npc_%objectId%_Quest">Quest</a>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest MonasteryOfSilence1 EXIT">"I'd like to go outside."</Button>
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
</body></html>

View File

@ -1,3 +1,3 @@
<html><body>Teleportation Device: Move to East Watcher's Room.<br><br>
<a action="bypass -h Quest MonasteryOfSilence1 EAST">Move to East Watcher's Room</a>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest MonasteryOfSilence1 EAST">Move to East Watcher's Room</Button>
</body></html>

View File

@ -1,3 +1,3 @@
<html><body>Teleportation Device: Move to West Watcher's Room.<br><br>
<a action="bypass -h Quest MonasteryOfSilence1 WEST">Move to West Watcher's Room</a>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest MonasteryOfSilence1 WEST">Move to West Watcher's Room</Button>
</body></html>

View File

@ -1,3 +1,3 @@
<html><body>Teleportation Device: Move to North Watcher's Room.<br><br>
<a action="bypass -h Quest MonasteryOfSilence1 NORTH">Move to North Watcher's Room</a>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest MonasteryOfSilence1 NORTH">Move to North Watcher's Room</Button>
</body></html>

View File

@ -1,3 +1,3 @@
<html><body>Teleportation Device: Move to South Watcher's Room.<br><br>
<a action="bypass -h Quest MonasteryOfSilence1 SOUTH">Move to South Watcher's Room</a>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest MonasteryOfSilence1 SOUTH">Move to South Watcher's Room</Button>
</body></html>