L2JMobius

This file is missing 32181.htm

gamelike85 · 10 · 10108

Offline gamelike85

  • Viscount
  • *****
    • Posts: 378
  • "I fix it for a cookie!"
...\game\data\html\teleporter for npc 32181

1. Create .htm file 32181.htm

2. Insert it code intro file .htm:

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="NORMAL" action="bypass -h npc_%objectId%_Chat 1">Go to the village.</Button>
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest.</Button>
</body>
</html>


Online Mobius

  • Distinguished King
  • *****
    • Posts: 16041
How about adding the teleport buypass as well? :P

Preferably in XML like dist\game\data\teleporters

Actually all teleporters need to be made this way
and drop teleports SQL table.

On Classic we already done this. :)


Offline gamelike85

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

Offline gamelike85

  • Viscount
  • *****
    • Posts: 378
  • "I fix it for a cookie!"
It may be so?


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="NORMAL" action="bypass -h npc_%objectId%_goto 1135" msg="811;Kamael Village">Go to the Kamael Village.</Button>
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest.</Button>
</body>
</html>


Online Mobius

  • Distinguished King
  • *****
    • Posts: 16041

Offline gamelike85

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

Online Mobius

  • Distinguished King
  • *****
    • Posts: 16041
dist/game/data/teleporters/others/Opera.xml
dist/game/data/html/teleporter/32946.htm


Offline gamelike85

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

Offline gamelike85

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