U3Games

Games | Desarrollo & Soporte => L2 | Implementaciones => L2 | Sección de Servidores => Lineage => L2 | Codes => Mensaje iniciado por: Swarlog en Jun 25, 2025, 09:27 PM

Título: Evitar el uso de Mana Potions en zonas pvp
Publicado por: Swarlog en Jun 25, 2025, 09:27 PM
(http://i.imgur.com/gQDe0L7.jpg)

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;
}