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

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