1. #1
    Deleted

    need help with macro

    i would need a macro to when in stealth premeditation + SnD and when out of stealth just cast SnD.
    Also a macro where i will cast premeditation with Ambush when of cooldown and without it when its on cooldown.
    not so good at macros :P thanks!

  2. #2
    Quote Originally Posted by Riffelz View Post
    i would need a macro to when in stealth premeditation + SnD and when out of stealth just cast SnD.
    Code:
    #showtooltip Slice and Dice
    /cast [stealth] Premeditation
    /cast Slice and Dice
    Also a macro where i will cast premeditation with Ambush when of cooldown and without it when its on cooldown.
    Macro Conditionals can't determine CDs, but you can just spam it:
    Code:
    #showtooltip Ambush
    /console Sound_EnableSFX 0
    /cast Premeditation
    /run UIErrorsFrame:Clear()
    /console Sound_EnableSFX 1
    /cast Ambush
    (as the 'main' spell is Ambush, I suppose this macro would only be on your Stealth bar, hence no [stealth] conditional)
    But your duty to Azeroth is not yet complete. More is demanded of you... a price the living cannot pay.

  3. #3
    My ambush/premed macro is much simpler.

    #showtooltip ambush
    /cast premeditation
    /cast ambush

    just make sure you're out of range when you hit it, because you could accidentally attack the boss.

  4. #4
    Deleted
    Quote Originally Posted by Nathanyel View Post
    Code:
    #showtooltip Slice and Dice
    /cast [stealth] Premeditation
    /cast Slice and Dice

    Macro Conditionals can't determine CDs, but you can just spam it:
    Code:
    #showtooltip Ambush
    /console Sound_EnableSFX 0
    /cast Premeditation
    /run UIErrorsFrame:Clear()
    /console Sound_EnableSFX 1
    /cast Ambush
    (as the 'main' spell is Ambush, I suppose this macro would only be on your Stealth bar, hence no [stealth] conditional)
    thanks. i am using bar 2-3 instead of 1 so the bars doesnt change. i dont feel the use of it being otherwise in stealth as i wont be casting anything else than premeditation, SnD (at pull) and backstab

    Quote Originally Posted by Athonel View Post
    My ambush/premed macro is much simpler.

    #showtooltip ambush
    /cast premeditation
    /cast ambush

    just make sure you're out of range when you hit it, because you could accidentally attack the boss.
    i am not going to use this at pull, at pull i will just use the Premed SnD macro :P thanks anyways.

Posting Permissions

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