Evitar el uso de Mana Potions en zonas pvp

Iniciado por Swarlog, Jun 25, 2025, 09:27 PM

Tema anterior - Siguiente tema

Swarlog


if ((!Config.L2JMOD_ENABLE_MANA_POTIONS_SUPPORT) || playable.isInsideZone(L2Character.ZONE_PVP))
{
playable.sendPacket(SystemMessage.getSystemMessage(SystemMessageId.NOTHING_HAPPENED));
    playable.sendMessage("You can't spam mana in ARENA little pussy!.");
return;
}