WoW:MACRO raid: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Creation)
 
m (Move page script moved page MACRO raid to MACRO raid without leaving a redirect)
 
(2 intermediate revisions by 2 users not shown)
Line 8: Line 8:
:raid
:raid
:rsay
:rsay
:ra


== 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.