Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
velainur opened this issue Apr 11, 2021 · 2 comments
Open

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

velainur opened this issue Apr 11, 2021 · 2 comments
Labels

Comments

@velainur
Copy link

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

@Xideta
Copy link

Xideta commented Aug 19, 2021

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

@Rainrider Rainrider added bug and removed question labels Sep 13, 2021
@Rainrider
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants