Hey there!
I feel I’m fairly confident in the basics of making macros, but now I’ve hit a wall. This will apply to a lot of different spells, but I’ll use Silence as an example.
Basically, I have the following for Silence on a normal target, and Arena 1, 2, 3:
#showtooltip
/cast [nomod] Silence
/cast [mod:shift, @arena1] Silence
/cast [mod:ctrl, @arena2] Silence
/cast [mod:alt, @arena3] Silence
The above macro works fine in both PVE and PVP… ish. In the 2nd line of the macro “/cast [nomod] Silence”, I’d like to have mouseover functionality aswell. So, how I would like the macro to work, so that I can use it for both PVE and PVP;
- If I have a normal target, but at the same time hovering my mouse over another, I’d like Silence to be cast on the mouseovered target.
- If I have a target, but no other enemies on mouseover, cast the Silenc my current target.
- The rest should work fine, I’d only want to use Shift, CTRL and ALT for when I am in arenas.
I’ll need the same functionallity for stuff like Power Word: Shield etc, but I’d assume it’ll work the same way, just swap out harm/help on the mouseover line, and use Party 1 and 2 on the modifier lines.
Any macro Gods in here to help a poor man out?
-Pnats