1. #1
    Mechagnome Zhaine's Avatar
    15+ Year Old Account
    Join Date
    Sep 2008
    Location
    United Kingdom
    Posts
    650

    Revival used macro

    I need a macro that announces when I use revival in chat once, but has the spell link like the RSA addon does

    So it will look like this "[Revival] Used!"

    I need it not to spam chat though so I was wondering if anyone could do a script?

    The reason i'm asking for this is that atm RSA does not have revival included in the monk's spell announce, hoping this gets changed soon

  2. #2
    The Lightbringer
    15+ Year Old Account
    Join Date
    Jun 2008
    Location
    Italy
    Posts
    3,564
    here we meet again

    Code:
    /run local _,t,_ = GetSpellCooldown(115310); if t==0 then SendChatMessage(GetSpellLink(115310).." Used!" , "INSTANCE_CHAT") end
    /cast Revival
    edit: the function GetSpellCooldown should return the global cooldown as a result, so it won't spam when GCD is on, hopefully (i'm at work so i cannot test ^_^)
    edit2: it works
    Last edited by S7orm; 2013-06-11 at 05:13 PM.

  3. #3
    Mechagnome Zhaine's Avatar
    15+ Year Old Account
    Join Date
    Sep 2008
    Location
    United Kingdom
    Posts
    650
    hey again

    Thanks it worked!

Posting Permissions

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