Page 1 of 1
help gatekeeper
Posted: Fri Mar 21, 2014 8:17 pm
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 ...
Re: help gatekeeper
Posted: Fri Mar 21, 2014 8:20 pm
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.
Re: help gatekeeper
Posted: Sat Mar 22, 2014 11:16 am
by loss25
ty it works !