Results: 13Comments by: oscarucb
File: Ara Broker Tradeskills06-12-13
I noticed this addon has plugin sup...
Posted By: oscarucb
I noticed this addon has plugin support for the long-abandoned ProfessionsBook mod. Have you considered updating this to the successor addon, ProfessionsVault? Also, for those seeking up-to-date tracking for the new trade CDs, check out SavedInstances.
File: Texture Browser09-10-12
Broken in 5.0.4: Date: 2012-09-1...
Posted By: oscarucb
Broken in 5.0.4: Date: 2012-09-10 03:42:35 ID: 1 Error occured in: Global Count: 3 Message: ..\AddOns\TextureBrowser\core.lua line 190: attempt to call global 'GetNumMacroIcons' (a nil value) Debug: TextureBrowser\core.lua:190: TextureBrowser\core.lua:187 : Show() TextureBrowser\core.lua:362: ?() .....
File: NeedyGreedy09-01-12
Please update for 5.x MoP! Date:...
Posted By: oscarucb
Please update for 5.x MoP! Date: 2012-09-01 22:03:53 ID: 1 Error occured in: Global Count: 1 Message: ..\AddOns\NeedyGreedy\NeedyGreedy.lua line 1391: attempt to call global 'GetNumRaidMembers' (a nil value) Debug: : GetNumRaidMembers() NeedyGreedy\NeedyGreedy.lua:1391: GetSortedPlayers() NeedyGreedy\NeedyGree...
File: NeedyGreedy04-04-12
Frequent lua error when looting bos...
Posted By: oscarucb
Frequent lua error when looting bosses in parties using both Prat and NeedyGreedy: The problem is NoSpamMessage() occasionally calls :AddMessage with a nil message: DEFAULT_CHAT_FRAME:AddMessage(printString, r, g, b) the variable printString remains unset in some of the preceding logic under certain conditions. Error occure...
File: Loot & Reset01-07-12
This feature is now also part of Sa...
Posted By: oscarucb
This feature is now also part of SavedInstances, a well-maintained addon.
File: BLPConverter01-04-12
What is the correct format BLP for...
Posted By: oscarucb
What is the correct format BLP for WoW Mouse Cursors? (ie SetCursor)
File: Equipped Average Item Level Tooltip12-29-11
Dangerous and fragile coding
Posted By: oscarucb
Hi - I'm an addon author and was directed to this addon by my users, who have discovered this addon creates conflicts with some of my own (eg this ticket). Upon reviewing ths code for Equipped Average Item Level, I was horrified to see the way in which you're needlessly hijacking so many Blizzard API functions. (By hijacking, I me...
File: ItemRack11-30-11
Broken in patch 4.3
Posted By: oscarucb
Latest version of ItemRack started giving lua errors in 4.3 Anyone working on fixing/maintaining this for 4.3? Here's the fix to the immediate lua error in ItemRackOptions.lua: 345 --for i=1,GetNumMacroIcons() do 346 -- table.insert(ItemRackOpt.Icons,GetMacroIconInfo(i)) 347 for k,v in ipair...
File: UnifiedTankFrames09-14-11
Hi - Great addon, one crucial probl...
Posted By: oscarucb
Hi - Great addon, one crucial problem: Need a way to reset position on the frames if they accidentally get dragged off the screen. Currently if they get moved off screen you're totally hosed, nothing in the UI will get them back, and even clearing SavedVariables doesnt do it (because they're autoplaced by FrameXML).
File: AlreadyKnown06-09-11
Check out ProfessionsVault for a fu...
Posted By: oscarucb
Check out ProfessionsVault for a fully featured addon that also does this
File: Archy bugfix - DISCONTINUED04-28-11
Nastier but guaranteed effective fi...
Posted By: oscarucb
Nastier but guaranteed effective fix to the annoying "growing digsite frame" bug: search/replace in Archy.lua for: digsiteFrame.container:SetHeight( digsiteFrame:SetHeight( and change all the arguments to 200: :SetHeight(200)
File: ItemRack10-12-10
Anyone working on updating this for...
Posted By: oscarucb
Anyone working on updating this for 4.x? I refuse to use Blizzard's piece-of-crap equipment manager...
File: Character Map07-29-09
Better show/hide behavior
Posted By: oscarucb
Hi - Cool addon for the 1-2 times a week it's handy, but I don't want it taking up screen real-estate all the time. Could you please teach it to remember its show/hide state between sessions (so I don't have to hide it every time I login), and possibly add a keybind for toggling the UI? Thanks!