hell with a i destinetion teleport

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
necrolite
Posts: 11
Joined: Tue Jul 06, 2010 1:08 am

hell with a i destinetion teleport

Post by necrolite »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:
L2JDP Revision Number:
when i try to teleport insie mithril mines the server says to me No teleport destination with id 200925
Help pls
dinor
Posts: 141
Joined: Tue Aug 26, 2008 10:07 am

Re: hell with a i destinetion teleport

Post by dinor »

Check the NPC id
go to \L2jServer\gameserver\data\html\teleporter
find the (NpcId).htm and edit

It should look like this:

Code: Select all

<html><body>Gatekeeper Trisha:<br>It might be a better idea to walk slowly, taking your time in visiting the other villages. But if you don't have time, we Gatekeepers can open the door of time and space for you. Where do you wish to go?<br><a action="bypass -h npc_%objectId%_Chat 1">Teleport</a><br><a action="bypass -h npc_%objectId%_multisell 002">Exchange Dimension Diamonds.</a><br><a action="bypass -h npc_%objectId%_Quest 2000_NoblesseTeleport">Noblesse Exclusive Teleport</a><br><a action="bypass -h npc_%objectId%_Quest 1101_teleport_to_race_track" msg="811;Monster Racetrack">Teleport to Monster Racetrack (free).</a><br><a action="bypass -h npc_%objectId%_Quest 1106_teleport_to_fantasy_isle" msg="811;Fantasy Isle">Teleport to Fantasy Isle (free).</a><br><a action="bypass -h npc_%objectId%_Quest CharacterBirthday">Receive your Birthday Gift!</a><br><a action="bypass -h npc_%objectId%_Quest">Quest</a></body></html>
the line <a action="bypass -h npc_%objectId%_Chat 1">Teleport</a><br> is actually a link to read the (NpcId)-1.htm file

Right click to edit the file with notepad and you will see something like this:

Code: Select all

<html><body>&$556;<br><br><a action="bypass -h npc_%objectId%_goto 19" msg="811;The Town of Giran">The Town of Giran - 6800 Adena</a><br1><a action="bypass -h npc_%objectId%_goto 85" msg="811;Heine">Heine - 12000 Adena</a><br1><a action="bypass -h npc_%objectId%_goto 18" msg="811;The Town of Gludio">The Town of Gludio - 3400 Adena</a><br1><a action="bypass -h npc_%objectId%_goto 1046" msg="811;The Town of Goddard">The Town of Goddard - 71000 Adena</a><br1><a action="bypass -h npc_%objectId%_goto 1047" msg="811;Rune Township">Rune Township - 57000 Adena</a><br1><a action="bypass -h npc_%objectId%_goto 1048" msg="811;Town of Schuttgart">Town of Schuttgart - 88000 Adena</a><br1><a action="bypass -h npc_%objectId%_goto 1049" msg="811;Town of Aden">Town of Aden - 52000 Adena</a><br1><a action="bypass -h npc_%objectId%_goto 1050" msg="811;Town of Oren">Town of Oren - 33000 Adena</a><br1><a action="bypass -h npc_%objectId%_goto 1051" msg="811;Cruma Marshlands">Cruma Marshlands - 760 Adena</a><br1><a action="bypass -h npc_%objectId%_goto 1052" msg="811;Cruma Tower">Cruma Tower - 2300 Adena</a><br1><a action="bypass -h npc_%objectId%_goto 86" msg="811;Fortress of Resistance">Fortress of Resistance - 1700 Adena</a><br1><a action="bypass -h npc_%objectId%_goto 1053" msg="811;Plains of Dion">Plains of Dion - 1500 Adena</a><br1><a action="bypass -h npc_%objectId%_goto 87" msg="811;Bee Hive">Bee Hive - 2900 Adena</a><br1><a action="bypass -h npc_%objectId%_goto 1054" msg="811;Tanor Canyon">Tanor Canyon - 3800 Adena</a></body></html>
what you need is the goto 19 number.

keep the number in mind.
Now go to your database
find the table "teleport"
and where id is the teleport location (goto 19)
if not exist, make one. that all :)


EDIT:-------------------------------
Actually just copy this line to you teleport table in mysql

Code: Select all

Tarum -> Enter Mines 	200925	179299	-182831	-224	0	0	57 
necrolite
Posts: 11
Joined: Tue Jul 06, 2010 1:08 am

Re: hell with a i destinetion teleport

Post by necrolite »

ok i found it but in epilogue you have to go inside the mithril mines talking to an npc which doesnt have the coordenates to teleport you insie so i only need the coordinates to change it could somebody pls help me out with that.
THX didnt read the last one.
XD
dinor
Posts: 141
Joined: Tue Aug 26, 2008 10:07 am

Re: hell with a i destinetion teleport

Post by dinor »

go there and use the command /loc
the format of the coordinations is x, y, z
the insert accordingly to your database
Post Reply