1. #1

    Holy Shock macro help

    Tried searching but didnt find anything usefull.

    So here goes, im trying to make my Holy Shock work in a matter of different ways, but so far its not as good as i want it. I would like it to both work as @mouseover and @target, but with some kind of overruling as to heal before damage. In a perfect setup it would heal whatever i mouseover if friendly and do damage if enemy. When moving around i like to target a specific friend (tank) so i can move a still pump a shock on him. Problem comes when im getting hit by anything and i autotarget the mob/boss, then a lot of my Holy Shock end up as damage instead of heals. So question is can i make my Holy Shock macro work so it prefers a @mouseover before a @target ?

    Current macro:
    #showtooltip
    /cast [target=target,exists] [@mouseover, help] [@mouseover, harm] [ ] Holy Shock

  2. #2
    The Lightbringer Fhi's Avatar
    10+ Year Old Account
    Join Date
    Oct 2010
    Location
    Carnished Toast
    Posts
    3,222
    Try this:

    /cast [target=mouseover,help] Holy Shock; [help] Holy Shock; Holy Shock

  3. #3
    Thats not bad, i can work with this. Thanks.

  4. #4
    Conditionals apply left to right. The first conditional that works is the one used. I think your needs can be simplified down to:

    /cast [@mouseover][] Holy Shock

    i.e. First target your mouseover, otherwise cast it normally (which means cast on current target).

  5. #5
    /cast [@mouseover,exists,nodead,help] [] Holy Shock is what I have been using since Burning Crusade, should work for your purposes as well.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •