Ivory Tower teleporters between floors.
Contributed by Index.
This commit is contained in:
parent
1dc6c9d66d
commit
c25e9d4964
@ -1,5 +1,6 @@
|
||||
<html><body>Gatekeeper Karin:<br>
|
||||
Have you finished your business? Do you still have items to buy or sell? If you are ready, I will open the gates of space and time for you.<br>
|
||||
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_showTeleportList"><font color="LEVEL">"I want to teleport."</font></Button>
|
||||
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_showTeleports">"I want to go to another floor."</Button>
|
||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||
</body></html>
|
@ -1,5 +1,6 @@
|
||||
<html><body>Gatekeeper Cecile:<br>
|
||||
How are your studies going? You must be happy to gain so much knowledge. Would you like to go to another floor?<br>
|
||||
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_showTeleportList"><font color="LEVEL">"I want to teleport."</font></Button>
|
||||
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_showTeleports">"Yes, that sounds good."</Button>
|
||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||
</body></html>
|
@ -2,6 +2,7 @@
|
||||
Hi there.<br>
|
||||
The Dark Elf Guild is located on the 4th floor, the Elves of Light are on the 3rd, and the Human Mystics are downstairs. With a history stained by blood, don't you think it is encouraging to see the different races gathered in a small tower like this?<br>
|
||||
Now, what can I do for you?<br>
|
||||
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_showTeleportList"><font color="LEVEL">"I want to teleport."</font></Button>
|
||||
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_showTeleports">"I want to go to another floor."</Button>
|
||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||
</body></html>
|
@ -1,6 +1,7 @@
|
||||
<html><body>Gatekeeper Merian:<br>
|
||||
This is as far up as you're allowed to go in the Ivory Tower. Heh, it's kind of hard to tell where you are because you've moved through gates... You're currently on the 4th floor; the Dark Elf Guild is located here. The floor above is not open to the general public.<br>
|
||||
Which floor would you like to go down to?<br>
|
||||
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_showTeleportList"><font color="LEVEL">"I want to teleport."</font></Button>
|
||||
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_showTeleports">"I want to go to another floor."</Button>
|
||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||
</body></html>
|
@ -2,7 +2,7 @@
|
||||
Greetings, seeker of knowledge! Welcome to the Ivory Tower, a venerable repository of mystical secrets. I am Verona, Gatekeeper of the Tower.<br>
|
||||
The Ivory Tower consists of several floors, each of which is completely separated from the others. To travel from one floor to another, you must use the services of a gatekeeper like myself.<br>
|
||||
You are currently standing in the first floor lobby. There is a shopping center in the basement, the Human Mystic Guild is on level 2, the Elven Mystic Guild is on level 3, and the Dark Mystic Guild is on level 4. Where do you wish to go?<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_showTeleportList">"I want to teleport."</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_showTeleportList"><font color="LEVEL">"I want to teleport."</font></Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_showTeleports ivory_inside">"I want to go to another floor."</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_teleport ivory_outside 0">"I want to teleport outside the Ivory Tower."</Button>
|
||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||
|
Loading…
Reference in New Issue
Block a user