I’m trying to get a macro I found on Method’s priest guide. It seems to work if I reverse the @player and @cursor options, but the way it is currently written it will only cast at the player.
#showtooltip Angelic Feather
/cast [@player, nomod] Angelic Feather; [@cursor, mod:alt] Angelic Feather
Any ideas what could be causing the issue?
you have had a misunderstanding of what the macro does. its working perfectly but its a alt modifier macro so, say your feather button is 5 it’ll be at player, you press alt 5 then its at cursor
I’m not misunderstanding it, it is not working correctly for some reason.
Currently if I press the hotkey it will cast on me, and if I press alt and press the hotkey it is still targeting at me and not the cursor.
However if I switch the @player and @cursor options around it does work correctly. Pressing the hotkey it will cast at the cursor and pressing alt and the hotkey it will cast on myself.
check your self cast key option in keybind settings
3 Likes
It’s either this ^ or you have set an alt keybind for that same ability.
Thank you, I didn’t realize this was an option. Alt was bound as the self cast key.