help gatekeeper

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
loss25
Posts: 32
Joined: Mon Feb 10, 2014 3:49 pm

help gatekeeper

Post by loss25 »

hi, i maked my own gatekeeper, with Main town giran, level up zone (dragon waley), Monastery of silence, Primeval Isle Wharf, Coliseum, and know i don`t know hot make to teleport in these locasion...who can give exshample how to make teleports to these locasions?? ty ...
GentleJesus
Posts: 62
Joined: Thu Feb 27, 2014 1:04 am

Re: help gatekeeper

Post by GentleJesus »

search the teleport table in your database for the id of the location you want to teleport to then add buttons to the html of your npc like this one

<button value="Monastery Of Silence" action="bypass -h npc_%objectId%_goto 50151" width=170 height=21 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df">

The bit in red is the teleport id.

you could use the custom_teleport table if you want specific locations but most general area teleport locations already exist in the teleport table.
loss25
Posts: 32
Joined: Mon Feb 10, 2014 3:49 pm

Re: help gatekeeper

Post by loss25 »

ty it works !
Post Reply