Jump to content

Recommended Posts

Posted

I can do something like this?

 

if (Config.ALLOW_REGEN_SYSTEM)

{

player.isInsideZone(L2Character.ZONE_PEACE) mpRegenMultiplier *= (Config.REGEN_SYSTEM_MP);

}

 

if (Config.ALLOW_REGEN_SYSTEM)

{

player.isInsideZone(L2Character.ZONE_PEACE) hpRegenMultipliers *= (Config.REGEN_SYSTEM_HP);

}

 

if (Config.ALLOW_REGEN_SYSTEM)

{

player.isInsideZone(L2Character.ZONE_PEACE) cpRegenMultiplier *= (Config.REGEN_SYSTEM_CP);

}

Guest
This topic is now closed to further replies.


×
×
  • Create New...