WoW:MACRO raid: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
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.

Revision as of 09:43, 31 May 2014

Slash commands


Send a text message to all members in your raid

/raid text

Aliases

raid
rsay
ra

Arguments

text
Text to send.

Text Modifiers

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

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.