Only enemy player Mousover Macro

Hey guys im working on my Macros again but couldnt get to Work a Mouseover Macro which casts only on Enemy Players. I want to use it in Arena for Storm Bolt as an example but doesnt want any NPCs like Pets or anything to get the Stormbolt when they are in the Way or anything like that. Someone who can help me out there ?

1 Like

Hi,

I do not think that this is possible. The only thing you can specify is that it should not be cast on friendly units but you will be unable to differentiate between enemy pet and enemy player.
If you want to make sure you are hitting the right player you could use arena1,arena2,arena3 conditions instead of mouseover. However, this requires that you know which player is which and you might need some training to do so.

So either you play with

  • /cast [@mouseover, harm, nodead] Stormbolt and try to just not target any pets
    or you use
  • /cast [@arena1] Stormbolt, /cast [@arena2] Stormbolt, /cast [@arena3] Stormbolt
    or you simply create a macro with combinations to hit your current target or your focus target (with modifier)

I cannot think of other options right now.

This would be the only way, exluding valid targets by type is not possible.

Hmm alright thanks for your Time. Ill guess i just go with a normal mouseover or Focus Macros depending on the ability.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.