There could be some voodoo involving an addon that sniffs out the profiles of other ace addons and switches them around according to what you need at the moment. Combine that with an addon enable/disable feature by selected profile and we might have a winner.
I'd offer to try, but I've got a cross country move coming the day after tomorrow... No computer access for a while. -.-
About to hit the sack or I'd just install and see, but would Yatba accurately track swiftmend's regrowth/rejuvenation consumption? As it stands, most timers fail miserably at getting rid of the eaten hot's bar.
I'll try it out tomorrow. Need a good dot timer for my lock anyway. =P
EDIT: What would be the syntax to add "anal [item link]" to the filter list? Someone on my server started a trend a few weeks ago that completely incapacitates trade for hours on end. -.-
I've whipped up a bit of a hack to hide the Recount main window buttons until they are moused over. They appear individually, but with a little creative kgPaneling they're just as easy to get to and use as before.
Here's the addon that does it. It just does a little texture voodoo. Hope it's useful to someone.
Note: The commented areas were my first attempt at showing/hiding them all at once. Unfortunately it didn't work as planned due to using Show() and Hide() instead of something more graceful. I know there's a better way of doing it, I just didn't want to figure it out after 40+ hours awake. =P
Got a purely cosmetic feature request for ya, Elsia.
Would it be too much pain to ask for a way to hide the top buttons and/or category text until hovering the mouse over the Recount window(s)?
I can set up kgpanels for any other visual effect I want, but those buttons are really kinda obnoxious to have visible full-time in an otherwise clean UI.
...With that said and rolling restarts happening (Boulderfist hates those, always down for over an hour), methinks I'm gonna look into hacking up a temporary solution for my beloved meter. ^_^
I'm a bit curious about ControlPipes. Haven't been able to find any info on it except for this thread, but it does sound interesting. The in-game config I saw wasn't a whole lot of help.
Would you mind a quick rundown on how it works, Julith? :)
You could do what I do: New chat tab, set to display only the channels (For me, that'd be guild, party, and whispers) you want.
As for the insignia taken issue, I'd need a screenshot to see what you're talking about. Best bet would prolly be a pvp auto-release addon if you don't mind losing the ability to self-res in BGs.
Come to think of it, I had the same issue with time limits and spells never showing. My max is 5 minutes, Innervate never did show up (6 minute CD).
Anyway, problem. The global cooldown is screwing with the end of any other cooldown. If the GCD is active when a cooldown ends, the remaining time on that cooldown becomes the remaining time on the GCD. If you spam the GCD constantly, it's possible to keep a 6-second cooldown appearing to still be down for a good 30 seconds without touching it.
Where the numbers are the displayed duration of the cooldown and the 'G' of GCD is the beginning of a new GCD.
To reproduce, take a Priest, just about any level, and cast Mind Blast. A split second before MB cools down, start spamming Inner Fire as fast as lag will let you.
Definitely not a big deal, but it could use fixing. Not sure exactly how though. =\
I'll look into the keybind-clearing thing regarding keyBound. - Fixed
Smooth alpha fading with a fade-animation in between, or just change to that alpha? Animation might be a bit too much for my taste ;)
Late reply, sorry. Thanks for the fix.
I was thinking a fade-animation, but if that's too much work a two-alpha system for mouseovers (I'd use something like 0.2 normally, 0.8 on mouseover) would be fine. The animation just looks cool.
but now when i log in i currently get an error about localization.kr.lua attempt to index local "L" (a nil value), sorry i know thats not exact but i wasnt able to copy paste it. this has absolutely no affect on using it on the english client as far i know, and from what i can tell just an error in korean localization.
Near the top of localization.kr.lua, you'll see a LibStub reference,
local L = LibStub('AceLocale-3.0'):NewLocale('KeyBound', 'koKR')
Add another line right below it like so:
local L = LibStub('AceLocale-3.0'):NewLocale('KeyBound', 'koKR')
if not L then return end
And it's fixed.
Liking BT4 so far. ButtonFacade support is awesome.
keyBound bug: I can't clear the bindings on Bar 1 using Escape (I'm only using 1-6, rebinding the rest of the bar for easily-reached keys). When trying to clear the bindings, it says they're cleared but the bindings stay and still work. No error is thrown. I ended up going into my bind file and clearing 7-=, no huge deal.
Request for when fadeout/in is in: I kinda miss smooth fade-out effects from back when I was trying out Trinity, as well as fading from one alpha to another (IE: 0.2 alpha normally, 0.8 alpha mouseover). An option for smooth fading alongside the normal BT3-style show/hide would be completely awesome.
Would it be possible to add alpha adjustment for the binding/macro text?
Maybe I'm blind, but I can't seem to find a way to add custom items to a wishlist item.
For example, Dragonstrike needs 8 Primal Nether and 2 Primal Might to craft. I couldn't find a way through the command or menus to add either of those in.
Excellent addon so far, makes my PvP gear priorities a little easier to jot down.
0
0
I'd offer to try, but I've got a cross country move coming the day after tomorrow... No computer access for a while. -.-
0
I'll try it out tomorrow. Need a good dot timer for my lock anyway. =P
0
Got through just now.
EDIT: What would be the syntax to add "anal [item link]" to the filter list? Someone on my server started a trend a few weeks ago that completely incapacitates trade for hours on end. -.-
0
Here's the addon that does it. It just does a little texture voodoo. Hope it's useful to someone.
Note: The commented areas were my first attempt at showing/hiding them all at once. Unfortunately it didn't work as planned due to using Show() and Hide() instead of something more graceful. I know there's a better way of doing it, I just didn't want to figure it out after 40+ hours awake. =P
0
Would it be too much pain to ask for a way to hide the top buttons and/or category text until hovering the mouse over the Recount window(s)?
I can set up kgpanels for any other visual effect I want, but those buttons are really kinda obnoxious to have visible full-time in an otherwise clean UI.
...With that said and rolling restarts happening (Boulderfist hates those, always down for over an hour), methinks I'm gonna look into hacking up a temporary solution for my beloved meter. ^_^
0
Would you mind a quick rundown on how it works, Julith? :)
0
That message is, AFAIK, handled by the errorframe, which is where you see stuff like "Not Enough Rage" or "Out of Range" messages.
0
As for the insignia taken issue, I'd need a screenshot to see what you're talking about. Best bet would prolly be a pvp auto-release addon if you don't mind losing the ability to self-res in BGs.
0
0
Anyway, problem. The global cooldown is screwing with the end of any other cooldown. If the GCD is active when a cooldown ends, the remaining time on that cooldown becomes the remaining time on the GCD. If you spam the GCD constantly, it's possible to keep a 6-second cooldown appearing to still be down for a good 30 seconds without touching it.
To illustrate:
Where the numbers are the displayed duration of the cooldown and the 'G' of GCD is the beginning of a new GCD.
To reproduce, take a Priest, just about any level, and cast Mind Blast. A split second before MB cools down, start spamming Inner Fire as fast as lag will let you.
Definitely not a big deal, but it could use fixing. Not sure exactly how though. =\
0
Late reply, sorry. Thanks for the fix.
I was thinking a fade-animation, but if that's too much work a two-alpha system for mouseovers (I'd use something like 0.2 normally, 0.8 on mouseover) would be fine. The animation just looks cool.
0
Near the top of localization.kr.lua, you'll see a LibStub reference,
Add another line right below it like so:
And it's fixed.
Liking BT4 so far. ButtonFacade support is awesome.
keyBound bug: I can't clear the bindings on Bar 1 using Escape (I'm only using 1-6, rebinding the rest of the bar for easily-reached keys). When trying to clear the bindings, it says they're cleared but the bindings stay and still work. No error is thrown. I ended up going into my bind file and clearing 7-=, no huge deal.
Request for when fadeout/in is in: I kinda miss smooth fade-out effects from back when I was trying out Trinity, as well as fading from one alpha to another (IE: 0.2 alpha normally, 0.8 alpha mouseover). An option for smooth fading alongside the normal BT3-style show/hide would be completely awesome.
Would it be possible to add alpha adjustment for the binding/macro text?
0
For example, Dragonstrike needs 8 Primal Nether and 2 Primal Might to craft. I couldn't find a way through the command or menus to add either of those in.
Excellent addon so far, makes my PvP gear priorities a little easier to jot down.
0