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...