Close
Showing results 1 to 5 of 5
  1. #1

    Default Buff check before casting (Heroism/bloodlust)

    Is there any way to check if "exhaustion" is active in a macro before casting heroism? I can't seem to find any solution to this, other than to actually *gasp* pay attention before I spam my heroism button :P
    Classic - Pyrewood Village, Horde, EU

  2. #2

    Default

    If exhaustion is the same as sedated then it goes away after you die. So there could be a case where 4 toons have the debuff and 1 does not (due to dieing) and casts a wasted bloodlust/heroism.

    I gotta think anything that could check for buffs/debuff would fall under the automation category. The best you could come up with is a cooldown timer of somesort
    [spoiler][/spoiler]Shaone,Shatwo,Shathree,Shafour,Shafive
    <Zero Tolerance>
    Level: 70
    Server: Azgalor
    Race: Orc / Blood Elf

  3. #3

    Default

    Code:
    /run for i=1,40 do local n,_,_,_,_,_,x,_,_=UnitDebuff("player",i);if (n=="Sated")or (n=="Exhausted") then SendChatMessage("OMG WAIT"..format("%.0f",-1*(GetTime()-x)).." SECS ON THAT BUFF!!!", "RAID_WARNING",nil);
    that'll throw up the warning, you can't put /cast in there cause blizz protection will lock it out during combat. It will however work to send you a message, just put it on a modifier of the button you use to cast and you should be good to go. Hope it helps. Comes in around 211-215 chars as is so no need to use crazy addons, and you still have a little space to mod the message should you want to.

  4. #4

    Default

    Quote Originally Posted by 'Fursphere',index.php?page=Thread&postID=150675#po st150675
    If I recall correctly, if you use heroism with the exhaustion debuff up, the spell doesn't cast.
    Ooh, thats very good news, I hadn't even thought of that being the case. Then there's no need to round-robin it with keyclone. And I can put it in a macro. Good stuff - thanks Fur :-)
    Classic - Pyrewood Village, Horde, EU

  5. #5

    Default

    Quote Originally Posted by 'Schwarz',index.php?page=Thread&postID=150679#post 150679
    If exhaustion is the same as sedated then it goes away after you die. So there could be a case where 4 toons have the debuff and 1 does not (due to dieing) and casts a wasted bloodlust/heroism.

    I gotta think anything that could check for buffs/debuff would fall under the automation category. The best you could come up with is a cooldown timer of somesort
    Yeah, it does go away after you die, but that's ok, at least in my case, since I have three heroisms to throw around and the debuff is 5 min.
    Classic - Pyrewood Village, Horde, EU

Similar Threads

  1. macro to check for buff
    By MustacheFart in forum New Multi-Boxers & Support
    Replies: 3
    Last Post: 02-05-2009, 04:43 AM
  2. Emblems of Heroism
    By Multibocks in forum General WoW Discussion
    Replies: 29
    Last Post: 12-23-2008, 05:32 PM
  3. Replies: 9
    Last Post: 09-18-2008, 11:33 AM
  4. [WotLK] Bloodlust/Heroism change - no more round robin
    By Zub in forum General WoW Discussion
    Replies: 71
    Last Post: 08-30-2008, 05:07 AM
  5. Heroism/Bloodlust Timer oder Cooldownbar ?
    By Tentates in forum German
    Replies: 7
    Last Post: 05-16-2008, 05:07 AM

Posting Rules

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