Is there any macro/condition to skip cast if target is targeting you?
With new HoR mechanics in regular raids/5m I am using smth like: #showtooltip Spell
/cast Spell
/cast [group]Hand of Reckoning
/startattack
so it doesn’t cast HoR when I am solo in open world, but doing old raids solo like MC/Ony I am wasting too much mana on HoR as it doesn’t work on targets that are targeting me.
As ret with new glyph HoR is part of DPS rotation and included into each ability macro.
Problem starts when you use same macro while solo. HoR then do no dmg and simply waste mana. Having 2 set of macro for raid/party and solo and dragging those around action bars is not the best solution…
#showtooltip
/cast Spell
/startattack
/stopmacro [@party3,noexists]
/cast Hand of Reckoning
This might not compile, but you get the idea, and Elvenbane can refine it the point is to make it not fire if you’re not in a full group, which you won’t be when soloing.
Not sure how it works. Should I put talent name instead of pvptalent?
I am doing BGs in same spec so no specific talents are used. Is it possible to put an item as condition eg pvp trinket?
Replace the stopmacro line from before with that one, as written. If you get “unknown macro option: pvptalent” then classic doesn’t support the condition and there’s no way to tell that you’re in pvp combat.