Brawler's Macro Guide

Play a MP3 file in game.

in order for this to work. You need to create a new folder in your World of Warcraft Directory. Because it will only draw resources from inside its home directory. Make this folder and rename it as "MP3". Copy any and all MP3 files you want to play in your game here. Remember you are limitied to a few sets of macros so find a few songs you want to play. As a bonus try to Rename the songs to something small and simple like MySong1.mp3 or whatever.

Enter the following script command...

/script PlaySoundFile("mp3\\MySong.mp3");

NOTE!!!

Some sound files are not useable by the WoW interface so youll just have to try them out..maybe this will be fixed in later updates.


Set up a Assist Key

This in general allows you to Set up 1 guy to assist everytime you come to battle with something. Useually youll change the name to the guy whos pullin all the time to help matters out.

Input the following into your macro fo assist

/script TargetByName("PlayerName");

then put

/assist

if your melee and not casting you can add the following

/AttackTarget

and this will do the following. When you Click the button. It will target the pullers Monster, and automatically attack it.