moguay
Member
- Joined
- Jan 17, 2011
- RedCents
- 1,190¢
He, you know certainly outer, global timer. And now the perma timer.
For my own use, i have needed to maintient timer (long timer)
this after a full/clean macro restart, Eq restart and also computer reboot.
You do it without knowing it permanently about constants in the ini. even if most of the time I deplore it for certain reasons.
Below an sample of some maintient timer memorized
The first arg is the timer name
Second the day when you start the timer
Third the time when you start the timer
Fourth the timer delay
So if you do management function its easy to set/restore/clear timer for each toons
on THF private server, is the best way to manage your burn dps.
For my own use, i have needed to maintient timer (long timer)
this after a full/clean macro restart, Eq restart and also computer reboot.
You do it without knowing it permanently about constants in the ini. even if most of the time I deplore it for certain reasons.
Below an sample of some maintient timer memorized
Rich (BB code):
TIMER_Charmant=TotemofPureEnergyTimer;2068;73474;3000|Type25Timer;2068;73485;6000|Type7Timer;2068;73493;3000|FragmentofFireTimer;2068;73497;6000|LucidShieldofEnergyTimer;2068;73512;6000|EarringofTallonTimer;2068;73531;3000|BandofEternalChaosTimer;2068;73586;6000
The first arg is the timer name
Second the day when you start the timer
Third the time when you start the timer
Fourth the timer delay
So if you do management function its easy to set/restore/clear timer for each toons
on THF private server, is the best way to manage your burn dps.


