HeroRotation

HeroRotation

5M Downloads

Problem with Monk Windwalker

Mikhael85 opened this issue ยท 3 comments

commented

With new version of addon, i have some problem with monk dps,...only tiger palm is in rotarion.

commented

I sometimes get this:

Message: ..\AddOns\HeroRotation_Monk\Windwalker.lua line 520: attempt to call method 'CooldownRemainsP' (a nil value) Debug: [C]: CooldownRemainsP() HeroRotation_Monk\Windwalker.lua:520: HeroRotation_Monk\Windwalker.lua:518 HeroRotation_Monk\Windwalker.lua:339: Cooldowns() HeroRotation_Monk\Windwalker.lua:570: ?() HeroRotation\Main.lua:439: HeroRotation\Main.lua:417

commented

That error should be fixed in commit 61a21df

I accidentally used CooldownRemainsP, which isn't available for items. It's now changed to CooldownRemains.

commented

I've been meaning to update the monk module since the revamp to the SimC APL. I'll take a look over the next few days.