12345678910111213141516171819 |
- <html>
- <head>
- <body>
- All is well, my Lord.
- <br>
- What is your command?
- <br>
- <center>
- <a action="bypass -h npc_%objectId%_open_doors 1, 19210001, 19210002">Open the Castle Gates</a>
- <br>
- <a action="bypass -h npc_%objectId%_close_doors 1, 19210001, 19210002">Close the Castle Gates</a>
- <br>
- <a action="bypass -h npc_%objectId%_open_doors 1, 19210001, 19210002, 19210005, 19210006">Open All Castle Gates</a>
- <br>
- <a action="bypass -h npc_%objectId%_close_doors 1, 19210001, 19210002, 19210005, 19210006">Close All Castle Gates</a>
- <br>
- </center>
- </body>
- </html>
|