Refactored Seven Sign Quest instance class names.

This commit is contained in:
MobiusDev
2016-10-14 19:00:50 +00:00
parent c19c44449a
commit 0110d34d02
67 changed files with 65 additions and 67 deletions

View File

@@ -3,5 +3,5 @@ You hear what sounds like a human voice emanating from the shining blue sphere.<
"I am the Light of Dawn -- the hidden entrance of the Order of Dawn.<br>
To access my functions, you must confirm your identity.<br>
If you have already received the permission of Order of the Dawn, you will be able to pass through... Do you wish to gain access now?<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest SanctumOftheLordsOfDawn">"I want to move into the light."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest SSQSanctumOftheLordsOfDawn">"I want to move into the light."</Button>
</body></html>

View File

@@ -1,5 +1,5 @@
<html><body>Teleporter Mammon's Promise:<br>
The Promise of Mammon must be kept, even over the vastness of time and space.<br>
If you have permission from the Merchant of Mammon,you can use this device to teleport yourself. Do you wish to do so now?<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest DisciplesNecropolisPast">"Sure."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest SSQDisciplesNecropolisPast">"Sure."</Button>
</body></html>