Jump to content
  • 0

How To Disable Npc Attack


Question

9 answers to this question

Recommended Posts

  • 0
Posted

L2NpcInstance.java

 

 

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

    return true;
}
  • 0
Posted

 

L2NpcInstance.java

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

    return true;
}

return false and true? 

Guest
This topic is now closed to further replies.


×
×
  • Create New...