1. #1
    Pandaren Monk I stand in fire's Avatar
    10+ Year Old Account
    Join Date
    Feb 2010
    Location
    United States of America
    Posts
    1,844

    Raise Ally Macro

    Hi, I looked all over and I can't find raise ally macro that does what I want it to.

    I would like a macro that:

    - casts RA on the closest dead party/raid member.

    - that doesn't require me changing targets

    - (optional) Then announces, "Ceberus casts Raise Ally on <<johndoe>>" in party or raid chat (/yell would work fine to) only after a successful cast.
    I'm just a fan of a brand new wiki: pcgamingwiki.com
    A one stop place to help you get your favorite PCGames not only running on your machine, fix issues you might have, find the latest patches from the developers or fans, and more.
    It's a brand new site, so help out by contributing.

  2. #2
    Fluffy Kitten Zao's Avatar
    15+ Year Old Account
    Join Date
    Aug 2008
    Location
    Switzerland
    Posts
    4,575
    I'm pretty sure the "closest" part does not work. Easiest would be a mouseover-macro, and a sendchatmessage script to whisper your target.

  3. #3
    Dreadlord Zerioc's Avatar
    15+ Year Old Account
    Join Date
    Mar 2009
    Location
    Ontario, Canada
    Posts
    918
    There was a macro that used to select the first dead person in your Party/Raid, but that's the best you're going to get.

    Now if only I could remember what that macro was D:

  4. #4
    High Overlord Heltah's Avatar
    15+ Year Old Account
    Join Date
    Feb 2009
    Location
    Europe
    Posts
    116
    Set your RaidFrames to show you who's in Range and who's not.

    This is what i use:
    #showtooltip Raise Ally
    /cast [@mouseover,exists,help,dead][] Raise Ally
    /script if UnitIsDead("mouseover") then SendChatMessage("You're not allowed to rest. Raise Ally!", "WHISPER", nil, UnitName("mouseover")) end
    Not sure if you need the bold []. Delete them if not working as intended.

    Then simply mouse over the dead person in range in your RaidFrames and push the button. No target switching required.

    Or use this one:
    #showtooltip raise ally
    /stopcasting
    /targetnearestally
    /cast raise ally
    Last edited by Heltah; 2010-06-22 at 10:40 AM. Reason: Option 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
  •