Primeval Isle teleporter.

Contributed by manax182.
This commit is contained in:
MobiusDevelopment
2021-05-25 00:46:37 +00:00
parent 38f435afd1
commit cda0484a78
8 changed files with 124 additions and 88 deletions

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<list enabled="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="xsd/TimedHuntingZoneData.xsd">
<zone id="1" name="Primeval Isle">
<enterLocation>9400,-21720,-3634</enterLocation>
<enterLocation>6025,-2274,-2990</enterLocation>
<initialTime>3600</initialTime> <!-- 1 hour -->
<resetDelay>36000</resetDelay> <!-- 10 hours -->
<maxAddedTime>46800</maxAddedTime> <!-- 13 hours -->

View File

@@ -0,0 +1,8 @@
<html><body>Gariachin:<br>
Greetings! I'm Gariachin. My duty is escorting guests of this island.
Ilove the Iland with all my heart and admire its locals. For all Elroki it is a place where our hopes for the future prosper..<br>
Now, go forth, time's ticking away. I'll help you get your directions.<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_teleport OTHER 0">[Lv.65-69] Primeval Plains (North)</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_teleport OTHER 1">[Lv.70-76] Primeval Plains (South)</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_teleport OTHER 2">[Lv.80] Lost Nest (East)</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_teleport OTHER 3">[Lv.80] Lost Nest (West)</Button>

View File

@@ -114,8 +114,7 @@
<height normal="12" />
</collision>
</npc>
<npc id="34106" level="85" type="Npc" name="Gariachin">
<!-- AUTO GENERATED NPC TODO: FIX IT -->
<npc id="34106" level="85" type="Teleporter" name="Gariachin">
<race>ETC</race>
<sex>FEMALE</sex>
<stats str="40" int="21" dex="30" wit="20" con="43" men="10">

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="34106">
<teleport type="OTHER">
<location x="9306" y="-21634" z="-3621" /> <!-- Primeval Plains North -->
<location x="7707" y="-8896" z="-3603" /> <!-- Primeval Plains South -->
<location x="25308" y="-14492" z="-2700" /> <!-- Lost Nest East -->
<location x="131787" y="-10333" z="-3246" /> <!-- Lost Nest West -->
</teleport>
</npc>
</list>