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

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..