Results: 31Comments by: DamonDK
File: Broker Managem12-04-12
Newly updated and reworked to MoP,...
Posted By: DamonDK
Newly updated and reworked to MoP, takes the Managem glyph into account aswell now!
File: Vendorizer02-23-11
Re: Re: Hey Maul
Posted By: DamonDK
Originally posted by Maul Thanks for the report. Vanishing Powder is new and I think Blizzard has changed some other small things about vendor items. I will check it out. As a note, I can remove this bug by commenting out lines 336 - 338 -- if (batch > 1) then -- qty = floor(qty/batch) -- end Apparently in the new merch...
File: Mage Nuggets11-03-10
Hey B-Buck! Thanks for adding th...
Posted By: DamonDK
Hey B-Buck! Thanks for adding the managem tracker. I would however like to suggest some functionality changes :) Could the number on the monitor perhaps be green when you're in combat and the managem is off CD? Could the number on the monitor perhaps be RED when you're not in combat and below 3 charges (forgot to refill m...
File: HorsemanSummonFix10-19-10
Thanks a lot !!!
Posted By: DamonDK
Thanks a lot !!!
File: Vendorizer10-15-10
Hey Maul
Posted By: DamonDK
I just replaced 2 big@ss addons with this little gem, so really thanks for your work! However, I have some issues with autoshopping/buying Vanishing Powder (VP). I've set the limit to 20 as that's the stacksize of VP. It's at the vendor in stacks of 5 and when I'm at 15 VP and I click the vendor, it only autobuys a VP (to 16)...
File: Mage Nuggets10-14-10
Originally posted by b-buck Pleas...
Posted By: DamonDK
Originally posted by b-buck Please check that the option "Lock frames" and the option "Enable frame click thru" are not checked. If this does not help please get back to me asap and we will figure it out. thanks Most default settings are apparently "Click Through" enabled = can't move a thang. On another note - Could you...
File: Mage Nuggets08-02-10
ManaGem reminder
Posted By: DamonDK
Hey B-Buck, thanks for this very nice addon :) You could perhaps add a "Use your managem!" reminder? if ((MaxMana - CurrentMana) > Managain from Managem) AND ManaGemNotOnCD AND ManaGemChargesNotZero then ShowGizmoBox Something like that only coded properly ofc :) Thanks in advance, DamonDK
File: bdChat06-16-10
Castro - this is now a part of the...
Posted By: DamonDK
Castro - this is now a part of the default Blizz interface and thus not something you need an addon to do for you :) :D Right-click General chattab - choose Settings and put checkmarks in "Show Classcolor".. :rolleyes: When done - dance :banana::banana::banana:
File: bdChat06-08-10
One last feature req - Copy content...
Posted By: DamonDK
One last feature req - Copy contents of chatwindow. Personally I DL'd BasicChatMod and copy/paste'd the contents of chatcopy.lua into my own modded version of bChat.lua and that worked perfectly. I don't know if you wanna be just as simple n blatant ripoff'ish, but just letting you know how easy it is :) This makes bChat hav...
File: Butsu06-06-10
Thanks for a nice addon. I do ho...
Posted By: DamonDK
Thanks for a nice addon. I do however find that when I have ML on, the "ML frame" (the one with groups) appears at the topleft corner of the screen, instead of @ the cursor :confused: Hope that you can fix it.
File: bdChat05-29-10
Wtb Timestamp On/Off included in th...
Posted By: DamonDK
Wtb Timestamp On/Off included in the code, pls I changed/added around the hook function (line 205) local function hook(self, text, ...) local tstr = (date("%X").." ") if timestamp then self:f(tstr..text:gsub(pattern, f), ...) else self:f(text:gsub(pattern, f), ...) end end and added this to the top (line 7) local...
File: bdMinimap05-29-10
I think I found an error, can't sca...
Posted By: DamonDK
I think I found an error, can't scale the minimap with the config section. I changed this : Line 93 m:SetScale(1) to Line 93 m:SetScale(scale) I also changed from the big SexyMap to this and when I did, I realised how small the tracker frame really is. I suggest adding WatchFrame:SetHeight(500) or a variable @ the top to...
File: TinyDPS05-23-10
Perhaps you could include an option...
Posted By: DamonDK
Perhaps you could include an option so you could set a textcolor and a barcolor and not be classcolored (this would ofc be an option). if you then choose classcolor, the classcolor inherits the alpha setting. also perhaps add some more textures?.. Or I suppose you eventually want to add SharedMedia and don't wanna clutter stuf...
File: TinyDPS05-23-10
I have an issue withthe lack of bei...
Posted By: DamonDK
I have an issue withthe lack of being able to control the alpha of the text color (bar color if you turn on the bar color/text color swap). It wouldn't make sense to make a colorselect for the text since you obviously want to use class color text with a bar color that we can select (or vice-versa) but I'm sad that you didn't inclu...
File: Ara Broker Tradeskills03-18-10
Mysterious Egg
Posted By: DamonDK
Hey Aranarth. Great addon and I love it. I just have a little problem with the Mysterious Egg function. I bought the Egg, and viola the CD appeared on the broker tag as it's supposed to. My wow crashed not too long after (unrelated to your addon) and thus the variables weren't saved. This means that the Egg CD isn't saved an...
File: Shadowed Unit Frames11-27-09
Originally posted by Shadowed Dam...
Posted By: DamonDK
Originally posted by Shadowed DamonDK: That tag works fine, I suspect you entered the tag name incorrectly in the /suf -> Units -> -> Text option, make sure you have Lua errors on too in ESC -> Game Menu -> Help -> Display Lua Errors That turned out to be it. I just put a checkmark in the "test" under Misc.Category and...
File: Shadowed Unit Frames11-26-09
Hey Shadowed, thanks for a great ad...
Posted By: DamonDK
Hey Shadowed, thanks for a great addon ! Sorry to report, but I'm having issues when creating new tags. I wanted to make a tag that shortens unitnames down to 4 chars (to fit them into a Grid-lookalike raidframe with almost square raidframes) I looked at your github wiki and found the example. http://img526.imageshack.us/...
File: Skada Damage Meter04-06-09
Originally posted by Rabut An ide...
Posted By: DamonDK
Originally posted by Rabut An idea: A Threat Done mode, very much like Damage Done but with the threat done per combat (or TPS donde per combat) and a detailed view of the habilities that caused that threat (like de Damage or Healign Detailed view). PD: thanks for the work :) Rabut - While this in theory could be done, it wo...
File: dHunterTool04-01-09
If it's not too cumbersome, could y...
Posted By: DamonDK
If it's not too cumbersome, could you perhaps consider making the config Load-On-Demand? That options library and me aren't friends ;)
File: zChat03-26-09
Hi Zergreth! I was wondering if...
Posted By: DamonDK
Hi Zergreth! I was wondering if you could also implement one or more of the following : - Chatlinks. Whenever someone makes a link to a webpage make that link clickable and the text appear in a popupbox, easy to copy/paste? (Look at LinkMe for inspiration). - Highlight the players own name in chats. Eg : "17:09:12|Trade|Masi...
File: AtlasLootReverse03-21-09
While I think you could've compress...
Posted By: DamonDK
While I think you could've compressed the data further by using the method I suggested, the current change will do nicely as my goal was to get a tooltip addition that gave me the boss who drops it and take up less space than Mendeleev. I guess playing the devil's advocate for a bit can bring a bit of change for the good ;) Tha...
File: AtlasLootReverse03-20-09
I think you've found an old version...
Posted By: DamonDK
I think you've found an old version of Mendeleev. On http://www.wowace.com/projects/mendeleev/ you can DL the latest version, and it definatly has all the WotLK look. It only takes up 7-800kb and also includes all types of crafting info (if you mouseover Adder's Tongue, you can see a list of alchemy things it's used in and so o...
File: AtlasLootReverse03-20-09
Memoryhogging :)
Posted By: DamonDK
Yay, First ! :) This addon is nice, especially since the Daviesh and the crew seemingly cba to make this functionality of their own volition. However : Why does it have to suck up so much memory?.. And apparently it forces atlasloot to load all it's modules in the scanning process (something I doubt you can avoid) but even then...
File: dHunterTool01-21-09
Hi Drauer, thanks for a great addon...
Posted By: DamonDK
Hi Drauer, thanks for a great addon that combines alot of the other hunter addons I had :) I would only like one more feature : To add custom channel to output possibilities. Often ppl have custom class channels for their guild, and in my guild we use it to look at the MD's of eachother without spamming raidchat. So either m...
File: ZHunterMod11-21-08
Hi Zanzer, thanks for making a grea...
Posted By: DamonDK
Hi Zanzer, thanks for making a great mod :) Just wondering : Would it be possible for you to make a mana/aspect alert module? Something that will warn you if you're in Viper and has above X% mana, and vice versa : In (Dragon)Hawk and you've got less than Y% mana. The output could be in the RW Frame/Error Frame/X frame.. and...