Results: 17Comments by: Mookhow
File: AnnoyingBuffReminder06-15-09
Please add a check so that you're o...
Posted By: Mookhow
Please add a check so that you're only reminded to cast Righteous Fury if you have the Improved Righteous Fury talent. I would like to be reminded when I'm in my prot spec, but not when I'm in my ret spec.
File: StableBoy04-23-09
The Winged Steed of the Ebon Blade...
Posted By: Mookhow
The Winged Steed of the Ebon Blade shows up as a flying mount in the configuration dialog, but in the ldb plugin it shows up as a ground mount. I also randomly get the empty mount list too. I have to reload the UI to get it back. Both the configuration dialog and the ldb plugin show entries but they have no text associated with...
File: AnnoyingBuffReminder10-22-08
This line throws an error: if (buf...
Posted By: Mookhow
This line throws an error: if (buffName and string.match(buffName, ABR_LOCALE.regexAura and buffName ~= ABR_LOCALE.crusaderAura)) then I corrected it to this and it seems to work properly: if (buffName and string.match(buffName, ABR_LOCALE.regexAura) and buffName ~= ABR_LOCALE.crusaderAura) then Also, can you make the Crusa...
File: Aspected Again10-18-08
I'll remove Shadow Form from the ad...
Posted By: Mookhow
I'll remove Shadow Form from the addon then. Personally I added some mage spells and warlock spells to the localization.lua to utilize the class bar for these classes. I don't include these changes in the addon because I don't know if others will want these spells, and I don't have functionality for removing spells from the bar oth...
File: Aspected Again10-18-08
Re: how to make this fully compatible with Dominos
Posted By: Mookhow
Thanks for the info about Dominos. I had modified my own copy of Dominos to be compatible with Aspected, but I didn't want to publish the change since it required modifying someone else's code. I've been trying to figure out how to make the change work wholly within my own code. if ( IsAddOnLoaded("AspectedAgain") an...
File: TotemMenu Redux04-01-08
If you type "/totem tooltips none"...
Posted By: Mookhow
If you type "/totem tooltips none" or "/totem tooltips name", it should change the tooltips to not show at all or only the name of the totem. I want to create real options for the addon using the new Blizzard Interface Menu thing, but I haven't gotten around to it.
File: TotemMenu Redux10-19-07
Re: Possibility for a 2.2 Patch compatibility?
Posted By: Mookhow
Originally posted by akshatk Wonderin if you can make a 2.2 addon update for this. Cause it owns... i couldnt play the game without it :( The addon seems to work fine for me in 2.2.3. Is there something specific that seems messed up?
File: Aspected Again05-18-07
Thanks for the find! I've been abl...
Posted By: Mookhow
Thanks for the find! I've been able to remove that weird border thing now. I credited you with the find.
File: Aspected Again02-06-07
The outline thing started appearing...
Posted By: Mookhow
The outline thing started appearing when I put in the fix for TrinityBars. I have an idea what's wrong but I haven't found the solution yet. I'm working on it.
File: TotemMenu Redux01-29-07
If you have the newest version (2.0...
Posted By: Mookhow
If you have the newest version (2.0.6.0), you need to hold shift to drag or resize the window now.
File: Aspected Again01-23-07
Yeah. I'll be releasing a 2.0.6.0 v...
Posted By: Mookhow
Yeah. I'll be releasing a 2.0.6.0 version tonight with a few changes/fixes.
File: TotemMenu Redux01-06-07
Originally posted by Wessller For...
Posted By: Mookhow
Originally posted by Wessller Forgive me if this is something i should know - but can you resize the window? /Wessller There's a little thing in the bottom-right corner of the window that you can drag to resize.
File: Aspected Again12-15-06
Originally posted by Lohv I have...
Posted By: Mookhow
Originally posted by Lohv I have a simple question: is it possible now with the 2.0 API to make logical decisions when creating buttons? I had my own modified version of Aspected which checked if you already had Monkey/Hawk, and if you had one of those, pressing the same key again would not turn off the aspect, among other customiz...
File: TotemMenu Redux12-13-06
I'm sorry, but I have no plans to i...
Posted By: Mookhow
I'm sorry, but I have no plans to implement timers into this addon. It'd be overly complex to add, unreliable considering the information Blizzard provides us, and I don't really see anywhere to put the timers unless I add another window.
File: Aspected Again12-13-06
The problem with MoveAnything, Bart...
Posted By: Mookhow
The problem with MoveAnything, Bartender3, and likely a number of other mods like them, is that they're referencing the ShapeshiftButton widgets directly. This was fine before the 2.0 patch, but now these buttons cannot be used to cast arbitrary spells. Because of this limitation, I ended up creating my own look-alike buttons that...
File: Aspected Again12-11-06
Re: fixes
Posted By: Mookhow
Originally posted by Drag I really waited for Aspected as i like it a lot. But there are two concerns i got. 1) I can not move the bar around. CTmod has no "Unlock Frames" option anymore. So it's stuck at the original position atm. 2) There is a nasty white/grey texture behind it. Which you also can see on the picture if you...
File: Aspected Again12-10-06
Originally posted by Ricowan Swee...
Posted By: Mookhow
Originally posted by Ricowan Sweet, I've been waiting for someone to update this! Thanks! Edit: Unfortunately, it doesn't seem to be compatible with Bartender3 :( I looked at Bartender3's code and I see where the incompatibility is. I can play around with my addon a bit but I'm not sure if it'll work.