help gatekeeper
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 32
- Joined: Mon Feb 10, 2014 3:49 pm
help gatekeeper
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 ...
-
- Posts: 62
- Joined: Thu Feb 27, 2014 1:04 am
Re: help gatekeeper
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.
<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.