View Single Post
03-08-16, 12:27 AM   #9
d87
A Chromatic Dragonspawn
 
d87's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2006
Posts: 163
I got one quite dirty addon to:
- hide keybind labels from action bars
- trim and resize default pet bar
- filter spammy error messages ("The spell is not ready yet")
- collapse quest tracker when you first login
- set some globals and cvars
- set global UI scale, just to ignore the cvar hassle
- a bunch of old helper functions
- cpu usage listing of addons

I also use it as a scratchpad to quickly prototype small addons, and just leave some really specific to my ui things there.

What I always wanted to do, but never got around to is keybinding stuff. Like to automatically rebind A and D to strafe on a new PTR character.
  Reply With Quote