DennisWG / Roid-Macros

Vanilla macros on steroids!
MIT License
58 stars 16 forks source link

Buff-Macro - Bug or am I missing something? #21

Closed moootv closed 7 years ago

moootv commented 7 years ago

I use the following macro. Generally it works, but sometimes the Foodbuff (Smoked Desert Dumplings) will be used, even if I already have the “Well Fed” Buff.

/use [group:raid nomybuff:Juju_Power] Juju Power /use [group:raid nomybuff:Juju_Might] Juju Might /use [group:raid nomybuff:Elixir_of_the_Mongoose] Elixir of the Mongoose /use [group:raid nomybuff:Well_Fed] Smoked Desert Dumplings

DennisWG commented 7 years ago

I can not reproduce this. I need more information on how this happens before I can try and fix this issue.

moootv commented 7 years ago

I noticed that it only appears to be in raids when already fullbuffed. Might be something have to do with buff limitations/overwriting buffs or not seeing that i already have this buff, when fullbuffed ?

moootv commented 7 years ago

Anyone got an idea?

moootv commented 7 years ago

Fixed the issue. Your addon is watching at 16 buffs, But the Buff limit is 32.

DennisWG commented 7 years ago

Thank you very much for figuring this out! A fix has been applied.