1. #1
    Blademaster Sielson's Avatar
    10+ Year Old Account
    Join Date
    Aug 2011
    Location
    Southeast MI
    Posts
    35

    Report to guild chat

    I use an "avoidance" macro to see my total avoidance/mitigation to report into the default channel, IE I can see it, but nobody else can.
    Just looking for some help as to how I can get it to report to different channels, specifically guild or officer chat.

    /run b=GetBlockChance() d=GetDodgeChance() p=GetParryChance() m=5 if UnitRace("player")=="Night Elf" then m=m+2 end a=m+d+p+b CHAT_FRAME:AddMessage(a.."% Avoidance")

    Here is the macro, if it helps at all.

  2. #2
    /run b=GetBlockChance() d=GetDodgeChance() p=GetParryChance() m=5 if UnitRace("player")=="Night Elf" then m=m+2 end a=m+d+p+b SendChatMessage(a.."% Avoidance", "GUILD")

    change GUILD to RAID or SAY or PARTY depending on the channel you want to send it to

  3. #3
    Blademaster Sielson's Avatar
    10+ Year Old Account
    Join Date
    Aug 2011
    Location
    Southeast MI
    Posts
    35
    Quote Originally Posted by Brusalk View Post
    /run b=GetBlockChance() d=GetDodgeChance() p=GetParryChance() m=5 if UnitRace("player")=="Night Elf" then m=m+2 end a=m+d+p+b SendChatMessage(a.."% Avoidance", "GUILD")

    change GUILD to RAID or SAY or PARTY depending on the channel you want to send it to
    You are my hero.

Posting Permissions

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