Divine Toll seems to be broken for holy right now

Is this a bug or working as intended - I will use divine toll on an ally, it won’t heal them or anyone in the party, instead spending all the shocks on enemies. Already posted this in bug report forum just in case. I never used divine toll in SL (was Venthyr) so I have no idea if this is proper or accidental.

This is happening to me as well. Only hits party members if no more enemy targets are available

Same. Divine Toll NOT WORKING with mouseover/focus macros - #2 by Alexjones-cenarion-circle

I submitted like 5 reports in-game a month ago and nothing changed. It’s because it’s screwy with who you have targetted vs what the Divine Toll is hitting. If you have an enemy targetted for example and you use a mouseover to hit an ally, it would go crazy and randomly hit everything instead of prioritizing allies as it should be.

I found a macro that’s supposed to force the spell to cast on yourself if you have an enemy targeted so that it should technically then try to smart heal your group (since it’s targeting yourself, a member of the group), but it’s still prioritizing enemies if present and not even healing self (can easily tell because talented into glimmer and it doesn’t get applied) so yeah it’s bugged and hopefully Blizz fixes it before the raid launches for people that are going to be pushing that.

EDIT: Okay I found this macro in the Hammer of Wrath Discord. It works:

#showtooltip
/cleartarget
/cast [@mouseover, exists] [] Divine Toll
/targetlasttarget

Make sure the binding you use for the macro isn’t the same as you use for any of your clicktocast binds (either through official or something like Clique) or else it won’t work.

2 Likes

Yep, having this issue too, it’s a little annoying… you just can’t have an enemy targeted… but will try out this macro and see what happens.

That macro has been working for me, which is going to be really nice. I’ve been healing through multiple mob pulls and accidental pulls in all M0s (except I haven’t done Offensive yet - doing that later tonight) without people dying with it not working properly, so now I’m only going to be better.

Thank you so much for this!!

Works but you can’t use it offensively on your current target with this macro and it also turns off your auto attack… annoying. I made a new macro. This will cast Divine Toll on your current target (including enemies) if you have no mouseover so you can use it offensively, if you do mouseover a friendly player/raid/party frame it will cast Divine toll on them instead. It also will resume your autoattack.

#showtooltip
/cleartarget
/cast [@mouseover,help,exists] Divine Toll
/targetlasttarget
/startattack
/cast Divine Toll

This has been happening to me today as well. Frustrating

I have had action targeting off, turned it off as soon as I started the xpac, and DT prioritizes enemies even when cast on an ally without the macro.

I’ve used that macro and it seems to work about 80% of the time. I still have situations where when using it that the ability fires and does nothing for any party member.

The only time I’ve noticed that happen with the macro is when I use it and party members seem to be out of range of the shocks, so some of them go to enemies.

EDIT: It’s been a month and this is still broken by default, crazy, you’d think any of the RWF holy paladins would be complaining about it in stream to get Blizzard’s attention. Can’t be a tough fix.

I know this is an old post but I had this problem in Season 4 of Dragonflight. I fixed the issue by using this mouseover macro I wrote, even having action targeting enabled:

showtooltip

/cast [@mouseover,help,exists][@target,help,exists] Divine Toll

/cast [@mouseover,harm,exists][@target,harm,exists] Divine Toll

/cast [@player] Divine Toll