Skip to content

Instantly share code, notes, and snippets.

@BatteryAcid
Last active March 27, 2019 03:22
Show Gist options
  • Save BatteryAcid/9cc8a37b7be90c4580bdd13bf4cddc15 to your computer and use it in GitHub Desktop.
Save BatteryAcid/9cc8a37b7be90c4580bdd13bf4cddc15 to your computer and use it in GitHub Desktop.

How to create a whisper macro in WoW

  1. Hit Macro on the game menu:

Macro view

  1. Hit New

New Macro

  1. In the view that appeared next to the Macro view, enter a name and pick any icon. Hit ok.

Name and Icon

  1. Copy/paste the following text in the "Enter Macro Commands" box:

/run SendChatMessage("TAUNT please!", "WHISPER", nil, UnitName("Galruid"))

Macro view

Note: This will whisper me "TAUNT please!" You can change Galruid to focus if you'd prefer to whisper your focused target.

  1. Hit Save

  2. Now drag the macro to your bar and press it to send whisper!

Grab a beer, you're now an expert!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment