mikemaster Posted April 14, 2015 Posted April 14, 2015 Hello i would like to know if there is code arround here that will enable hero skills in subclasses alsoOr if not a code a way to change that through the server files :)
0 SweeTs Posted April 14, 2015 Posted April 14, 2015 If you would use google.. First result or 2nd if you put "l2j" instead of "mxc".. http://bit.ly/1CGl8Mr
0 Cray-Z Posted April 14, 2015 Posted April 14, 2015 What files are u using ?Check configs in most projects they have it.
0 mikemaster Posted April 14, 2015 Author Posted April 14, 2015 i am using acis and nop it's not included :P
0 1stToDIe Posted April 14, 2015 Posted April 14, 2015 (edited) public void setHero(boolean hero) { - if (hero && (_baseClass == _activeClass)) + if (hero) { for (Skill skill : SkillTreesData.getInstance().getHeroSkillTree().values()) You can find these lines in : L2PcInstance.java Edited April 14, 2015 by 1stToDIe
0 ThelwHelpRePaidia Posted April 14, 2015 Posted April 14, 2015 If you would use google.. First result or 2nd if you put "l2j" instead of "mxc".. http://bit.ly/1CGl8Mr how did you do that? :O
0 'Baggos' Posted April 14, 2015 Posted April 14, 2015 how did you do that? :o http://lmgtfy.com/ Write your shit and click on "google search". After that, just copy the link.. :P
0 ThelwHelpRePaidia Posted April 14, 2015 Posted April 14, 2015 http://lmgtfy.com/ Write your shit and click on "google search". After that, just copy the link.. :P Thanks 'Baggos' im gonna troll some friends
Question
mikemaster
Hello i would like to know if there is code arround here that will enable hero skills in subclasses also
Or if not a code a way to change that through the server files :)
9 answers to this question
Recommended Posts