Close
Showing results 1 to 5 of 5

Thread: Mass Rez Macro

  1. #1

    Default Mass Rez Macro

    Done a few searches and vaguely remember having something like this on my Priests back in TBC.

    I want a macro that will have any living Shamans attempt to rez anyone who is dead but not rez the same target as someone who is already rezzing them. I want this to work in raids or just my 5 man. I want to push one button and have this start.

    I am happy to use addon's to make this smart enough to know who is rezzing who.

  2. #2

    Default

    I'm pretty sure having addons or macros making choices for you was made impossible / against the rules around when they changed decursive functionality.
    Not entirely sure if you could still do it legally while out of combat though.
    I'm going to live forever, or die trying.
    5 Shaman Northrend Heroics - My YouTube Channel - Details about my setup (outdated)
    T2 Heroics: lvl 80 Heroics wearing lvl 60 armour
    Running 5-6 accounts on one computer, currently playing Horde on US-Skywall.
    My main teams:
    5x Shamans lvl 85
    5-class team lvl 100: Paladin, Druid, Shaman, Mage, Priest

  3. #3
    Member
    Join Date
    Sep 2008
    Location
    Calgary, AB and Vancouver, BC
    Posts
    7638
    Blog Entries
    2

    Default

    What you want to do is create a macro, which allows you to target a dead character and rez them, but which also has a predetermined rez order should you not have a target.

    Then create a similar macro for each other toon on your team who can rez, but change the rez order for the other toons.

    So you can end up pushing one button, and in the event two or more toons are dead, with two or more rezzers, each has a good chance to automatically pick a different target.

    My syntax and macro for Toon A (stolen from the original "No Focus Manifesto") is:

    #show Ancestral Spirit
    /target [dead] [target=ToonB, dead]; [target=ToonC, dead]; [target=ToonD, dead]; [target=ToonE, dead]
    /cast Ancestral Spirit
    EverQuest I: Bard / Enchanter / Druid / Wizard / 2x Magician.
    Diablo III: 4x Crusader & 4x Wizard.

    My Guide to IS Boxer http://www.dual-boxing.com/showthread.php?t=26231 (somewhat dated).
    Streaming in 1080p HD: www.twitch.tv/ualaa
    Twitter: @Ualaa


  4. #4

    Default

    smartrez, rez people in range that can rez, coordinate that among the other rezers. Only issue is stomping the button all at one time. Just round robin it.

  5. #5

    Default

    Quote Originally Posted by Ualaa View Post
    What you want to do is create a macro, which allows you to target a dead character and rez them, but which also has a predetermined rez order should you not have a target.

    Then create a similar macro for each other toon on your team who can rez, but change the rez order for the other toons.

    So you can end up pushing one button, and in the event two or more toons are dead, with two or more rezzers, each has a good chance to automatically pick a different target.

    My syntax and macro for Toon A (stolen from the original "No Focus Manifesto") is:

    #show Ancestral Spirit
    /target [dead] [target=ToonB, dead]; [target=ToonC, dead]; [target=ToonD, dead]; [target=ToonE, dead]
    /cast Ancestral Spirit
    So simple why did I not think of this......

Posting Rules

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