Results: 2645Comments by: AnrDaemon
File: Livestock12-05-12
Ok, now, I'm convinced, that this i...
Posted By: AnrDaemon
Ok, now, I'm convinced, that this is Blizzard bug, until someone disprove it. local menubutton = _G or CreateFrame("Button", "Livestock"..token.."Menu"..currentMenu.."Button"..button, menuframe, "LivestockMenuButtonTemplate") -- create or reference the button, with the appropriate name and number menubutton:Show() Trows an...
File: Bartender412-05-12
there is no option for change actio...
Posted By: AnrDaemon
there is no option for change actionbars when I use an incarnation: King of the Jungle Can you, or anyone else, please explain, which problems this pose, from actionbars standpoint? I'm not up yet to play my druid, but i'm curious.
File: HealBot Continued12-05-12
Re: :(
Posted By: AnrDaemon
Yea can we have a option where the tanks appear back in their original spot because whenever i do a raid the tanks are scrambled all over the interface and i turn out healing mainly dps and the other healers so please have a setting or an option where i can change it back <3 Sort units by health ?
File: Titan Panel12-04-12
Date: 2012-12-05 04:29:40 ID: 1 E...
Posted By: AnrDaemon
Date: 2012-12-05 04:29:40 ID: 1 Error occured in: Global Count: 1 Message: ..\AddOns\TitanLootType\TitanLootType.lua line 267: attempt to call global 'SetDungeonDifficulty' (a nil value) Debug: TitanLootType\TitanLootType.lua:267: func() ..\FrameXML\UIDropDownMenu.lua:710: UIDropDownMenuButton_OnClick() :1:...
File: HealBot Continued12-02-12
Separated Tooltips function into a...
Posted By: AnrDaemon
Separated Tooltips function into a load on demand addon (HealBot_Tips) Not quite understand this move. Does it means, that Healbot tips additions are now optional, and the default unit tooltips will be show by... eh, default? (sorry, i'm kind of tied with work ATM, can't check it ingame.)
File: HealBot Continued12-02-12
"]Is HB supposed to filter out spel...
Posted By: AnrDaemon
"]Is HB supposed to filter out spells not available to current character specialization? Can you give an example. Heal and Greater Heal spells not available to Shadow priests. As well as Terror and some other Shadow spells not available to Holy and Discipline priests. There's also spells, which are exclusive for Discipline or H...
File: Livestock12-02-12
What happens is instead of stealthi...
Posted By: AnrDaemon
What happens is instead of stealthing the pet is summoned and stealth is on cd. Was always this way. Hit stealth before you dismount or even hit the ground.
File: HealBot Continued12-01-12
Is HB supposed to filter out spells...
Posted By: AnrDaemon
Is HB supposed to filter out spells not available to current character specialization?
File: Raven12-01-12
I was sifting through WowAce... Tho...
Posted By: AnrDaemon
I was sifting through WowAce... Though, someone here would be interested in this addon: http://www.wowace.com/addons/idiotcheck/
File: Livestock11-30-12
Speaking of one change. -...
Posted By: AnrDaemon
Speaking of one change. - if _G then + if _G.SetWidth ~= nil then I don't think, you need to check for existing SetWidth, or compare it against nil. SetWidth (and GetWidth) method may only be missing, if the table itself is missing. And if it is missing, it'll return nil and the chek will fail...
File: Titan Panel11-30-12
:shock: Date: 2012-11-30 23:42:20...
Posted By: AnrDaemon
:shock: Date: 2012-11-30 23:42:20 ID: 2 Error occured in: Global Count: 3 Message: C stack overflow Debug: : Show() TitanRepair\TitanRepair.lua:1464: TitanRepair\TitanRepair.lua:1461 (tail call): ? : Show() TitanRepair\TitanRepair.lua:1464: TitanRepair\TitanRepair.lua:1461 (tail call): ?...
File: AtlasLoot Enhanced11-30-12
I've had 4 items in wishlist. 2 fo...
Posted By: AnrDaemon
I've had 4 items in wishlist. 2 for Cata heroics, 2 for raiding. I've opened the wishlist, went to \Heroics sub-category and removed (Alt+Click) each of the items that were there. Then I've clicked the "Raid Finder" subcategory. Date: 2012-11-30 20:03:22 ID: 1 Error occured in: Global Count: 1 Message: ...dOns\AtlasL...
File: Livestock11-29-12
In addition something's broken abou...
Posted By: AnrDaemon
In addition something's broken about the not summoning pets while in stealth. Class stealth or quest stealth?
File: Livestock11-29-12
Speaking of one change. -...
Posted By: AnrDaemon
Speaking of one change. - if _G then + if _G.SetWidth ~= nil then I don't think, you need to check for existing SetWidth, or compare it against nil. SetWidth (and GetWidth) method may only be missing, if the table itself is missing. And if it is missing, it'll return nil and the chek will fail...
File: TomTom11-29-12
Could you please clarify what you m...
Posted By: AnrDaemon
Could you please clarify what you mean, and tell me how I can reproduce it? /way 50 50 Crazy taxi arrow title says "Unknown waypoint" Right-click the waypoint (on map or minimap) and choose "set as arrow..." The arrow title now says "TomTom waypoint". This isn't really a bug. I didn't said, it's a bug :P More like inconsist...
File: TomTom11-28-12
Could you please clarify what you m...
Posted By: AnrDaemon
Could you please clarify what you mean, and tell me how I can reproduce it? /way 50 50 Crazy taxi arrow title says "Unknown waypoint" Right-click the waypoint (on map or minimap) and choose "set as arrow..." The arrow title now says "TomTom waypoint".
File: TomTom11-28-12
The "Unknown waypoint" problem is b...
Posted By: AnrDaemon
The "Unknown waypoint" problem is back, by the way. ("Crazy taxi" arrow title is different from waypoint name, unless you manually go to map/minimap and re-set waypoint as current through context menu.)
File: NPCScan11-27-12
Re: Rare weapon and recipes
Posted By: AnrDaemon
was wondering if there was a way to be alerted of this so i dont have to stop and search the locations in case the weapon or recipe is there. Wat?... if it can find the camel figure then i cant see why it cant find the rare weapon and recipes. Camel figurine is an NPC.
File: Bartender411-26-12
Very buggy. Bars randomly change si...
Posted By: AnrDaemon
Very buggy. Bars randomly change size and/or positions. And whenever I try to enable or disable a bar the addon lags up and I end up having to /reload ui a couple times before it starts to work.....:confused: Try again with only Bartender enabled. Bet you have another addon interfering.
File: HealBot Continued11-25-12
Double #2: Please don't check for "...
Posted By: AnrDaemon
Double #2: Please don't check for "on raid" buffs when soloing. Use case: "Blessing of Might @ Self, Blessing of Kings @ Raid". Obviously, I don't want BoK, when soloing, but it's preferred for group, if no other class provide similar buff. On a related note, I don't think there's any buffs left, that work on party and not on raid.
File: Raven11-22-12
Can anyone tell me how to make the...
Posted By: AnrDaemon
Can anyone tell me how to make the trinket internal cooldowns show up? As far as I know, these cooldowns can't be tracked directly, they are not available to Lua code.
File: Titan Panel11-21-12
What does plug-n-play mean? http...
Posted By: AnrDaemon
What does plug-n-play mean? https://www.google.com/search?q=plug-n-play
File: Altoholic11-17-12
Re: Re: Re: Re: Re: Dependency Disabled?
Posted By: AnrDaemon
Really? Really. You think I havn't done that......? You did, but either didn't read, what was written there, or didn't understand it. I have it enabled. What "it"? I have DataStore and Altoholic enabled..it still says the same :S Not enough. Enable all Altoholic* and DataStore* modules. Select "All" from the dropdown menu (Wh...
File: Altoholic11-17-12
Re: Re: Re: Dependency Disabled?
Posted By: AnrDaemon
Hi Can someone help me? I love this addon, but since MoP hit I cannot use it. It just says "Dependency Disabled" next to the addon on the character screen :S I tried, manually downloading it and not from curse, but no change. Thanks Enable all Altoholic* and DataStore* modules. How do I do that? :# google:how+to+enable...
File: TomTom11-14-12
Re: Re: Re: Re: recently reacquired Tom Tom is too big! And help?
Posted By: AnrDaemon
the size of the TomTom arrow is always exactly what I posted. Absolutely nothing in TomTom can or will change that. He did not ask about the position of the arrow, he asked about the size of it. I'm still waiting for some more information, because I'm at a loss. I'm sorry, of course, you're right. Waypoint arrow scale is stored i...