funkjedi

Filters

NameUpdatedCategoryAuthorStage
NameUpdatedCategoryAuthorStage
Notifier status bar

SheepMonitor

01 Dec 2011 funkjedi Release
SheepMonitor provides various methods of notification to help you keep track of your flock. It is primarily designed with mages in mind however it should also work with other crowd control spells like Hex and Hibernate (this has not been tested). SheepMonitor can provide you with a visual notifier (status bar), raid-style warnings, chat message, and party/raid notifications. Included in the notifications is the name of who broke cc and the source of the damage. OmniCC integration that will...
Interface Options

TalkToTheHand

22 Dec 2010 funkjedi Release
Automates NPC interactions making accepting and turning in quests simple. By default to automate an interaction with an NPC you must hold down the "Quest Key" when clicking on the NPC. You can configure automation to be turned on by default in the settings. You can access the settings from the standard Interface settings menu or by using the /talktothehand slash command. Also optionally integrates with Quest Reward to automate the choosing of your quest reward.

LibWidgetFactory

15 Nov 2010 funkjedi Release
LibWidgetFactory is a library that simplifies using the AceGUI widgets. Below are some examples of it in action. For a more complete view take a look at how I did my options in Buffzilla. local wf = LibStub('LibWidgetFactory-1.0') local scaleNotifier = wf.factory('Slider', { key = 'scale', parent = frame, label = L['NOTIFIER_SIZE'], width = 160, min = 0.5, max = 1.35, isPercent = true, get = getOption, set = setOption }); local item_threshold = wf.factory('Dropdown', { key = 'item_threshold',...
Notifier

Buffzilla

15 Nov 2010 funkjedi Release
Buffzilla is a simple buff reminder addon. You tell it watchs you the buffs your missing. Then Buffzilla will present you click a clickable notification which re-buffs you with the missing buff. Type, link, or drag buffs you want to track into the box box in the options window. The priority by which the buffs are checked is determined by line order in the box. If you specify a comma-separated list of spells you will only get the Notifier when the buff that was last active expires. If...
Post-Combat Experience Summary

ExperienceMonitor

13 Nov 2010 funkjedi Release
ExperienceMonitor consists of two features. A post-combat experience summary and also a more detailed session experience summary available via slash command. Once you leave combat a post-combat experience summary will be printed to chat. This summary details the xp gained and the percentage until you level. If you want more detailed stats about your experience gains during your current session/level you can use the /em slash command. To reset your session data and start fresh you can use the...