#showtooltip Rain of Fire/cast [@cursor] Rain of Fire
How do i write this so i don’t have to have the cursor in thevarea…just aquire the target …hit key…and it casts it
#showtooltip Rain of Fire/cast [@cursor] Rain of Fire
How do i write this so i don’t have to have the cursor in thevarea…just aquire the target …hit key…and it casts it
Myself having never made casting Macros. I would think wouldn’t you just replace the @cursor with @target
Nope good idea but didn’t work ty neway
The lines matter.
Each line is a command and will only do one thing per macro, execpt…
First line displays the tool tip.
#showtooltip Rain of Fire
The second line.
/cast [@mouseover] Rain of Fire
" “#showtooltip Rain of Fire/cast [@cursor] Rain of Fire” "
But you want something differnt.
So your macro would be 3 lines.
#showtooltip Rain of Fire
/tar enemy
/cast [target] Rain of Fire
This may or may not work in classic, but should work in retail. Classic you need the rank?
Max rank would default unless specified.
You can cast an aoe at a target?? Hmmmmm interesting. Thought u had to always place it with mouse curser first.
Pretty sure you do have to place it. Don’t think what op is asking for is possible.
#showttooltip rain of fire
/cast [@cursor] rain of fire
Will make it so you wherever your mouse cursor is on screen the spell will cast it there. If you want more interactions with ma ros for players I think the text would be …
#showtooltip rain of fire
/cast [@focustarget,harm,nodead] rain of fire.
Might need some tweaking on the last one I’m not sure if it’s 100%