Log in

View Full Version : macros for addons



bryanc
02-23-2008, 02:37 PM
I'm wondering if anyone has any useful macros they use to interact with their addons in a more multi-box friendly way.

For example, I use Baggins, and I like the feature of tagging items as *New*... but I like to clear them somewhat often. The only way to do this is to right-click the bag frame and select "Reset New Items" from the popup menu. Yuck. That's a real pain to do 5 times, so I use a macro that does the same thing:


/run Baggins:SaveItemCounts()
/run Baggins:ForceFullUpdate()

Now I can reset my new items by just hitting a keybinding for that macro. Much easier.

Does anyone else have similar utility macros?
If there are enough of them, maybe we can put them on a page in the wiki.

Lost Ninja
02-24-2008, 04:27 PM
I used this:

#showtooltip
/cast [nopet,modifier] Revive Pet; [target=pet,dead] Revive Pet; [nopet] Call Pet
/stopmacro [combat]
#showtooltip Feed Pet
/click FOM_FeedButton
Only the last line interacts with an addon and the whole thing is of little use unless you're a hunter. Addon it uses is the Fizzwidget Feed'o'Matic.