Jump to content

[Share]Big regeneration in peace zones


Recommended Posts

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

}

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...