Closed EntelligenteEnte closed 5 months ago
This is correct — the "target the unit" and "open the unit menu" options work differently internally than regular bindings. However, you can do this simply by checking the "Target on cast" in the shared options section of the binding action, which will then append the /tar
command to the macro :)
That is not what I want to do, I want to either cast Intercession or Blessing of Freedom on friendly targets depending on if they are alive or not but for hostile targets I only want to target them without casting any spell. The above solution instead targets any target that a spell is cast upon using that binding including the friendly targets of Intercession and Blessing of Freedom which I want to avoid in the first place by using mouseover bindings. It also does not let me target hostile targets as there is no spell to be cast on a hostile target for that binding but even if I added one like Auto Attack just to make the targeting happen via the "Target on cast"-option I would still have the problem that friendlies were targeted through Intercession and Blessing of Freedom. Basically, I would want the result to be functionally equivalent to the macro from above:
/stopspelltarget
/cast [@mouseover,help,dead] Intercession; [@mouseover,help,nodead] Blessing of Freedom
/target [@mouseover, nohelp]
Describe the bug
It is possible to use the same binding for two different spells, e.g. Intercession and Blessing of Freedom by setting one to be used on Friendly and Dead unit frame targets and the other to be used on friendly and alive unit frame targets. However it is not possible to combine "Target the unit" with any spell, it only works when nothing else has the same binding. If you implement the same behaviour as a custom macro it works as intended.
Clicked Version
1.14.8
World of Warcraft Flavor
Dragonflight
Tried with only Clicked enabled
Lua Errors
No response
Reproduction Steps
Import this profile:
The custom macro implementation (bound to G) works as intended but the native implementation (bound to F) only works with Blessing of Freedom and Intercession but not with targeting.
Last Working Version
No response
Screenshots
No response
Debug Output