1. I want a Raise Ally macro

    I wonder if it's possible to make a macro that will target nearest dead ally player and revive them while using only one button?

    I mean target friendly player only if they ar dead?

  2. I can do you one better... Since quite a few people die and you dont want to res the wrong person, lets do you a mouseover macro.

    /cast [target=mouseover,dead] Raise Ally; Raise Ally

  3. Hmm, actually Idon't mind raising the "wrong" person, as people ress really fast in bgs.
    but that macro look nice too, thanks!

  4. You maybe would like this one too.

    #showtooltip Raise Ally
    /use [@mouseover,help] Raise Ally; Raise Ally
    /emote It is not yet your time, champion. Raise! %t Raise and fight once more!
    /script PlaySoundFile("Sound\\Creature\\LichKing\\IC_Lich King_CallValkyr01.wav")

    When it comes to macros you can also make a macro that will target 1-5party 1-40raid and use Raise Ally if you are in range.
    Here are the commands: [@party1]; [@raid1] (for party would be much usefull).
    For example:(atm idk what was the command line, to make function command so that it goes trough all 5 instead using this one)

    #Showtooltip Raise Ally
    /use [@party1,help,dead] Raise Ally
    /use [@party2,help,dead] Raise Ally
    /use [@party3,help,dead] Raise Ally
    /use [@party4,help,dead] Raise Ally
    /use [@party5,help,dead] Raise Ally

Posting Permissions

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