1. #1
    I am Murloc! Viradiance's Avatar
    10+ Year Old Account
    Join Date
    Jul 2010
    Location
    AFK in boralus
    Posts
    5,178

    Looking for help with a macro for Thok Heroic

    Hey there. I play a Brewmaster tank, and I solo tank our Thok Heroic progression. After several attempts, I decided to try placing a Zen Sphere on both stack groups, which deals a sizable chunk of healing (At least, with super high vengeance!) whenever the targeted player drops under 35%.

    I'd like a macro to simplify this process. What I use right now is a modifier macro that casts at the Warrior when I'm not holding a modifier and the Shaman when I am.

    I experimented with this:

    #showtooltip
    /castsequence [@Shaman] Zen Sphere, [@Warrior] Zen Sphere
    Is such a macro feasible to make? I couldn't get anything out of it.
    Steve Irwin died the same way he lived. With animals in his heart.

  2. #2
    No, with castsequences the conditions have to go before the whole sequence.

  3. #3
    why not just a mouseover macro?

    such as

    #showtooltip Zen Sphere
    /cast [@mouseover,help,exists][] Zen Sphere

    not gonna go into why you are using zen sphere but use that macro instead
    Quote Originally Posted by Ulfric Trumpcloak View Post
    People on this site hate everything. Keep that in mind.

  4. #4
    I am Murloc! Viradiance's Avatar
    10+ Year Old Account
    Join Date
    Jul 2010
    Location
    AFK in boralus
    Posts
    5,178
    Quote Originally Posted by kittycovox View Post
    why not just a mouseover macro?

    such as

    #showtooltip Zen Sphere
    /cast [@mouseover,help,exists][] Zen Sphere

    not gonna go into why you are using zen sphere but use that macro instead
    Had that for a while. It was just a hassle and led to me getting rather overwhelmed at times.

    I tried it as an experiment at first. With 400k vengeance, it deals a substantial amount of healing when it 'pops' after every roar, as well as the HoT portion critting for upwards of 100k / tick. It's support for my healers.
    Steve Irwin died the same way he lived. With animals in his heart.

  5. #5
    If you wanted to do this using a single keybind (no modifiers), its not possible. You can't have multiple targets in a castsequence.

  6. #6
    High Overlord Pelf's Avatar
    15+ Year Old Account
    Join Date
    Mar 2008
    Location
    US-Sargeras
    Posts
    108
    You could use mouse buttons rather than modifiers:
    Code:
    /cast [btn:2,@Shaman][@Warrior] Zen Sphere
    If you right click it, it will cast at the Shaman; using any other mouse button to activate it will cast as the Warrior.
    Shiboomi of <Riot> on US-Sargeras

Posting Permissions

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