Addition of teleporter Tarr (34161).

Contributed by fruit.
This commit is contained in:
MobiusDevelopment
2021-09-23 11:56:23 +00:00
parent 763609174d
commit c8f0a2d529
6 changed files with 30 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
<html><body>Tarr:<br>
I think you have already guessed that this is an unusual place. I can help you get to some places.<br>
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_teleport OTHER 0">Circle</Button>
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_teleport OTHER 1">Crossroads of the Lair</Button>
</body></html>

View File

@@ -1174,7 +1174,7 @@
<height normal="26" /> <height normal="26" />
</collision> </collision>
</npc> </npc>
<npc id="34161" level="85" type="Npc" name="Tarr" title="Lair Merchant"> <npc id="34161" level="85" type="Teleporter" name="Tarr" title="Teleporter">
<!-- AUTO GENERATED NPC TODO: FIX IT --> <!-- AUTO GENERATED NPC TODO: FIX IT -->
<race>ETC</race> <race>ETC</race>
<sex>FEMALE</sex> <sex>FEMALE</sex>

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/teleporterData.xsd">
<npc id="34161"> <!-- Tarr -->
<teleport type="OTHER">
<location x="146500" y="112200" z="-3650" /> <!-- Circle -->
<location x="152085" y="113980" z="-5520" /> <!-- Crossroads of the Lair -->
</teleport>
</npc>
</list>

View File

@@ -0,0 +1,5 @@
<html><body>Tarr:<br>
I think you have already guessed that this is an unusual place. I can help you get to some places.<br>
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_teleport OTHER 0">Circle</Button>
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_teleport OTHER 1">Crossroads of the Lair</Button>
</body></html>

View File

@@ -1173,7 +1173,7 @@
<height normal="26" /> <height normal="26" />
</collision> </collision>
</npc> </npc>
<npc id="34161" level="85" type="Npc" name="Tarr" title="Lair Merchant"> <npc id="34161" level="85" type="Teleporter" name="Tarr" title="Teleporter">
<!-- AUTO GENERATED NPC TODO: FIX IT --> <!-- AUTO GENERATED NPC TODO: FIX IT -->
<race>ETC</race> <race>ETC</race>
<sex>FEMALE</sex> <sex>FEMALE</sex>

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/teleporterData.xsd">
<npc id="34161"> <!-- Tarr -->
<teleport type="OTHER">
<location x="146500" y="112200" z="-3650" /> <!-- Circle -->
<location x="152085" y="113980" z="-5520" /> <!-- Crossroads of the Lair -->
</teleport>
</npc>
</list>