Results: 91Comments by: dwex
File: Cooldown Timers01-12-07
Odd behavior for Insignia of the Alliance
Posted By: dwex
When I equip my Insignia of the Alliance, I get a 30 second cooldown bar (as expected). When I activate my Insignia of the Alliance, I get a 30 second cooldown bar (not expected - 5 minute cooldown on the trinket) I have set my max time to 300 seconds
File: Cooldown Timers01-12-07
Fubar plugin not showing up in Fubar menu
Posted By: dwex
The Fubar plugin doesn't show up in Fubar's "Interface Enhancements" menu (or any other menu that I can find). Makes it impossible for me to move it to my bottom bar
File: Fizzwidget Feed-O-Matic01-11-07
Macro this...
Posted By: dwex
With 2.0.3, you can now use the /click command on secure buttons. You can create a macro with: /click FOM_FeedButton and it will act just like clicking the happiness button. I think this will be a boon to anyone not using the default unit frames. I haven't figured out a way to do a right click to bring up the options, but yo...
File: FuBar - RegenFu01-11-07
The options for the FSR countdown bar is still hidden
Posted By: dwex
Again, with the latest version, the option to hide/show the FSR timer bar is hidden in FSRT is displayed. That's wrong. The options should be independent.
File: FuBar - RegenFu01-07-07
The options for the FSR countdown bar is still hidden
Posted By: dwex
if you disable showing FSRT. This is wrong. They should be independent options.
File: Saeris's LootLink01-05-07
Searching enhancements
Posted By: dwex
Is it possible to implement a search behavior with an "or better" context? Searching currently seems to be for that specific rarity. So if I'm searching for blue items, it finds only blue items, not blue, purple and orange items that match. Any chance of getting attribute-based searching? E.g. items with +5 agi or better.
File: Saeris's LootLink01-05-07
Bootstrap errors?
Posted By: dwex
I've been using this version of Lootlink since 2.01 came out. I've had all sorts of wierd stuff in my data, so today I decided to recreate my database from scratch. I deleted my SavedVariables file and fired up wow. When I went into LootLink, it had about 3500 items, but no sub-items. E.g. "Abyssal Mail Legguards" with nothing undern...
File: FuBar - OutfitterFu01-03-07
Making OutfitterFu sort
Posted By: dwex
OK, I coded this up myself. I'm new to Fubar/Ace/Addons, but this seems to work. First, insert this before OutfitterFu:OnToolTipUpdate() local function my_sort(a, b) if not a or not b then return false end return a.outfit.Name < b.outfit.Name end Then, inside OutfitterFu:OnToolTipUpdate(), change if...
File: RicoMiniMap01-03-07
Fubar minimap button
Posted By: dwex
One of the reasons I got Fubar was to get stuff off of my minimap. Dunno if this is a Fubar bug or a ricoMiniMap bug, but when I uncheck the "Attach to minimap" option, I get an assertion error from Fubar: Interface\Addons\Fubar\Fubar_Panel.lua:690: assertion failed!
File: RicoMiniMap01-03-07
Quest tracker position...
Posted By: dwex
The function RicoMiniMap_OnLoad() locks the quest tracker position relative to the right edge of the screen. Since I'm using Blizzard's default action bars right now, with 2 right bars, the quest tracker gets clipped.
File: RicoMiniMap01-02-07
When zoning, location is not displayed
Posted By: dwex
This happens, for example, when going in & out of BGs. Displaying the world map and hiding it fixes the problem. In another minimap coords addon, I was able to fix the bug by inserting a call to SetMapToCurrentZone() just before the call to GetPlayerMapPosition(). Just tested this, and it works.
File: FuBar - RegenFu12-31-06
Option for FSR Countdown Bar gets h...
Posted By: dwex
Option for FSR Countdown Bar gets hidden if you uncheck Show FSRT. This can be fixed by a little reordering of the menu code. Change this: showFSRB = { type = "toggle", name = L, desc = L, set = "ShowFSRBar", get = function() return RegenFu.db.char.showFSRBar end, order = 31, hidden = "IsHideFSRT", }, fsrtGroup4 = {...
File: FuBar - LocationFu12-31-06
When zoning, location is not displayed
Posted By: dwex
This happens, for example, when going in & out of BGs. Displaying the world map and hiding it fixes the problem. In another minimap coords addon, I was able to fix the bug by inserting a call to SetMapToCurrentZone() just before the call to GetPlayerMapPosition(). Just tested this, and it works.
File: FuBar - OutfitterFu12-30-06
Outfit sorting order
Posted By: dwex
Outfitter's menu sorts outfits in each category alphabetically. OutfitterFu appears to sort them in the order they were created. Would it be possible to fix OutfitterFu to sort alphabetically?
File: Saeris's LootLink12-20-06
AtlasLoot still doesn't recognize LootLink
Posted By: dwex
I've got LL 7.3.2, with AtlasLoot 2.0. AtlasLoot still grays out it LootLink option.
File: Fizzwidget TrackMenu12-05-06
Druid kitty-form Track Humanoids?
Posted By: dwex
Doesn't look like there's support for the Track Humanoids ability for druids in kitty form. Could that be added? Thanks.