These macros can be quickly copy-pasted in-game by setting the Paste From Clipboard hotkey:
- Press ALT+O, select Keys → UI, and set Paste From Clipboard to CTRL+V.
Useful for quickly selling multiple items.
/notify MerchantWND MW_Sell_Button leftmouseup
/notify QuantityWnd QTYW_Accept_Button leftmouseup
/hotbutton Autobank /notify BigBankWnd AutoButton leftmouseup
/notify TradeskillWnd CombineButton leftmouseup
/pause 1, /autoinv
/notify IW_InvPage IW_Destroy leftmouseup
/notify ConfirmationDialogBox CD_Yes_Button leftmouseup
Disable Loot All Confirmation: ALT+O → General settings.
/loot
/notify LootWnd LW_LootAllButton leftmouseup
/notify ConfirmationDialogBox CD_Yes_Button leftmouseup
Rebind "Use centerscreen" to CTRL+Z.
/itemnotify in pack1 1 leftmouseup
/notify GiveWnd GVW_Give_Button leftmouseup
/notify MerchantWnd MW_MerchantSubwindows tabselect 2
/notify MerchantWnd MW_ItemlistMail listselect 1
/notify MerchantWnd MW_Retrieve_Button leftmouseup
/notify InventoryWnd IW_Money3 leftmouseup
/notify QuantityWnd QTYW_Accept_Button leftmouseup
/notify InventoryWnd IW_Money2 leftmouseup
/notify InventoryWnd IW_Money3 leftmouseup
/notify InventoryWnd IW_Money2 leftmouseup
/notify QuantityWnd QTYW_Accept_Button leftmouseup
/notify InventoryWnd IW_Money1 leftmouseup
/notify InventoryWnd IW_Money2 leftmouseup
/notify InventoryWnd IW_Money1 leftmouseup
/notify QuantityWnd QTYW_Accept_Button leftmouseup
/notify InventoryWnd IW_Money0 leftmouseup
/notify InventoryWnd IW_Money1 leftmouseup
/notify TributeMasterWnd TMW_DonateButton leftmouseup
Hotkey "Set" to 1 and "Save" to 2 for efficient pricing.
/hotbutton Set /notify BazaarWnd BZW_Clear_Button leftmouseup
/notify BazaarWnd BZW_Money0 leftmouseup
/notify BazaarWnd BZW_SetPrice_Button leftmouseup

Macros, also called Socials, are small scripts within the game that execute up to five commands with a single click or keypress.
To view or edit your macros, open the Actions Window (visible by default) and click the "Socials Page" tab. Each button represents a macro, executed by left-clicking and edited by right-clicking. By default, the first page contains 12 macros with various simple commands. Right-click a macro button to open the editing window:
The text box in the top left sets the macro’s name, while the buttons on the right choose a color to display the macro's name.
The bottom five lines contain the macro’s commands. Each line accepts one slash command. For example, a simple macro might look like:
Clicking this macro would cause your character to /dance, then say "I'm dancing!". Plenty of example commands are below so you can make your own macros!
Casts a spell from your spell slots (1-12).
/cast 7 - Casts the spell in your spell slot #7.
Performs an ability from the Abilities (1-6) or Combat Page (7-10).
/doability 1 - Uses the ability in your first "Abilities" slot.
Pauses macro execution briefly. See earlier macro examples for usage.
Activates an Alternate Advancement (AA) ability.
/alt activate 47 - Activates the Shaman AA Cannibalization.
Targets a nearby player, NPC, or corpse.
/target Zliz - Targets the player or NPC "Zliz".
/target orc_pawn - Targets NPC named "orc pawn".
Invites a player to your group.
/invite - Invites your current target to join your group.
/invite Zliz - Invites player Zliz to your group.
Automatically follows another player.
/follow - Begins auto-following your current target.
Targets the target of your target.
/assist - Assists your current target.
/assist Zliz - Assists player Zliz.
Sets a macro button cooldown.
/timer 100 - Sets a 10-second cooldown timer on the macro button.
Activates a discipline.
/discipline Diamondpalm Discipline Rk. II - Activates Monk discipline.
¶ /bandolier
Switches weapon sets from your bandolier.
/bandolier 2HB - Equips your saved "2HB" bandolier set.
Moves items from cursor to inventory automatically.
/autoinventory
Commands your pet to attack a target.
/pet attack - Pet attacks your current target.
/pet attack a_skeleton - Pet attacks nearby NPC named "a skeleton".
