Cruma Tower 3rd floor and Giran harbor teleporters.

Contributed by maxstyle.
This commit is contained in:
MobiusDev 2017-08-07 11:59:54 +00:00
parent 4bd34c16b9
commit 706f7fdf62
5 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,3 @@
<html><body>Gatekeeper Angelina:<br>
Hey, you look suspiciously familiar! I am certain that you are a fugitive from justice. The Gate to Space and Time will not be opened to you. We gatekeepers cannot assist in the flight of a fugitive... However, don't forget, this is a harbor. Perhaps you could be a stowaway?
</body></html>

View File

@ -0,0 +1,6 @@
<html><body>Gatekeeper Angelina:<br>
Impressive port, isn't it? This is the gateway to everything that comes and goes in Giran.<br>
So, where do you want to go? Don't tell me you fancy that demon island belonging to Beleth.<br>
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_showTeleports">"I want to teleport."</Button>
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
</body></html>

View File

@ -0,0 +1,4 @@
<html><body>Teleportation Cube:<br>
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_teleport 3 1">Go back to the 2nd floor.</Button>
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_teleport 3 2">Teleport into The Core room.</Button>
</body></html>

View File

@ -27,4 +27,10 @@
<location x="17708" y="108308" z="-9056" /> <!-- 2nd floor -->
</teleport>
</npc>
<npc id="31843"> <!-- Teleportation Cubic -->
<teleport type="OTHER">
<location x="17708" y="108308" z="-9056" /> <!-- 2nd floor -->
<location x="17731" y="119465" z="-9067" /> <!-- The Core room -->
</teleport>
</npc>
</list>

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/teleporterData.xsd">
<npc id="30878"> <!-- Angelina -->
<teleport type="NORMAL">
<!-- feeCount from Interlude, unconfirmed from retail classic -->
<location npcStringId="1010007" x="83475" y="147966" z="-3400" feeCount="5200" /> <!-- The Town of Giran -->
<location npcStringId="1010006" x="15472" y="142880" z="-2688" feeCount="7100" /> <!-- Town of Dion -->
</teleport>
</npc>
</list>