Macro forum experts!

I should really write this up into it’s own post over here for easy searching.

One thing that I have found very helpful is to build an add-on for tweaks you want to use that don’t really fit in a larger addon, and to take common scripts that you use and set them up as clickable buttons in the tweaks addon.

For example, I want to shift from Worgen Form to Human Form when mounting up after combat, as I want to be in Human Form most of the time I’m running around in cities or whatever.

This is done like so:

/castsequence reset=combat Two Forms,null

That uses 21 characters. By building it as a clickable buttons called “TF”, I only need to use /click TF in the macro, which shortens it by 12 characters, giving more room for other stuff in the mount macro.

My addon PetControl is essentially this concept on a larger scale and with a more generally applicable purpose.

3 Likes