1. #1
    Deleted

    /w Roar of Sacrifice

    Hi everyone!


    I'm looking for a macro to replace my Roar of Sacrifice button.

    I'd like to send a whisper (or a raidchat) when I RoS someone. Something like:

    /cast Roar of Sacrifice
    /w %target RoS on you!
    /raid RoS on %target !

    The difficult part is: I'd like the message to be posted/whispered only once, ever though I'm spamming the button. Can you macrowizards do this?


    Thanks in advance!
    Last edited by mmoc6167edf366; 2012-08-21 at 10:55 AM.

  2. #2
    try this

    Code:
    #showtooltip
    /cast Roar of Sacrifice
    /script if GetSpellCooldown("Roar of Sacrifice")==0 then SendChatMessage("RoS on you!", "WHISPER", nil, UnitName("target")); end
    replace WHISPER with RAID if you want it in raid chat instead

  3. #3
    Deleted
    This post is here for

    1. Thanking you, I'm glad you have found a solution

    2. Bumping the thread for other hunters

    I'll test it as soon as my realm gets back online, but it looks like it should work. Smart move to involve the cooldown timer, without that I think it would be impossible to do without an addon.

    ---------- Post added 2012-08-22 at 07:13 AM ----------

    Update: Works perfectly, sometimes the whisper is sent twice, but that's no problem at all. Just wanted to avoid sending it 7-8 times because of spamming.

    Thanks!

  4. #4
    Puts the "Super" in Supermod Venara's Avatar
    15+ Year Old Account
    Join Date
    Aug 2007
    Location
    Cork, Ireland
    Posts
    3,726
    You may also want to check out Raeli's Spell Announcer. It does exactly what you're looking for for all types of class spells and cooldowns. I'm sure it can do hunter pet abilities also but I never checked because I don't play one. Might be worth having a look at

    http://www.curse.com/addons/wow/rsa
    For Moderation Concerns, please contact a Global:
    TzivaRadux SimcaElysiaZaelsinoxskarmaVenara

  5. #5
    Deleted
    Looks like a great addon, will make sure to check it out as soon as I can. Thanks!

Posting Permissions

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