Divine inspiration and skillstrees.sql

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
babyjason
Posts: 575
Joined: Wed Dec 02, 2009 7:59 pm

Divine inspiration and skillstrees.sql

Post by babyjason »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:freya
L2JDP Revision Number:7666

hello,
i saw that in skills tree is a new colum, learn by fs , and learn by npc.

now, divine inspiration is set to learn by npc = true, and learn by fs = false,

but if i have AUTOLEARN SKILLS, no skills that are table learnbynpc= false are not learned, but i also have DIVINEINSPIRATIOn learn by book in cofig, not autolearn.

so i should change BOTH to false?
also, can BOTH BE set to TRUE? as in so they are autolearned, and also can be learned by book if needed?

ty....
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: Divine inspiration and skillstrees.sql

Post by _DS_ »

If you need to come to npc for learning skill - set learn_by_npc to true. If skill can be learned just by clicking on the book - set learn_by_fs to true. Skills learned by other ways has them both set to false. Setting both to true is dumb.
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
babyjason
Posts: 575
Joined: Wed Dec 02, 2009 7:59 pm

Re: Divine inspiration and skillstrees.sql

Post by babyjason »

_DS_ wrote:If you need to come to npc for learning skill - set learn_by_npc to true. If skill can be learned just by clicking on the book - set learn_by_fs to true. Skills learned by other ways has them both set to false. Setting both to true is dumb.
yes but the problem is all skills set to learn _by_npc are autolearned, INCLUDING divine inspiration.

even if i config of server i put divine inspiration not be learned automatically.
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: Divine inspiration and skillstrees.sql

Post by _DS_ »

You can leave table as is. learn_by_npc only allow skill to be learned from npc.
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
Post Reply