1. #1841
    Quote Originally Posted by Swaggah View Post
    Any way to make my pummel become red as if I was out of range when I hold in my modify button for focus pummel? My focus being out of range that is
    You know when the number gets red when you're out of range
    It probably should with a macro like this:

    #showtooltip
    /cast [@focus,harm,mod][]Pummel

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  2. #1842
    Hi all

    Is there a macro which only Heroic Strike IF rage is above 65? I wish to insert it with my bloodthirst rotation macro.

    Is it advisable to add both BT and HS into 1 macro WITH the HS if rage is above 65 macro?

    Please advise

    Cheers!

  3. #1843
    Deleted
    Macros cannot decide based on your power bar.

  4. #1844
    Noted with thanks!

    Besides that, any Fury macro which is useful for raid? Like BT + HS in 1 macro?

    Cheers!

  5. #1845
    Deleted
    You can just:
    Code:
    #showtooltip
    /cast Bloodthirst
    /cast Heroic Strike
    Or use:
    Code:
    #showtooltip
    /cast Bloodthirst
    /cast [nomod:shift]Heroic Strike
    That way you can suppress HS if you're low on rage using shift.

  6. #1846
    Anyone know of a macro that would cast the buff Dark Intent on your target but on your pet if you have no target? I've halfassedly tried to make one up but it's beyond my macro knowledge.

  7. #1847
    Quote Originally Posted by Nessari View Post
    Anyone know of a macro that would cast the buff Dark Intent on your target but on your pet if you have no target?
    Here you go:
    #showtooltip
    /cast [help][@pet]Dark Intent

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  8. #1848
    Code:
    /cast [@target,exists,noharm,nodead][@pet,exists,nodead]Dark Intent
    Should work I believe

  9. #1849
    Much obliged gentlemen(women).

  10. #1850
    Blademaster
    10+ Year Old Account
    Join Date
    Jan 2011
    Location
    Third Coast
    Posts
    34
    Hello,
    I am trying to tweak a macro that will cast following abilities:

    /cast Inquisition
    /cast Avenging Wrath
    /use Bloodthirsty Gladiator's Badge of Victory
    /cast Divine Plea

    The problem I am having (and assuming its a cast sequence issue) is that I click it once to activate Inquisition, Avenging Wrath, Bloodthirsty trinket, then click it a second time after the GCD to cast Divine Plea, yet I get the error that the spell cannot be cast. I assume this is because it is trying to cast all the other previous abilities which are now on cool-down, before it can cast Divine Plea.

    Is there a way around this, possibly through the use of /castsequence?

    Many thanks for any advice and all the hard work you put forth.
    "One can lead a child to knowledge, but one cannot make him think." - Lt. Col. Jean V. Dubois (Ret.) - Starship Troopers

    Guild Member : What If I'm suffering from complete and utter sexual exhaustion and can't join you for the raid tomorrow?
    Guild Leader : Then you'll have to control your mouse with the other hand.

  11. #1851
    Inquisition and Divine Plea are both on GCDs so you'd sequence them.

    #showtooltip
    /castsequence reset=5 Inquisition,Divine Plea
    /cast Avenging Wrath
    /use Bloodthirsty Gladiator's Badge of Victory

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  12. #1852
    If you want only want to push the button twice, castsequence is not the answer.
    I would use a alt or ctrl key to toggle the behavior.

    First click should fire off the first three, hold down alt after GCD and click again for Divine Plea

    #showtooltip [mod:alt]Divine Plea;Inquisition
    /cast [nomod]Inquisition
    /cast [nomod]Avenging Wrath
    /use [nomod]Bloodthirsty Gladiator's Badge of Victory
    /cast [mod:alt]Divine Plea

  13. #1853
    Blademaster
    10+ Year Old Account
    Join Date
    Jan 2011
    Location
    Third Coast
    Posts
    34
    Thank you both lawomous and andr0id for the fast responses. I think I'm leaning more toward the version from lawomous as I usually have modifiers that I'll be already using from my other keybound abilities.

    Cheers
    "One can lead a child to knowledge, but one cannot make him think." - Lt. Col. Jean V. Dubois (Ret.) - Starship Troopers

    Guild Member : What If I'm suffering from complete and utter sexual exhaustion and can't join you for the raid tomorrow?
    Guild Leader : Then you'll have to control your mouse with the other hand.

  14. #1854
    Hi guys, would this work?

    #showtooltip
    /cast [nostance:3] Cat Form(Shapeshift); [nostealth, nocombat] !Prowl(Cat Form); [nostealth, combat] Shadowmeld(Racial)
    Quote Originally Posted by Bashiok
    Posted by Bashiok
    Haha, don't worry about it. It's like, three clicks for me to suspend someone. It's super duper easy.

  15. #1855
    Yeah it'll work, a lot of that stuff is extra though.

    #showtooltip
    /cast [noform:3]Cat Form;[nostealth,nocombat]!Prowl;[nostealth,combat]Shadowmeld

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  16. #1856
    Quote Originally Posted by lawomous View Post
    Yeah it'll work, a lot of that stuff is extra though.
    what can i remove? my first try at something like this
    Quote Originally Posted by Bashiok
    Posted by Bashiok
    Haha, don't worry about it. It's like, three clicks for me to suspend someone. It's super duper easy.

  17. #1857
    Deleted
    Quote Originally Posted by lawomous View Post
    Yeah it'll work, a lot of that stuff is extra though.
    Some more stuff to remove:
    Code:
    #showtooltip
    /cast [noform:3]Cat Form; [nostealth,nocombat]!Prowl;[nostealth]Shadowmeld

  18. #1858
    I'm looking for a macro that will allow me to essentially do the following

    Change target to my targets target
    and then proceed to cast a spell such as holy shock or hammer of wrath on that target
    and if possible return target to my previous target

    I've been toying with it trying to get it to work for awhile now but to no luck...

  19. #1859
    Deleted
    Code:
    #showtooltip
    /cast [@targettarget]Holy Shock

  20. #1860
    Quote Originally Posted by Treeston View Post
    Code:
    #showtooltip
    /cast [@targettarget]Holy Shock
    Thank you very much!
    that is so much easier now to set it up on everything I need it on >

Posting Permissions

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