5 Second Rule for a Melee

Tried all weak auras + FiveSecondRule addon and it seems you need to have mana for the addon to work. I would very much like to tick eat as a warrior aswell, anyone have a sollution for this? Any tick eaters in the chat?

You should be able to go into Load settings on the WA and enable what class you are playing

Yeah, no :stuck_out_tongue: - Im convinced it requires a mana bar

You can not regen health while in combat.
5 sec rule dont take you out of combat, it just reset the manaregen to 100%. Only works with spirit.

A wa doesnt care about your class, it can show up as long as the settings are set correctly in the WA, so if you want it to show you just need to go into the load settings in the WA and edit it to load on your class.

The 5second rule is for mana regen, but the ticks are based off the server ticks and while out of combat you generate health on the same tick as the mana regen.
He simply wants a counter for when he will get the health regen tick. Spirit also increases health regen, and a very common farming strategy for warriors and rogues is to have some spirit gear they equip after combat to get a few ticks of increased health regen before they attack another target.

FiveSecondsRule indeed has

function FiveSecondRule:getPlayerMana()
return UnitPower(“player” , 0); – 0 is mana
end

function FiveSecondRule:getPlayerManaMax()
return UnitPowerMax(“player”, 0) – 0 is mana
end

I guess you need to tinker with these two lines.

But the issue is, for mana, 5 seconds start ticking after a cast. For health, they start ticking when you’re out of combat. So it’ll require more work.

Easier to just get a wa that tracks server ticks than editing that part

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.