AdiButtonAuras

AdiButtonAuras

404k Downloads

Is there any way to make it works with simple macro?

velainur opened this issue ยท 2 comments

commented

Hi,

I use this macro:

-- Spannish version
#showtooltip
/cast [help] Renovar; [harm] Palabra de las Sombras: dolor
-- English version
#showtooltip
/cast [help] Renew; [harm] Shadow Word: Pain

But, when i use it, and i swap the target, seems the addon gets crazy and no longer show proper cd/debuff.

Regards,

David

commented

I had a similar issue when making an interrupt macro for my druid, and this is the solution I came up with:

#showtooltip [@focus,exists,nodead][]Skull Bash
/use [noform:1/2]!Bear Form
/use [@focus,exists,nodead][]Skull Bash

In principle, the following should work:

#showtooltip [help] Renovar; [harm] Palabra de las Sombras: dolor
/cast [help] Renovar; [harm] Palabra de las Sombras: dolor

(English copy paste)

#showtooltip [help] Renew; [harm] Shadow Word: Pain
/cast [help] Renew; [harm] Shadow Word: Pain
commented

@velainur this is currently broken, ABA does not resolve the macro conditionals properly in this case. @Xideta solution does not work either.