Jump to content
  • 0

How To Disable Npc Attack


NickCuz

Question

9 answers to this question

Recommended Posts

  • 0

L2NpcInstance.java

 

 

@Override
public boolean isAttackable()
{
    if (isInsideZone(ZoneId.TOWN))
        return false;

    return true;
}
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...