Command:/dosocial
This command is added by MacroQuest
Notation | Description |
---|---|
Text without brackets or braces | Required items |
<Text inside angle brackets> | Placeholder for which you must supply a value |
[Text inside square brackets] | Optional items |
Vertical bar (|) | Separator for mutually exclusive items; choose one |
{Text | inside | braces} | Set of required items; choose one |
Ellipsis (…) | Items that can be repeated |
Syntax | /dosocial [list | "social name"] |
---|---|
Description | List all your current socials by name and number, or activate them by name.
Used to activate a social by name as long as it is in your social window, without having to change hotbar pages, or call a social by name from a macro. |
Options
Examples
- Output for a newly-created character:
/dosocial list
- For custom multi-line socials, example 'MyMacro':
/dosocial list
Same output as above, with the inclusion of;
(2, 7) MyMacro 1: /macro MyMacro 2: /echo I have activated MyMacro.mac via a social button
- Calling a social by name example;
/dosocial "MyMacro"
Typing the command in this way will execute Line 1 and 2 of the above example MyMacro social button.