12345678910111213141516171819 |
- <html>
- <head>
- <body>
- All is well, my Lord.
- <br>
- What is your command?
- <br>
- <center>
- <a action="bypass -h npc_%objectId%_open_doors 3, 23220001, 23220002">Open the Castle Gates</a>
- <br>
- <a action="bypass -h npc_%objectId%_close_doors 3, 23220001, 23220002">Close the Castle Gates</a>
- <br>
- <a action="bypass -h npc_%objectId%_open_doors 3, 23220001, 23220002, 23220005, 23220006">Open All Castle Gates</a>
- <br>
- <a action="bypass -h npc_%objectId%_close_doors 3, 23220001, 23220002, 23220005, 23220006">Close All Castle Gates</a>
- <br>
- </center>
- </body>
- </html>
|