Results: 32Comments by: azonia
File: Debuff Filter and Cooldowns04-19-09
If implemented properly I think bot...
Posted By: azonia
If implemented properly I think both of the fixes should be the same. Also, this mod has been updated on curse by porkbone: http://wow.curse.com/downloads/wow-addons/details/debuff-filter.aspx
File: Debuff Filter and Cooldowns04-16-09
I used the following after each of...
Posted By: azonia
I used the following after each of the UnitBuff and UnitDebuff queries and it seems to be ok: if ismine == "player" then ismine = true else ismine = false end
File: Broker Reincarnation04-14-09
When copying this addon folder over...
Posted By: azonia
When copying this addon folder over, in vista you get an odd folder icon. This is because the author included the desktop.ini file in the zip. If you want to revert to normal folder icon, just delete the desktop.ini that is included in the zip/folder. Normally this file is hidden, so you may have to tell windows to show you hidden...
File: TipTac03-20-09
I'm having the TipTacAnchor popup e...
Posted By: azonia
I'm having the TipTacAnchor popup every log in as well. I'm sure it isn't a read only thing. I have all of my tooltips set to mouse btw.
File: SpamSentry03-16-09
For now, the quick and dirty way is...
Posted By: azonia
For now, the quick and dirty way is to do a search in your addons directory for the file "LibDBIcon-1.0.lua" Replace all versions of this file with the one included with SpamSentry. I'm sure there's a better fix, but this works for me.
File: SpamSentry03-15-09
Further testing with the icon dupli...
Posted By: azonia
Further testing with the icon duplication problem shows that any addon using the updated ldbicon library will cause spamsentry to have 2 icons. Looks like there was a change in version 7 or 8 that broke spam sentry's ldb code. I tried changing the version in spam sentry's libraries, but that didn't help, so for now I'm downgrading...
File: SpamSentry03-13-09
I've installed the newest bigwigs b...
Posted By: azonia
I've installed the newest bigwigs bossmods and for some reason it causes SpamSentry to duplicate its icon. This is with broker2fubar installed, so I get an icon on the fubar and on the minimap. Not sure which mod is the culprit here. *note: I rolled back the ldbicon library included with bigwigs (rev: 8) to the one that spamsent...
File: Debuff Filter and Cooldowns10-20-08
Thanks for the update
Posted By: azonia
Thanks for the update
File: Debuff Filter and Cooldowns09-22-08
I would love to see this mod update...
Posted By: azonia
I would love to see this mod updated and working in 3.0. Really useful for Mutilate rogues :)
File: LightHeaded03-31-08
For Fubar_QuestFu support, the area...
Posted By: azonia
For Fubar_QuestFu support, the area that needs changing is in: FuBar_QuestFu\Comments\Comments.lua in function: QuestsFu_Comments:UpdateQuestDetail(object) I'll look into updating it for the newest lightheaded, but I'm not sure when... so if someone else wants to beat me to it, feel free. :) For now, you can just turn...
File: LightHeaded03-26-08
Received an error: LightHeaded-2...
Posted By: azonia
Received an error: LightHeaded-215\LightHeaded.lua:70: bad argument #2 to 'format' (string expected, got nil) LightHeaded-215\LightHeaded.lua:70: in function `GetQuestName' LightHeaded-215\LightHeaded.lua:394: in function `UpdateFrame' LightHeaded-215\LightHeaded.lua:920: in function
File: ag_UnitFrames05-16-07
Am I just going crazy or is there n...
Posted By: azonia
Am I just going crazy or is there no combo point display for this?
File: ChatThrottleLib03-19-07
One issue I had with this is that t...
Posted By: azonia
One issue I had with this is that the embed information (method 2) in the readme file is partially wrong. The readme says: * Copy the entire ChatThrottleLib folder to your addon * Add "ChatThrottleLib/ChatThrottleLib.xml" to your .toc file but you need to use a "\" instead of a "/" like this: ChatThrottleLib\ChatThrottleLi...
File: Fubar - NinjutFu (a Rogue plugin) (continued)02-12-07
I will be uploading a new NinjutFu...
Posted By: azonia
I will be uploading a new NinjutFu in the next few days with poison fade notification and poison purchasing. This may be my last update, as I'm looking to merge with another mod author's NinjutFu code. Just thought I'd let you all know.
File: Trinket Menu02-12-07
Any word on the trinket queueing is...
Posted By: azonia
Any word on the trinket queueing issue I've run into? With so many activateable trinkets in BC this mod should be an integral part of everyone's UI!
File: Fubar - NinjutFu (a Rogue plugin) (continued)01-28-07
Litvan, it clearly shows the amount...
Posted By: azonia
Litvan, it clearly shows the amount of poisons in my bags when i hover over the plugin. Perhaps you aren't understanding the feature or don't have the newest version.
File: FuBar - Top ScoreFu01-25-07
Anyone not seeing spells register s...
Posted By: azonia
Anyone not seeing spells register should update the Babble-Spell-2.2 lib in the topscorefu libs folder. An updated lib can be found here under the Babble-2.2 heading: http://files.wowace.com/
File: EmoteLDB01-17-07
I see your dilemma. Perhaps you co...
Posted By: azonia
I see your dilemma. Perhaps you could make 2 tables. One containing only the text you wish to sort, and the other table (same size) containing the full contents needed for the menu creation. After creating the table holding the text to be sorted, run a sort on it, then, in a loop, compare the two tables, rearanging the second (f...
File: FuBar - ExperienceFu01-16-07
-=Little Bug=- If you log in wit...
Posted By: azonia
-=Little Bug=- If you log in with this mod off, then turn this mod on using the fubar enable, it gives a nil initial xp error: "FuBar_ExperienceFu\ExperienceFu.lua:285: attempt to perform arithmetic on field 'initialXP' (a nil value)"
File: FuBar - HonorFu01-15-07
I'm sure you already know about thi...
Posted By: azonia
I'm sure you already know about this, but just in case, HonorFu could use an update for Eye of the Storm weekend. I love this mod btw :) Also, I add this into HonorFu whenever I get a new version. function HonorFu:OnClick() ToggleCharacter("PVPFrame"); end
File: ChatThrottleLib01-15-07
I'm using this still and it works f...
Posted By: azonia
I'm using this still and it works fine. Just update the TOC.
File: Fubar - NinjutFu (a Rogue plugin) (continued)01-15-07
I've updated most of this to work i...
Posted By: azonia
I've updated most of this to work in 2.0, but I can't get the poison application to work. I've looked at the mod that saltorio posted, but I don't think this kind of functionality is possible using Fubar. Everything else works fine and I've been using it to keep track of items and repurchase Flash Powder as usual :) Look for a...
File: EmoteLDB12-31-06
I redownloaded this mod and am havi...
Posted By: azonia
I redownloaded this mod and am having zero problems now. Thanks for the update, long live Fubar!
File: EmoteLDB12-30-06
I think this version may be causing...
Posted By: azonia
I think this version may be causing profile save issues. when using it on all but one of my characters none of my fubar addons were showing on the bar. It may also have to do with the lib versions. In any case, removing it fixed the issue. If I can find out more, I'll post it.
File: Cartographer12-20-06
At first I was a bit upset about ha...
Posted By: azonia
At first I was a bit upset about having to get another Addon when you removed the coordinates from locationFu. But now I'm glad I was "forced" to get this mod, it's excellent. I commend you!