1. #1
    Deleted

    Mouse over macro

    Hey, i'd like to ask for a macro where i can shield some1 with while mousing over, if no target or holding shift, then cast it on myself. I've found this on WoWWiki which is similar but not exactly what i want. I dont want the cast sequence and not those heals


    The following macro cast Renew or heal on a single target, in the following order:

    1.If target is friendly
    2.If the mouse is over a friendly target
    3.If the target is hostile, then on the target's target
    4.If no target, then player

    Code:
    /castsequence [help] [target=mouseover,help,exists] [target=targettarget, help, exists] [target=player] reset=target/5 Renew, Heal

  2. #2
    Scarab Lord
    15+ Year Old Account
    Join Date
    Aug 2008
    Location
    Texas
    Posts
    4,040

    Re: Mouse over macro

    Try this:
    Code:
    /cast [nomod, @target, help, exists] [nomod, @mouseover, help, exists] [mod, @player] [@player] Power Word: Shield
    I'm not sure this will work - I'm not very good at macros myself.

    This is it's priority:
    1) If no modifier key, cast on target
    2) if no modifier key and no target, cast on mouseover
    3) if no modifier held, no mouseover, no target, then cast on player
    4) if any modifier held, cast on player (modifiers meaning Shift, Ctrl, or Alt, all 3 should work)

  3. #3
    Deleted

    Re: Mouse over macro

    I'd like to put a nr 5 i that:

    If no mod key held, if target, but also mouse over, cast on mouse over

    if its possible anyway but thank you got ur reply

  4. #4

    Re: Mouse over macro

    Just change 'mouseover' with 'target' on what he posted, like so:

    Code:
    /cast [nomod, @mouseover, help, exists] [nomod, @target, help, exists][@player] Power Word: Shield
    That third condition wasn't necessary Taryble, the last one alone also covers the possibility that the person is holding a modifier.

    But anyway, that macro won't try to cast on the target's target.

    Code:
    #showtooltip
    /cast [nomod, @mouseover, help, exists][nomod, @target, help, exists][nomod, @targettarget, help, exists][@player]Power Word: Shield
    I didn't test this second macro, but it should do the same as the above except that before casting the shield on yourself it should try to cast on your target's target if it's friendly.

  5. #5
    Scarab Lord
    15+ Year Old Account
    Join Date
    Aug 2008
    Location
    Texas
    Posts
    4,040

    Re: Mouse over macro

    Macros are my one weakness when it comes to the WoW Interface - I don't generally use them myself (except for a "Go Boom!" boost macro on my DPS toons ). Thanks for chiming in, Perera.

Posting Permissions

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