Healer Binding not working for DoTs
AdrianDutu opened this issue · 4 comments
Describe the bug
I want to set up a Healing Binding for the Shadow Priest's DoTs. Basically put it on mouseover, then target.
How I set it up:
- Action panel: Cast a spell, select the spell from spellbook and bind it
- Targets panel:
- Unit frame target: Hostile, Alive
- Binding Targets: Target, Hostile, Alive OR No One
- Conditions panel: Class Priest
- Status: Nothing modified there
This does not apply the DoTs on mouseover It does however put it on target. I tried all the DoTs: Vampiric Touch, Shadow Word: Pain or Devouring Plague.
General information
- Clicked Version: 0.11.2
- WoW Version: Retail
- Did it work before? I didn't tried it before.
- Does it occur with all other addons disabled? Yes
Expected behavior
Put dots on mouseover target, then targeted target.
Reproduction
- Setup the binding as described above.
- Try it with mouseover
Screenshots
Do you want to apply it by mouseover on 3D units in the world, or just by hovering over their unit frame? The setup you've posted works fine for me: I can apply VT by hovering over a target/boss/focus frame or by just targeting someone.
If you want to be able to also select targets by hovering over them in the world try adding the Mouseover target before Target:
Let me know if that helps
@Snakybo I'll ask here since it's not really an issue, but how exactly do custom macros work?
For example I want to set up something like always cast Power Infusion before Void Eruption if Power Infusion is not on CD.
Can I do that with the custom macros?
Do I need to put a blizz like macro in the macro text (like /cast Power Infusion) and then select Run Last? But where do I specify what to run after?
Custom macros basically allow you to just that, they're indeed just regular Blizz macros so /cast Power Infusion
will do the trick. The run first/run last options are in reference to the auto-generated binding macros. So if you have a binding for Void Eruption/Void Bolt and then create another binding on the same key that is a custom macro you can make that run before or after the Void Eruption cast.
For what you're describing you probably want to use run fist, you can also see what it generates on the "Status" page of the binding when it's loaded.
I am looking to add some more customization with combining multiple casts on the same key so you should be able to achieve this without creating a custom macro sometime soon™.