mikk

Filters

NameUpdatedCategoryAuthorStage
NameUpdatedCategoryAuthorStage
Screenshot

GuildStandardReminder

23 Jan 2012 mikk Release
Supersimple. If a boss hits 30%, you will get a warning in the chat frame, reminding you about the Guild Battle Standard. If you are the party leader, and there's at least 2 more guildies in the group, the warning will go to partychat instead. No configuration.

Baggins_Auctioneer

15 Jan 2012 mikk Release
Adds Auctioneer "bought for" filters to Baggins ("disenchant", "vendor", etc) 3.0 versions looks at both SearchUI (stored in BeanCounter) and BottomScanner logs, and also adds a "Milling" filter.

Baggins_Search

15 Jan 2012 mikk Release
Simple highlighting search of items in currently your bags. A search bar is shown over one of your bags. As you start typing in it, items with (partially) matching names light up, non-matching items are dimmed.

Baggins_AnywhereBags

15 Jan 2012 Mecdemort Release
View any characters bank and bags from anywhere, including guild banks. Stores items in Baggins submenu "Anywhere Bags." Contents are also searchable via "/bab search thingymabob" or "/bab searchd thingymajig" (the latter for more detail about where it is).
AddonLoader Config

AddonLoader

14 Jan 2012 Ammo Release
AddonLoader is an addon that loads other addons automatically, as and when they are needed, which speeds up the logon process. Note that addons need to be aware of AddonLoader for this to work; if you see "X-LoadOn-..." tags in their .toc files, they are! Documentation: See http://www.wowpedia.org/AddonLoader
Raid Flare Binding

Raid Flare Key Bindings (without errors)

02 Jan 2012 mikk Release
Adds keybindings for raid flares / world markers, using the new 4.3 system that makes it work even if your user interface is "tainted". Yes, you've seen it happen.
compact loot frames

XLoot

02 Jan 2012 Xuerian Release
This is the legacy (old) version. All plugins (Group, Monitor, Master) will be re-written as time allows to be stand-alone add-ons, compatible with the new version of XLoot A remake of the built-in lootframe. By Xuerian. Also see XLootGroup, XLootMaster and XLootMonitor. If you can't see XLootGroup's roll frames, run this: /script XLootGroup.db.profile.AnchorsAway.roll.pos.x = 600 /script XLootGroup.db.profile.AnchorsAway.roll.pos.y = 600

YouFail

27 Dec 2011 mikk Release
Insults you when you die by playing Kologarn's "You Fail!". Now with extra special insult when your raid wipes.
icon

Mature Language Filter OFF

21 Dec 2011 mikk Release
This addon will force the mature language filter OFF (both regular chat & battle.net) and KEEP turning it off when it notices it changing. It also correctly handles being disconnected from battle.net and kicking the filter off again when reconnecting.
ReadyCheckAnnouncer in action

ReadyCheckAnnouncer

19 Dec 2011 mikk Release
Small addon to make readychecking easier: Echo readycheck results to party/raid: Who's AFK, Who's not ready. Display timer bar while readychecks are running (even when someone else initiates them) Add "/rc" as an alias for "/readycheck" Ignore "standby" people in raid groups (g3+ for raid size 6-18, g6+ for raid size 19-34) Raid officers running ReadyCheckAnnouncer will help announce even if they are not the ones initiating the readycheck. (Can be disabled with "/rc off")

Baggins

17 Dec 2011 Nargiddley Release
Inventory Management with virtual bags divided into sections. See http://old.wowace.com/wiki/Baggins for more info!
master looter dropdown: random/roll assign

XLootMaster

17 Dec 2011 Xuerian Release
Highly configurable master looter dropdown menu. Requires XLoot OR XLoot (Old plugin support) if using XLoot 1.0
group rolling

XLootGroup

17 Dec 2011 Xuerian Release
Minimalistic Group roll frames. Requires XLoot OR XLoot (Old plugin support) if using XLoot 1.0 If you can't see the roll anchors/frames run this: /script XLootGroup.db.profile.AnchorsAway.roll.pos.x = 600 /script XLootGroup.db.profile.AnchorsAway.roll.pos.y = 600
monitor received loot

XLootMonitor

17 Dec 2011 Xuerian Release
A live monitor of loot picked up by yourself and your group. Requires XLoot OR XLoot (Old plugin support) if using XLoot 1.0
AceGUI-3.0 Frame Widget

Ace3

09 Dec 2011 Kaelten Release
AddOn development framework A basic introduction to usage can be found here: http://www.wowace.com/addons/ace3/pages/getting-started/ Documentation can be found here: http://www.wowace.com/addons/ace3/pages/ For historic purposes, the "old" documentation is still around on the old wiki, some articles may not be converted yet, and only exist on the old wiki: http://old.wowace.com/wiki/Ace3
Extended info in Ignore pane

IgnoreMore

03 Dec 2011 mikk Release
IgnoreMore will: Let you ignore more than 49 players Share the same ignore list between all players on the same realm (and faction). See when someone was ignored Give a reason for why the person is ignored NOT respond with "X is ignoring you" (unless the person was initially added to the system Ignore list before IgnoreMore was installed) The "/ignore" command is also extended with a second parameter giving a reason directly, e.g.: "/ignore Mikk : loudmouthed guy". You can also double-click...

LibBagUtils-1.0

01 Dec 2011 mikk Release
Several useful bag related APIs that you wish were built into the WoW API: local LBU = LibStub("LibBagUtils-1.0") for bag,slot in LBU:Iterate("BANK", "Major Healing Potion") do LBU:PutItem("BAGS") end :Iterate("which"[, "lookingfor"]) which string: "BAGS", "BANK", "BAGSBANK" lookingfor OPTIONAL: itemLink, itemName, itemString or itemId(number). Will not match partial names. Returns an iterator that can be used in a for loop, e.g.: for bag,slot,link in LBU:Iterate("BAGS") do -- loop all slots...

FreeRefills

01 Dec 2011 mikk Release
Automatic Refilling of user defined items, e.g. /freerefills add [Ice Cold Milk] 40 /freerefills addstack [Ice Cold Milk] 2 Simply shift+click items out of the vendor window (or your bags) to get e.g. "[Ice Cold Milk]" FreeRefills will also restock out of your bank. (Can be turned off) Do not post bugs or problems in the comments - I do not read them. Use the ticket system.

FuBar replacement for FuBar2Broker

30 Nov 2011 mikk Release
Some FuBar plugins require that there is actually an addon called "FuBar" in your system. This is it. All it does is load FuBar2Broker so that you can use a Broker (LDB) displayer of your choice.

ChatThrottleLib

02 Aug 2011 mikk Release
ChatThrottleLib is a small, embeddable library that helps AddOn authors keep outbound chat and addon communication from exceeding the output rate limit in WoW that otherwise causes players to disconnect from the server. It also has a number of features that will help you make your addon communication run smoother! See http://www.wowpedia.org/ChatThrottleLib for tech specs, API, SVN location, change log and more!