Jump to content

Recommended Posts

Posted

Hello

 

It has been a long time since my last share, so I decided to do something about that. It is not something very important or something difficult, but I guess that a few people have noticed that. Well, it is a bug in the teleport of L2J-Free packs (I don't know about other packs), and it is about the " Interlude areas " (optional folder)

 

Open the html file: "7077-24.htm" And find the following lines:

 

html>

<body>

<center><tr><td><font color="800080">-= Interlude Areas =-</font></tr></td><br>

 <tr><td><font color="FF0066">______________________________</font></tr></td><br><br>

<tr><td><a action="bypass -h npc_%objectId%_goto 50171" msg="811;Lost Nest"><font color="FF0000">Lost Nest</font></a></td></tr>

<tr><td><br></td></tr>

<tr><td><a action="bypass -h npc_%objectId%_goto 50172" msg="811;Primeval Plains"><font color="FF0000">Primeval Plains</font></a></td></tr>

<tr><td><br></td></tr>

<tr><td><a action="bypass -h npc_%objectId%_goto 50173" msg="811;Primeval Isle Wharf"><font color="FF0000">Primeval Isle Wharf</font></a></td></tr>

<tr><td><br></td></tr>

<tr><td><a action="bypass -h npc_%objectId%_goto 50174" msg="811;Research Facility"><font color="FF0000">Research Facility</font></a></td></tr>

<tr><td><br></td></tr>

 

<tr><td><font color="FF0066">______________________________</font></tr></td><br>

<a action="bypass -h npc_%objectId%_Chat 0"><font color="FFF080">Back</font></a>

</body>

</html>

 

 

Change it to this:

 

<html>

<body>

<center><tr><td><font color="800080">-= Interlude Areas =-</font></tr></td><br>

 <tr><td><font color="FF0066">______________________________</font></tr></td><br><br>

<tr><td><a action="bypass -h npc_%objectId%_goto 50171" msg="811;Lost Nest"><font color="FF0000">Lost Nest</font></a></td></tr>

<tr><td><br></td></tr>

<tr><td><a action="bypass -h npc_%objectId%_goto 50172" msg="811;Primeval Plains"><font color="FF0000">Primeval Plains</font></a></td></tr>

<tr><td><br></td></tr>

<tr><td><a action="bypass -h npc_%objectId%_goto 50173" msg="811;Primeval Isle Wharf"><font color="FF0000">Primeval Isle Wharf</font></a></td></tr>

<tr><td><br></td></tr>

<tr><td><a action="bypass -h npc_%objectId%_goto 50174" msg="811;Research Facility"><font color="FF0000">Research Facility</font></a></td></tr>

<tr><td><br></td></tr>

 

<tr><td><font color="FF0066">______________________________</font></tr></td><br>

<a action="bypass -h npc_%objectId%_Chat 0"><font color="FFF080">Back</font></a>

</body>

</html>

 

 

Thanks!

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...