Custom gatekeeper not working after update

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
Helix
Posts: 34
Joined: Sun Apr 25, 2010 6:33 pm

Custom gatekeeper not working after update

Post 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
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: Custom gatekeeper not working after update

Post 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.
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
Helix
Posts: 34
Joined: Sun Apr 25, 2010 6:33 pm

Re: Custom gatekeeper not working after update

Post by Helix »

User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: Custom gatekeeper not working after update

Post 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.
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
Helix
Posts: 34
Joined: Sun Apr 25, 2010 6:33 pm

Re: Custom gatekeeper not working after update

Post by Helix »

http://l2-darkshade.de/screen2.jpg

look still dont work

now there nothing happens if i try to teleport my self
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: Custom gatekeeper not working after update

Post by janiii »

no error in console? did you enable custom teleport table in config? did you restart server after those changes?
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
Helix
Posts: 34
Joined: Sun Apr 25, 2010 6:33 pm

Re: Custom gatekeeper not working after update

Post 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 
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: Custom gatekeeper not working after update

Post by janiii »

did you also change the teleport id in the htm?
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
Post Reply