Jump to content

Question

Posted

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

  • 0
Posted (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 by 1stToDIe
Guest
This topic is now closed to further replies.


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock