Page 1 of 1
Custom gatekeeper not working after update
Posted: Sun May 30, 2010 8:14 am
by Helix
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision
Number:4231
L2JDP Revision
Number:7444
Hello
with does this not work?
Code: Select all
<a action="bypass -h npc_%objectId%_goto 10002" msg="811;Custom Area">Ich muss in den 13. Stock des Tower of Insolence.</font></a>
it says ingame:
My Text is missing: data/htm/teleporter/nobleteleporter-no.htm
nobleteleport is set to "0"
teleport loc is set in db table "custom_teleport" with id 10002
Re: Custom gatekeeper not working after update
Posted: Sun May 30, 2010 8:39 am
by janiii
check again that the teleport id has fornoble set to 0. there is no way it shows that error with 0, can only happen with fornoble 1.
also check that you dont have duplicate ids - 10002 is already a teleport id in teleport table. so probably it is used instead the custom one. check that in config you have custom teleport enabled - but again, be aware of duplicate ids!
@dp-dev: nobleteleporter-no.htm is missing in htm/teleporter/ but it is in 2000_NoblesseTeleport or check L2TeleportInstance that it uses the right path.
Re: Custom gatekeeper not working after update
Posted: Sun May 30, 2010 8:57 am
by Helix
Re: Custom gatekeeper not working after update
Posted: Sun May 30, 2010 9:04 am
by janiii
your revisions are wrong or you did not update properly.. the teleport table has now a new column itemId . check your console/logs for errors if the teleport table was properly loaded.
Re: Custom gatekeeper not working after update
Posted: Sun May 30, 2010 9:18 am
by Helix
http://l2-darkshade.de/screen2.jpg
look still dont work
now there nothing happens if i try to teleport my self
Re: Custom gatekeeper not working after update
Posted: Sun May 30, 2010 9:22 am
by janiii
no error in console? did you enable custom teleport table in config? did you restart server after those changes?
Re: Custom gatekeeper not working after update
Posted: Sun May 30, 2010 7:37 pm
by Helix
there is nothing in the error.log
generals.prop....
Code: Select all
# ---------------------------------------------------------------------------# Database Custom Tables# ---------------------------------------------------------------------------# Default: FalseCustomSpawnlistTable = False # Option to save GM spawn only in the custom table.# Default: FalseSaveGmSpawnOnCustom = True # Option to delete spawn in alternate table.# Default: FalseDeleteGmSpawnOnCustom = True # Default: FalseCustomNpcTable = True # Default: FalseCustomNpcSkillsTable = True # Default: FalseCustomItemTables = True # Default: FalseCustomArmorSetsTable = True # Default: FalseCustomTeleportTable = True # Default: FalseCustomDroplistTable = True # Default: FalseCustomMerchantTables = True # Default: FalseCustomNpcBufferTables = True
Re: Custom gatekeeper not working after update
Posted: Mon May 31, 2010 4:53 am
by janiii
did you also change the teleport id in the htm?