L2JMobius

OK teleport Mellon ready.

gamelike85 · 2 · 5778

Offline gamelike85

  • Viscount
  • *****
    • Posts: 378
  • "I fix it for a cookie!"

...\game\data\html\teleporter

"32181.htm"

insert it intro to file.

Code: [Select]
<html>
<body>Gatekeeper Mellon:<br>
Welcome to the heart of the Kamael homeland.<br>
From here, you may only go directly to Kamael Village if you are an adventurer lower than level 20. What would you like
to do? Will you go back?<br>
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_teleport 3 1">"Let me go back to the village."</Button>
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest.</Button>
</body>
</html>

...\game\data\teleporters\others

"Stronghold-I.xml"

insert it intro to file.

Code: [Select]
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/teleporterData.xsd">
<npc id="32181"> <!-- Mellon -->
<teleport type="OTHER">
<location x="-116977" y="46607" z="368" /> <!-- Kamael Village -->
</teleport>
</npc>
</list>






Online Mobius

  • Distinguished King
  • *****
    • Posts: 16152