Jump to content

xAddytzu

Members
  • Posts

    2,395
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Community Answers

  1. xAddytzu's post in Subclass was marked as the answer   
    l2pcintance
    public boolean addSubClass(int classId, int classIndex) { if (!_subclassLock.tryLock()) return false; if (EventManager.getInstance().players.contains(this)) return false; try { if (getTotalSubClasses() == 3 || classIndex == 0) return false; L2VillageMasterInstance
    // Avoid giving player an option to add a new sub class, if they have three already. if (player.getTotalSubClasses() >= 3)
×
×
  • 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..