Addition of teleporter Tarr (34161).
Contributed by fruit.
This commit is contained in:
5
L2J_Mobius_Essence_4.2_DwellingOfSpirits/dist/game/data/html/teleporter/34161.htm
vendored
Normal file
5
L2J_Mobius_Essence_4.2_DwellingOfSpirits/dist/game/data/html/teleporter/34161.htm
vendored
Normal 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>
|
@@ -1174,7 +1174,7 @@
|
||||
<height normal="26" />
|
||||
</collision>
|
||||
</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 -->
|
||||
<race>ETC</race>
|
||||
<sex>FEMALE</sex>
|
||||
|
9
L2J_Mobius_Essence_4.2_DwellingOfSpirits/dist/game/data/teleporters/others/AntharasLair.xml
vendored
Normal file
9
L2J_Mobius_Essence_4.2_DwellingOfSpirits/dist/game/data/teleporters/others/AntharasLair.xml
vendored
Normal 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>
|
5
L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/html/teleporter/34161.htm
vendored
Normal file
5
L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/html/teleporter/34161.htm
vendored
Normal 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>
|
@@ -1173,7 +1173,7 @@
|
||||
<height normal="26" />
|
||||
</collision>
|
||||
</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 -->
|
||||
<race>ETC</race>
|
||||
<sex>FEMALE</sex>
|
||||
|
9
L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/teleporters/others/AntharasLair.xml
vendored
Normal file
9
L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/teleporters/others/AntharasLair.xml
vendored
Normal 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>
|
Reference in New Issue
Block a user