Thread Tools Display Modes
04-29-17, 08:24 PM   #1
Silvereyes
A Defias Bandit
Join Date: Apr 2017
Posts: 2
Simple Macro to display Raidmembers in chat.

Hello i'm new to macro, just wondering how can i link raidmember in chat with a macro.
Let me explain.

I wanna do some pug with xavius mythic where u have to assign each people a soak.

/raid Xavius At 95% First Dream{G1}
/raid {rt1}> RaidMember1
/raid {rt2}> RaidMember2
/raid {rt3}> RaidMember3
/raid {rt4}> RaidMember4
/raid {rt5}> RaidMember5

But i dont know how to display people's name by index (obv raidmember1 doesnt work).

-Sry for my bad english and ty for the help cheers <3
  Reply With Quote
04-29-17, 10:52 PM   #2
Silvereyes
A Defias Bandit
Join Date: Apr 2017
Posts: 2
Nvm figured out using that macro :

/run SendChatMessage("Xavius at 95% 1st " .. GetSpellLink("206005"), "RAID")
/run SendChatMessage(GetRaidRosterInfo(1).." soak {rt1}","RAID")
/run SendChatMessage(GetRaidRosterInfo(2).." soak {rt2}","RAID")
/run SendChatMessage(GetRaidRosterInfo(3).." soak {rt3}","RAID")
/run SendChatMessage(GetRaidRosterInfo(4).." soak {rt4}","RAID")
/run SendChatMessage(GetRaidRosterInfo(5).." soak {rt5}","RAID")

etc... etc... until all the 20 members


So the trick is using Sendchatmessage with GetRaidRosterInfo(1).
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » Macro Help » Simple Macro to display Raidmembers in chat.

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off