Jump to content

xAddytzu

Members
  • Posts

    2,395
  • Credits

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

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