Vampiric Touch Priest
Vae2009 opened this issue ยท 4 comments
Which version of AdiButtonAuras are you using (enter the exact version number here)?
2.0.17
How did you install the addon (curse client/manually)?
twitch client
If using the curse client, what type of release did you install (alpha/beta/release)?
If you installed manually, where did you download the addon from?
Which type of installation did you choose (nolib/normal)?
If your report is about a missing or wrong spell provide the following information:
- Your class: Priest
- Your spec: Shadow
- Name of the spell (and spell id if known): Vampiric Touch
- Source of the spell (core ability/talent/artifact/pvp): Ability
It works when the spell itself is on the action bar but no longer works anymore when in a macro, though it used to work perfectly. I also have Mind Flay in a separate macro that still works with your addon just fine.
#showtooltip
/cast [stance:1] Vampiric Touch; [nostance] Shadowform
#showtooltip
/stopmacro [channeling]
/cast Mind Flay
These are my macros, Mind Flay works but Vampiric Touch does not.
If you have an error report, copy it below:
Ok, ABA fails to get the proper target for the macro. This was introduced by 97058bc
A workaround for the time being is to change the macro to:
#showtooltip
/cast [@target,stance:1] Vampiric Touch; [nostance] Shadowform
I'll try to fix this but with my current schedule it will take some time. Sorry about that