Results: 1144Comments by: Haleth
File: FreeUI11-24-10
It's nothing wrong with your addon,...
Posted By: Haleth
It's nothing wrong with your addon, I'm quite sure. It's just, if you instantly load it (LoadAddOn) then it'll throw an error whenever you start combat.
File: FreeUI11-23-10
Bah, found a bug. alDamageMeter doe...
Posted By: Haleth
Bah, found a bug. alDamageMeter doesn't work properly when loaded without reloading. Gonna see if I can sort that out, else I might end up going back to TinyDPS anyways.
File: FreeUI11-23-10
Update is here, tons of fixes, righ...
Posted By: Haleth
Update is here, tons of fixes, right-click buff cancelling should work most of the time, still have a minor problem now. Swapped TinyDPS for alDamageMeter and other things, check out the changelog. -- @ breor; Not for now, sorry.
File: FreeUI11-22-10
There'll be an option for this in t...
Posted By: Haleth
There'll be an option for this in the next version.
File: Aurora11-22-10
@ pl; that's possible, the simplest...
Posted By: Haleth
@ pl; that's possible, the simplest would be to remove all the 'IsAddOnLoaded("Tukui") and stuff. You'd have to look for the TukuiDB stuff too though and replace it with actual colours, because right now, it's reliant on Tukui's own config system for the colours. @ cdmerchant; Your version seems to be out of date. I downloaded Dou...
File: FreeUI11-21-10
The next version should have better...
Posted By: Haleth
The next version should have better unitframe placement by default, I'm not sure if I will add MovableFrames. Edit: It's done now, the only thing left is a "action blocked" error sometimes when right-clicking a buff. I can't track seem to this down, but I'll try anyways. If I really can't find it then I'll leave it in and fix it i...
File: Aurora11-21-10
It does work, please don't just ass...
Posted By: Haleth
It does work, please don't just assume that it doesn't. I've tried to clarify the instructions but with those + the pictures I really can't make it any more clear, sorry.
File: Aurora11-21-10
Eh, it does work, else I wouldn't u...
Posted By: Haleth
Eh, it does work, else I wouldn't upload it. And no, Curse is a horrible website and that addon never worked in the first place, judging by the comments.
File: Aurora11-21-10
Thanks, should be fixed soon.
Posted By: Haleth
Thanks, should be fixed soon.
File: Aurora11-20-10
That's strange. If you've turned on...
Posted By: Haleth
That's strange. If you've turned on lua errors (Interface -> Help -> Display Lua Errors), are you getting any? Also, working on a default bag reskin, if I can get bag 3 and 5 to play along nicely. http://img228.imageshack.us/img228/7898/wowscrnshot112010223222.jpg
File: FreeUI11-20-10
Next version will probably include...
Posted By: Haleth
Next version will probably include alDamageMeter rather than TinyDPS (if I get permission from Allez). TinyDPS is a great addon but it's too much of a hassle for me to tweak and update the installer every time it gets updated.
File: FreeUI11-20-10
It's not exactly graphical, it's lu...
Posted By: Haleth
It's not exactly graphical, it's lua-based. Remove all of the FreeUI.CreateSD functions except the one in the 'reskin' function (cause you need that for the button glow). Tabs may end up looking bad though, they're designed to fit in with the shadow.
File: Aurora11-20-10
Should be fixable. Can you show som...
Posted By: Haleth
Should be fixable. Can you show some screenshots?
File: FreeUI11-20-10
There's no scaling options on the b...
Posted By: Haleth
There's no scaling options on the bags, sorry. You can try with lua though if you like, shouldn't be too hard. -- New release is almost done and should (fingers crossed) be one of the most stable ones so far. I haven't found any remaining taint and while the memory usage has gone up, the efficiency and CPU usage have gone down...
File: Aurora11-20-10
I might add a simple option which y...
Posted By: Haleth
I might add a simple option which you can set to true or false which controls whether or not you want the Tukui specific skin when Tukui is loaded, default will be true but this will make it easier for people to change.
File: rBuffFrame11-19-10
Sorry, disregard my last comment, i...
Posted By: Haleth
Sorry, disregard my last comment, it was an error on my part. I need to look into stuff more before I say something doesn't work. I didn't know that those "action blocked" popups also print into the taint log. Originally posted by kbc8090 I agree, the space is ugly, I spent hours when 4.0 originally came out messing with your or...
File: rBuffFrame11-19-10
Hi Roth, I'm still sometimes gettin...
Posted By: Haleth
Hi Roth, I'm still sometimes getting the popup saying action blocked when I try to right-click cancel buffs. Perhaps it's best if you use the SecureAuraHeader.
File: FreeUI11-19-10
Should be soon, it was delayed beca...
Posted By: Haleth
Should be soon, it was delayed because I was trying to fix this bug. I still need to update TinyDPS to the version that just came out, then it should be good. Edit: It'll be delayed a little more because I need a new range checker, the current one while very efficient causes too much taint (which is in fact horribly *in*efficient)...
File: FreeUI11-19-10
I also fixed taint when someone ent...
Posted By: Haleth
I also fixed taint when someone enters a party/raid while in combat and the party/raid frames not spawning properly then. Also changed to an even better colour system.
File: rBuffFrame11-19-10
For people that want white duration...
Posted By: Haleth
For people that want white duration text: --check duration local function durationSetText(duration, arg1, arg2) duration:SetText(format("|cffffffff"..string.gsub(arg1, " ", "").."|r", arg2)) end
File: Aurora11-18-10
I'm fairly certain that's a Blizzar...
Posted By: Haleth
I'm fairly certain that's a Blizzard bug which should be fixed in a future patch. It's essentially generating an empty ready check frame while there shouldn't be one. Edit: As a workaround, type /framestack and find out the name of the frame that way. Then, in aurora.lua, delete everything related to it.
File: Aurora11-18-10
I'll look into it, thanks.
Posted By: Haleth
I'll look into it, thanks.
File: Aurora11-18-10
Those images aren't loading for me,...
Posted By: Haleth
Those images aren't loading for me, could you try on for example Imageshack?
File: rBuffFrame11-18-10
I'm getting a taint error from the...
Posted By: Haleth
I'm getting a taint error from the SecondsToTimeAbbrev function when someone joins a raid group while in combat. Is this a problem on Blizz's end? I'm getting the same stuff with the oUF raid frames and chat colour function too.
File: rBuffFrame11-18-10
Good addon, thanks for making Zork....
Posted By: Haleth
Good addon, thanks for making Zork. I'm going to use this, it'll be good to have right-click buff canceling back.