When switching over to the new bars module, would it be possible for it to keep the old bar locations, having to set them up again would be kind of annoying.
Omg, first the new shiny proximity window (which needs more options btw. :p) and now new bars!?
I really need to raid again... another ID this week where I miss most of the raids *sigh*
Seems kind of weird that the emphasize bars are hard-coded to kick in at 10 seconds, but their max duration for bar length purposes is the same as it was for the non-emphasis bar for that timer. In other words, it would be cool if emphasis bars could be set to all be 10 second max length bars so that you're not always staring at a little sliver of bar graphic every time.
Also, the current anchor system makes it awkward to place a bar group at the top or bottom edge of the screen because in several cases you'd have to move the anchor completely off-screen in order to make the bottom of the bar group flush with the edge of the screen.
Lastly, I miss the old test function. It's hard to find the new one :p
r5487 but I didn't see any commit message related to this in most recent alphas.
The cooldown bars provided by BigWigs_CommonAuras (r134) do not respect the "grow up" or down setting.
They overlap each other on their anchor position regardless what you set.
I looked through the plugin code it only registers the spells so I think bar display is handled by the BigWigs code.
(hence posting here)
Anyone else having issues with not getting an anchor for the emphasized bars? I can't move them, resetting position doesn't change them... they're glued in the top center for me.
suggestions?
the normal bars anchor was fine, moved, took some fiddling but got it worked out... the other tho is eating other mod placement.
[2009/05/09 20:44:02-1728-x1]: LibBabble-3.0-2 (LibBabble-Zone-3.0):51: LibBabble-Boss-3.0: Translation "Deathknight Understudy" not found.
...gs_RazuviousAssistant\BigWigs_RazuviousAssistant.lua:19: in main chunk:
<in C code>: in function `LoadAddOn'
BigWigs-2.0 r5522\LoadOnDemand.lua:34: in function <Interface\AddOns\BigWigs\LoadOnDemand.lua:26>
BigWigs-2.0 r5522\LoadOnDemand.lua:227: in function <Interface\AddOns\BigWigs\LoadOnDemand.lua:204>
<in C code>: ?
AceEvent-2.0-91091 (Ace2):298: in function `TriggerEvent'
BigWigs-2.0 r5522\Core.lua:385: in function <Interface\AddOns\BigWigs\Core.lua:381>
<in C code>: in function `pcall'
AceDB-2.0-91094 (Ace2):24: in function <Interface\AddOns\Ace2\AceDB-2.0\AceDB-2.0.lua:23>
AceDB-2.0-91094 (Ace2):1863: in function `ToggleActive'
BigWigs-2.0 r5522\LoadOnDemand.lua:249: in function <Interface\AddOns\BigWigs\LoadOnDemand.lua:238>
<in C code>: ?
AceEvent-2.0-91091 (Ace2):298: in function `TriggerEvent'
AceEvent-2.0-91091 (Ace2):910: in function <Interface\AddOns\Ace2\AceEvent-2.0\AceEvent-2.0.lua:903>
I was using r5516 last night, and don't see any commit messages about these things, so I'll go ahead and post them.
1) All of the bars are just a grayish blue. Is this intended?
2) The center-aligned text on the new bars is much more difficult to read at a glance than the old left-aligned text. Please go back to left alignment, or add an option to change it.
I don't think so... I was able to do it while DPSing on Ignis without any trouble. ;)
I really need to raid again... another ID this week where I miss most of the raids *sigh*
Also, the current anchor system makes it awkward to place a bar group at the top or bottom edge of the screen because in several cases you'd have to move the anchor completely off-screen in order to make the bottom of the bar group flush with the edge of the screen.
Lastly, I miss the old test function. It's hard to find the new one :p
it's the fix for your report that I just committed :p
http://www.wowace.com/projects/big-wigs/tickets/42-custom_class_colors-support/
The cooldown bars provided by BigWigs_CommonAuras (r134) do not respect the "grow up" or down setting.
They overlap each other on their anchor position regardless what you set.
I looked through the plugin code it only registers the spells so I think bar display is handled by the BigWigs code.
(hence posting here)
Edit: After a quick check of the code, it seems the bar for Shock Blast, at the very least, is possibly using a 5s bar and not a 4s bar.
self:Bar(L["shock"], 5, spellID)
See: http://www.wowhead.com/?spell=63631
suggestions?
the normal bars anchor was fine, moved, took some fiddling but got it worked out... the other tho is eating other mod placement.
Love the mod FYI, thanks so much for the work.
(line 433 in Notepad++) BigWigsEmphasizeAnchor = {"CENTER", "UIParent", "CENTER", 0, 400},
was my problem. I set the 400 to -75 and was able to get the anchor into the middle of the screen to move.
Dunno if i'm special or what. ::shrugs::
[2009/05/09 20:44:02-1728-x1]: LibBabble-3.0-2 (LibBabble-Zone-3.0):51: LibBabble-Boss-3.0: Translation "Deathknight Understudy" not found.
...gs_RazuviousAssistant\BigWigs_RazuviousAssistant.lua:19: in main chunk:
<in C code>: in function `LoadAddOn'
BigWigs-2.0 r5522\LoadOnDemand.lua:34: in function <Interface\AddOns\BigWigs\LoadOnDemand.lua:26>
BigWigs-2.0 r5522\LoadOnDemand.lua:227: in function <Interface\AddOns\BigWigs\LoadOnDemand.lua:204>
<in C code>: ?
AceEvent-2.0-91091 (Ace2):298: in function `TriggerEvent'
BigWigs-2.0 r5522\Core.lua:385: in function <Interface\AddOns\BigWigs\Core.lua:381>
<in C code>: in function `pcall'
AceDB-2.0-91094 (Ace2):24: in function <Interface\AddOns\Ace2\AceDB-2.0\AceDB-2.0.lua:23>
AceDB-2.0-91094 (Ace2):1863: in function `ToggleActive'
BigWigs-2.0 r5522\LoadOnDemand.lua:249: in function <Interface\AddOns\BigWigs\LoadOnDemand.lua:238>
<in C code>: ?
AceEvent-2.0-91091 (Ace2):298: in function `TriggerEvent'
AceEvent-2.0-91091 (Ace2):910: in function <Interface\AddOns\Ace2\AceEvent-2.0\AceEvent-2.0.lua:903>
---
1) All of the bars are just a grayish blue. Is this intended?
2) The center-aligned text on the new bars is much more difficult to read at a glance than the old left-aligned text. Please go back to left alignment, or add an option to change it.