1. #1

    Archimonde Target Macro

    Alright, I don't know if this is possible. I am looking to make a marco for multiple targets, maybe a cast sequence. I don't want to make 3 different macros to mark the adds.

    I tried
    /tar Doomfire
    /tar Hellfire Deathcaller
    /tar Felbourne
    /script SetRaidTarget("target",8);

    But that only casts it on current target or on the felbourne even if there is a hellfire up.

  2. #2
    /cleartarget
    /tar Doomfire
    /tar [@target, noexists] Hellfire Deathcaller
    /tar [@target, noexists] Felbourne
    /script if UnitExists('target') then SetRaidTarget("target",8)end;
    Last edited by Aleaa; 2015-08-07 at 05:12 AM.

Posting Permissions

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