Addition of new time limited zone teleporters.

This commit is contained in:
MobiusDevelopment 2020-11-08 09:03:30 +00:00
parent 946546c791
commit b83428d51a
4 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,8 @@
<html><body>Teleporter Scout:<br>
Our troop couldn't go further than 3rd Floor of the tower because of the mysterious magic.<br>
The higher the floor. the stronger the monsters, so be very carefull. I would advise you to ask some of your friends to help you.<br>
Which floor would you like to go?<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_teleport OTHER 0">Tower of Insolence (1st Floor) </Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_teleport OTHER 1">Tower of Insolence (2nd Floor)</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_teleport OTHER 2">Tower of Insolence (3rd Floor)</Button>
</body></html>

View File

@ -0,0 +1,8 @@
<html><body>Search Team's Teleporter:<br>
Our team keeps an eye on the Imperial Tomb exploring it very carefully.<br>
Where would you like to teleport?<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_teleport OTHER 0">Central Square</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_teleport OTHER 1">Southern Corridor</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_teleport OTHER 2">Northern Corridor</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_teleport OTHER 3">Eastern Corridor</Button>
</body></html>

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/teleporterData.xsd">
<npc id="34552"> <!-- Search Team's Teleporter -->
<teleport type="OTHER">
<location x="181384" y="-78674 " z="-2728" /> <!-- Central Square -->
<location x="176502" y="-75456 " z="-2728" /> <!-- Southern Corridor -->
<location x="182277" y="-83875" z="-6272" /> <!-- Northern Corridor -->
<location x="187952" y="-80972" z="-6264" /> <!-- Eastern Corridor -->
</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="34549"> <!-- Teleporter Scout -->
<teleport type="OTHER">
<location x="-82014" y="16247 " z="-15411" /> <!-- Tower of Insolence (1st Floor) -->
<location x="-82018" y="16241 " z="-12920" /> <!-- Tower of Insolence (2st Floor) -->
<location x="-82018" y="16241" z="-10296" /> <!-- Tower of Insolence (3st Floor) -->
</teleport>
</npc>
</list>