thanks
but i try to put this there i got errror at eclipse
if (give_noblesse)
removeBuff(activeChar, activeChar, noblesse);
can you tell me where i need to put it
protected void onExit(L2Character character)
{
character.setInsideZone(ZoneId.NO_SUMMON_FRIEND, false);
character.setInsideZone(ZoneId.MULTI_FUNCTION, false);
if (!store_zone)
{
character.setInsideZone(ZoneId.NO_STORE, false);
}
if (character instanceof L2PcInstance)
{
L2PcInstance activeChar = ((L2PcInstance) character);
activeChar.sendMessage("You left from a MultiFunction zone.");
if (pvp_enabled)
{
activeChar.stopPvPFlag();
}
}
}
@Override
public void onDieInside(final L2Character character)