1. #1

    Sha of Fear Extra Action button/mouseover macro

    Hi i'm looking for a macro to work into vuhdo to throw the EAB ball to players with just a mouse click.
    At the moment i'm using:

    /click [@mouseover,exists,nodead,help] ExtraActionButton1; ExtraActionButton1
    /target mouseover
    /click ExtraActionButton1
    /targetlasttarget

    The above was working...sometimes, other times it would bug out and be unable to throw it to anyone.

    As we've only just started the fight i've not had alot of time to test around with the macro and/or time to edit it during an attempt. Just want a macro to click on vuhdo to throw the ball.

  2. #2
    Take off the first line, /click doesn't take macro conditionals like that.

    Code:
    /tar mouseover
    /click ExtraActionButton1
    /targetlasttarget
    Should be fine.

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  3. #3
    Will give it a go next raid, thanks alot

  4. #4
    Code:
    /tar mouseover
    /click ExtraActionButton1
    /script SendChatMessage("!!! LIGHT TO YOU !!!", "WHISPER", "Common", UnitName("target"));
    /targetlasttarget
    Sends them a tell as well if you wanted that added.

Posting Permissions

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