WoW:MACRO raid: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (Move page script moved page MACRO raid to MACRO raid without leaving a redirect)
 
(One intermediate revision by one other user not shown)
Line 11: Line 11:


== Arguments ==
== Arguments ==
:;text : Text to send.
:;text
:: Text to send.


{{chattextmodifiers}}
{{chattextmodifiers}}
==Notes==
:If you are in a raid group and a instance group (groupfinder, raidfinder) at the same time, this will only address your raid not your instance group. Use [[MACRO instance|/instance]] to address you instance group.

Latest revision as of 04:48, 15 August 2023

Slash commands


Send a text message to all members in your raid

/raid text

Aliases[edit]

raid
rsay
ra

Arguments[edit]

text
Text to send.

Text Modifiers[edit]

You may specify modifiers inline with chat text to pass certain information with the "%" character:

  • %f - Inserts the name of your focus target or "<no focus>" into the chat text.
  • %n,%t - Inserts the name of your current target or "<no target>" into the chat text.

Notes[edit]

If you are in a raid group and a instance group (groupfinder, raidfinder) at the same time, this will only address your raid not your instance group. Use /instance to address you instance group.