Thread: Macro Query

  1. #1

    Macro Query

    Anyone know a macro that would do the ff:

    (1) Check if target is already with Hunter's Mark Debuff or Serpent Sting and if not, apply it on the target.

  2. #2

  3. #3
    Quote Originally Posted by Kalti View Post
    Macros can not make decisions for you.
    This guy has it. Theoretically this would work, but the Blizzard UI will block it because, like he said, macros cannot decide for you. There is no way to make this macro work in some way without the blizz UI blocking it.

    /run if not UnitDebuff("target","Hunter's Mark") then CastSpellByName("Hunter's Mark") elseif not UnitDebuff("target","Serpent Sting","","player") then CastSpellByName("Serpent Sting") end

  4. #4
    Maybe we should make a macro to include a sequence for an entire raid night, including movement.

    But no, Macros are not decision engines.
    Former raider of Accession [US-Stormreaver]

  5. #5
    Deleted
    But no, Macros are not decision engines.


    exacly

Posting Permissions

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