Custom Addons
From Game Theory
This is just a small collection of custom addons for things that are Just Plain Handy.
See also Macros.
Magic Marker
Small addon that records and plays back raid icons. Fairly easy to use:
- Mark raid targets with icons.
- /mm rec
- Wave mouse over marked mobs.
- /mm rec again to toggle recording off.
- Find next batch of mobs.
- /mm mark
- Wave mouse over unmarked mobs; they will get icons.
- /mm mark again to toggle marking off.
GT Raid Leader Utility
This addon turns on combat logging for certain zones designated as "Raid Zones" and will track raid attendance and loot. ATM, loot bids must be recorded separately and added to the database manually. Attendance and loot can be uploaded to the database by going to:
And uploading the file at:
- World of Warcraft/WTF/Account/(Account Name)/SavedVariables/Gt_Util.lua
NoErrorMsg
This addon creates a new slash command "/emsg on" or "/emsg off" that will disable or reenable the "That item isn't ready yet!" error text that appears whenever you try and use an item that is still on cooldown. It allows for macros like:
/emsg off /use Talisman of Ephemeral Power /use Zandalarian Hero Charm /emsg on /stopcasting /cast Shadow Bolt
Here's the macro that I'm currently using:
/cast [modifier:alt] Curse of Tongues /cast [modifier:shift] Curse of the Elements /cast [modifier:ctrl] Curse of Shadow /emsg off /use [nomodifier] Talisman /use [nomodifier] Zandalarian /emsg on /stopcasting /cast [nomodifier] Shadow Bolt

