I've been looking to modify this macro but i'm lacking some knowledge.
Is it possible to modifty this macro so the skill gets cast at a certain point on the screen, and not where your mouse is pointing at?
I'm using dual screen and I want to use this kind of macro for the warlock buff that buffs group for 20% patt on one screen.
I would like to click on the macro (put a /wait 10 or something) then go to my other screen (main account), and the macro should use the skill on the warlock itself or some chosen area.
I hope description of my problem is ok
Here some example of a macro that is almost the same:
/script CastSpellByName("Thunderstorm")
/wait 0.15
/script CastSpellByName("Thunderstorm")
/script SpellTargetUnit()
Wkr,
svh1