MP Regen Tick
Posted: Wed Mar 10, 2010 10:51 pm
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision Number:
L2JDP Revision Number:
As I noticed in core Ticks are defined in Formulas
HP_REGENERATE_PERIOD to 1000 it will be added even on olympiad.
How to make it normal at oly?
ยป Find Revision
L2J Revision Number:
L2JDP Revision Number:
As I noticed in core Ticks are defined in Formulas
My goal is to make tick 1 sec and it is only applicable when player is not on the olympiad. But when I changeprivate static final int HP_REGENERATE_PERIOD = 3000; // 3 secs
HP_REGENERATE_PERIOD to 1000 it will be added even on olympiad.
How to make it normal at oly?