Page 1 of 1

Skillcheck question

Posted: Sat Oct 30, 2010 12:20 pm
by babyjason
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:4413
L2JDP Revision Number:7666

I want to ask about the skill check feature, does it slow down the gameserver or it only checks at gameserver start?
should i allow it only 1 time, and after disable it? i m curious how does it work, seams very usefull but i wouldnt want it to slow down the gamserver. Thank You.

Code: Select all

 Check players for non-allowed skills# Default: FalseSkillCheckEnable = False # If true, remove invalid skills from player and database.# Report only, if false.# Default: FalseSkillCheckRemove = False # Check also GM characters (only if SkillCheckEnable = True)# Default: TrueSkillCheckGM = True

Re: Skillcheck question

Posted: Sat Oct 30, 2010 12:24 pm
by _DS_
It does not slow gameserver and applied on each player login.

Re: Skillcheck question

Posted: Sat Oct 30, 2010 12:41 pm
by babyjason
thank you
and how does he know what skills to allow to what class? where does it check the skills allowed for each class? in skilltress.sql?

Re: Skillcheck question

Posted: Sat Oct 30, 2010 12:50 pm
by _DS_
skilltrees.sql and scripts.

Re: Skillcheck question

Posted: Sat Oct 30, 2010 4:00 pm
by babyjason
wich script? sry for beein annoying, but i added some custom skills in skiltrees.sql and dont want them to be removed from players...

Re: Skillcheck question

Posted: Sat Oct 30, 2010 6:53 pm
by _DS_
Enough to add them to the skilltrees.sql or set excludedFromCheck flag.
Scripts - subclass certification and skill transfer.

Re: Skillcheck question

Posted: Sun Oct 31, 2010 12:36 am
by babyjason
_DS_ wrote:Enough to add them to the skilltrees.sql or set excludedFromCheck flag.
Scripts - subclass certification and skill transfer.
ty v much :)

Re: Skillcheck question

Posted: Mon Nov 01, 2010 8:19 am
by babyjason
for ex i added duel blow in skill trees .sql , but now i get report it s an illegal skill everytime a dagger class logs in.

so how can i solve this ? i checked scripts(subclass/skilltransfer) not there..


maybe

Code: Select all

set excludedFromCheck 
where can i set this? in skilltrees.sql i dont see such column :/

Re: Skillcheck question

Posted: Mon Nov 01, 2010 9:18 am
by SolidSnake
Duel Blow shouldn't exist, so the skillcheck reports it

Re: Skillcheck question

Posted: Mon Nov 01, 2010 1:01 pm
by babyjason
SolidSnake wrote:Duel Blow shouldn't exist, so the skillcheck reports it
so there is no way to exclude it from beeing cheked? or maybe in xml or where pfff must be a way :(

Re: Skillcheck question

Posted: Mon Nov 01, 2010 1:16 pm
by _DS_
Look on the subclass cert skills.

Re: Skillcheck question

Posted: Mon Nov 01, 2010 5:26 pm
by babyjason
ty close topic