Results: 13Comments by: magus424
File: Rune Pack11-09-10
Originally posted by Lane For the...
Posted By: magus424
Originally posted by Lane For the 4.0.1 patch I will be releasing a version that has the runes in a new order to better support post-4.0 rune cool downs and usage. It will also fix the bug that keeps the default runes from being hidden in 4.0 and update the TOC. I'm still working on disease tracking and will release that part by Ca...
File: Ara Broker Tradeskills10-27-09
Small issue - the 2nd tooltip showi...
Posted By: magus424
Small issue - the 2nd tooltip showing alt skills does not obey the scaling set in DockingStation, my LDB display addon - not sure if this is the fault of DS or your app, though all other tooltips show correctly.
File: Badapples09-15-09
Would it be feasible to add the abi...
Posted By: magus424
Would it be feasible to add the ability to add entire guilds to the bad apples list, so that everyone in that guild would show up as if they were a bad apple, without having to add every member individually? Or are guilds not available without a /who or similar query, making this not so feasible? :)
File: DoubleWide08-04-09
Any chance this could convert to a...
Posted By: magus424
Any chance this could convert to a small addon to change the built-in double wide log to just add the +/- All button? I miss that button already from DoubleWide :)
File: SmartBuff06-09-09
Suggestion: allow changing buff set...
Posted By: magus424
Suggestion: allow changing buff setups when changing specs - different specs sometimes buff differently - i.e. a prot paladin wants righteous fury, but a holy paladin doesn't, so it'd be nice to not have to keep opening the options and toggling that (or maintaining it manually), with dual specs :)
File: JustTheArt05-27-09
Woops, or not - I missed a bunch of...
Posted By: magus424
Woops, or not - I missed a bunch of entries :/ An action was blocked in combat because of taint from JustTheArt - MultiBarRight:SetPoint() Interface\FrameXML\MainMenuBar.lua:114 MainMenuBar_ToPlayerArt() Interface\FrameXML\MainMenuBar.lua:63 MainMenuBar_UpdateArt() Interface\FrameXML\MainMenuBar.lua:245 An ac...
File: JustTheArt05-27-09
Trying to diagnose some vehicle err...
Posted By: magus424
Trying to diagnose some vehicle errors, and I came across some taint log entries for JustTheArt - I don't think they're related to my issues, as far more errors popped up from "Aspected Again", but I wanted to report them just in case :) Global variable SHOW_MULTI_ACTIONBAR_1 tainted by JustTheArt - setglobal() Interface\Fram...
File: Damn Achievement Spam05-27-09
When only one person gets an achiev...
Posted By: magus424
When only one person gets an achievement, I keep seeing their name duplicated, for instance: SomeGuy, SomeGuy have earned the achievement ! I did some fiddling in the lua, and have a patch that seems to fix it :) --- DamnAchievementSpam.lua.orig 2009-05-27 11:18:31.575000000 -0700 +++ DamnAchievementSpam.lua 2009...
File: JustTheArt05-12-09
Small problem - I have "Always show...
Posted By: magus424
Small problem - I have "Always show actionbars" enabled, as I like seeing the empty slots, but no matter what I do now, when JustTheArt is enabled, those backgrounds are gone.
File: Ara Broker Tradeskills05-05-09
Originally posted by Aranarth Sor...
Posted By: magus424
Originally posted by Aranarth Sorry for that, I though it couln't cause any harm. I timed the addon in my environment, and it was always negligible (0 ms) :p For that much garbage you probably have monster addons that don't recycle encyclopedic tables generated from batteries of OnUpdate :p Entirely possible, I go a little n...
File: Ara Broker Tradeskills05-05-09
This addon causes a complete freeze...
Posted By: magus424
This addon causes a complete freeze in wow for a second or two on closing the menu. I've traced the cause to the "collectgarbage()" line in Menu_OnLeave. If I remove that command, the pause vanishes.
File: pError04-27-09
Found the issue with pError blockin...
Posted By: magus424
Found the issue with pError blocking everything. On lines 37 and 57, there's a find() command with ", v" which should be ", k" As the keys of the blacklist table are the error messages, while the values are a bool true/false on if it should be blocked, this results in it always trying to find() a bool instead of a string. Af...
File: DHUD for 6.004-17-09
error in 3.1
Posted By: magus424
Been getting this error ever since 3.1: Message: ..\AddOns\DHUD\DHUD.lua line 2450: TexCoord out of range Debug: (tail call): ? : ? : SetTexCoord() DHUD\DHUD.lua:2450: SetBarHeight() DHUD\DHUD.lua:3078: UpdateValues() DHUD\DHUD.lua:1745: TargetChanged() DHUD\DHUD.lua:572: OnEvent()