This site makes extensive use of JavaScript.
Please
enable JavaScript
in your browser.
Classic Theme
Thottbot Theme
Warlock Macros.
Post Reply
Return to board index
Post by
Sagramor
Hey, I'm getting sick and tired of people not paying attention and taking 5 minutes to figure out they need to click on a portal or double-ssing a priest out of miscomunication. So, I wanted to see if there was a macro(or an addon) that would let me announce when I'm summoning/SSing someone and say who the person is. Something like:
/use Demonic Soulstone
/s SSing <target>
/p SSing <target>
/r SSing <target>
/rw SSing <target>
/w <target> SSing you.
And one alike for Ritual of Summoning. Is that possible trou a macro or only with an addon? If so, any idea what addon might that be?
Thanks.
Post by
147614
This post was from a user who has deleted their account.
Post by
57943
This post was from a user who has deleted their account.
Post by
Wildhorn
This macro should say it in /rw if you are raid leader or assistant, else in /raid and if you are not in a raid, just in /party. No matter what, it will also say it in /say
/script if (GetNumRaidMembers() > 0) then if(IsRaidLeader() or IsRaidOfficer()) then SendChatMessage("Summoning %t","RAID_WARNING") else SendChatMessage("Summoning %t","RAID") end else SendChatMessage("Summoning %t","PARTY") end
/say Summoning %t
Post by
57943
This post was from a user who has deleted their account.
Post by
Sagramor
Is it possible to do the whisper thing? Like:
/w %T SSing you.
Post by
Wildhorn
/script SendChatMessage("Message you want to whisper","WHISPER",nil,UnitName("target"))
It should do it
Post by
57943
This post was from a user who has deleted their account.
Post by
57943
This post was from a user who has deleted their account.
Post by
270130
This post was from a user who has deleted their account.
Post Reply
You are not logged in. Please
log in
to post a reply or
register
if you don't already have an account.