1. #1
    Deleted

    "Calling out" Macro issue.

    Hello, I'm looking for some help with a macro of mine, since I havent found something that calls out my monk cds I've made macros instead, for example I have:
    #showtooltip Life Cocoon
    /stopcasting
    /cast Life Cocoon
    /ra Life Cocoon cast on %t!

    I wonder if its possible to make the last line only occur once, since I sometimes spam click Life Cocoon and I dont want to over run the chat.

    I also wonder if its possible to make Life Coccon clickable when its called out, like if I use Barkskin on my druid Fortexorcist calls it out with a clickable link.

    Thanks in advance.

  2. #2
    Deleted
    There you go:
    Code:
    #showtooltip
    /run local s,_,u=116849,SecureCmdOptionParse("[@mouseover,help][@target]")if GetSpellCooldown(s)==0 and UnitInRange(u)then SendChatMessage(GetSpellLink(s).." -> "..UnitName(u),"RAID")end
    /cast [@mouseover,help][]Life Cocoon


    What it won't do:
    Announce the cast when your target or mouseover target is not in raid.
    Announce the cast on yourself when you don't have yourself as target or you don't mouseover yourself.
    Last edited by mmoc800c2071bc; 2012-11-18 at 01:30 AM.

  3. #3
    Deleted
    Thanks, works perfectly!

Posting Permissions

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