I tried version 0.4 yesterday night and I've experienced some color exchanges between different classes (mages with red mana bars, rogues with blue energy bars and so on).
Well, it was just a color problem cause everything was still working properly :)
I'm also receiving this error when I perform a mouseover on an offline raid member:
Interface\AddOns\GridManaBars\GridManaBars.lua:141: attempt to index field 'ManaBar' (a nil value)
Count: 11
I tried version 0.4 yesterday night and I've experienced some color exchanges between different classes (mages with red mana bars, rogues with blue energy bars and so on).
Here a screenshot taken few minutes ago. You can clearly see a Shaman with a yellow painted bar and a rogue with a blue bar.
Yeah, it could be. Last screenshot has been taken inside a battleground so I guess it's the best place to reproduce this bug, I'm noticing that it's happening constantly inside BGs.
EDIT: I just finished a BG with no joins/parts, no bugs experienced, so probably it's related to events you listed :)
0.5 is out, and on the svn - so I will stop updating the first thread of this post.
- The color settings for power bars should be a bit more consistent
- Ive fixed a few nil errors
- If you edit the power bar colors, then this will be reflected in frames
I'm experiencing the same error, nothing to do with bars position :)
I also tryed a previous version on SVN but I've been forced to downgrade to version 0.4 to get rid of that error.
Ahah ! Someone had added some translations, which had pushed line number counts all over the place - ive added some extra checks in the function that was causing the error - so hopefully they will stop.
The color of shaman background and the standard color of mana bar is the same (can't diffrentiate between them).
Suggest something please =) Ive experimented with lots of variations - make it lighter and it then blends in with mages, add some extra hint of another colour and it blends in with warlocks etc.
I'm more than willing to find a better colour, but its not easy !
I'm using the branch version of Grid with pet support. Can you add a switch to disable the mana bar for pets also?
Ill grab the pet version of grid and see what can be done.
I was thinking more about the background actually.. With health bar colours inverted, having the mana bar background black might cause some confusion. Looking at it for a split second might give the impression that a lot of health is lost, when it's just mana that is. I was thinking maybe having the actual health bar as the background. Sort of... Just putting the mana bar ontop of the original player square with no background of its own.
Edit: Like this:
And I'm glad to hear about the energy and rage. :)
/ Mumph
Is it possible to have an option so that the manabar backgroundcolor is the same as the healthbar color, so that it looks like picture 2?
Here is the german translation for GMBLocale-deDE.lua:
local L = AceLibrary("AceLocale-2.2"):new("GridManaBars")
L:RegisterTranslations("deDE", function() return {
["Size"] = "Gr\195\182\195\159e",
["Percentage of frame for mana bar"] = "Prozentualer Anteil der Rahmengr\195\182\195\159e f\195\188r die Manaleiste",
["Side"] = "Seite",
["Side of frame manabar attaches to"] = "Rahmenseite, an der die Manaleiste angebracht werden soll",
["Hide Non-Mana"] = "Verstecken bei Nicht-Manaklassen",
["Hide power bars for non-mana users"] = "Verstecke Leiste f\195\188r Nicht-Manaklassen",
["PowerBar Colours"] = "Leistenfarben",
["Colours of the various power bars"] = "Farben der verschiedenen Leisten",
["Manabar color"] = "Manaleistenfarbe",
["Color of mana bars"] = "Farbe der Manaleiste",
["Energybar color"] = "Energieleistenfarbe",
["Color of energy bars"] = "Farbe der Energieleiste",
["Ragebar color"] = "Wutleistenfarbe",
["Color of rage bars"] = "Farbe der Wutleiste",
["Mana Bar"] = "Manaleiste",
["Left"] = "Links",
["Top"] = "Oben",
["Right"] = "Rechts",
["Bottom"] = "Unten",
} end)
I'm using the branch version of Grid with pet support. Can you add a switch to disable the mana bar for pets also?
I've added the option to show/hide pet mana bars, if its determined that they exist -done by checking for the existance of the GridLayout.options.args["petcolor"] menu option.
To clarify what I meant with that picture, this is what I in mind:
Furthest back you'd have the health bar background, then ontop of that the health bar, then the mana bar (with a transparent background), and then the grid icons.
Thanks again for a great addon!
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Well, it was just a color problem cause everything was still working properly :)
I'm also receiving this error when I perform a mouseover on an offline raid member:
Amazing addon ;)
Here a screenshot taken few minutes ago. You can clearly see a Shaman with a yellow painted bar and a rogue with a blue bar.
I hope it helps :)
- someone left group
- someone with a different power type joined
Could this have happened with you?
Maybe moving ppl around in groups will cause it - I'll take a look when I get a chance
Yeah, it could be. Last screenshot has been taken inside a battleground so I guess it's the best place to reproduce this bug, I'm noticing that it's happening constantly inside BGs.
EDIT: I just finished a BG with no joins/parts, no bugs experienced, so probably it's related to events you listed :)
/edit
Bug report:
GridManaBars\GridManaBars.lua:365: attempt to index local 'ro' (a nil value)
Elbereth.
- The color settings for power bars should be a bit more consistent
- Ive fixed a few nil errors
- If you edit the power bar colors, then this will be reflected in frames
Have the manabars set to horizontal.
I'm experiencing the same error, nothing to do with bars position :)
I also tryed a previous version on SVN but I've been forced to downgrade to version 0.4 to get rid of that error.
Ive been raiding for 3 days with v0.5 and it hasnt thrown a single error at all for me.
GridManaBars\GridManaBars.lua:201: attempt to index field 'ManaBar' (a nil value)
Elbereth.
I'm using the branch version of Grid with pet support. Can you add a switch to disable the mana bar for pets also?
Thanks,
Elbereth.
Suggest something please =) Ive experimented with lots of variations - make it lighter and it then blends in with mages, add some extra hint of another colour and it blends in with warlocks etc.
I'm more than willing to find a better colour, but its not easy !
Ill grab the pet version of grid and see what can be done.
Is it possible to have an option so that the manabar backgroundcolor is the same as the healthbar color, so that it looks like picture 2?
Here is the german translation for GMBLocale-deDE.lua:
Elbereth.
I've added the option to show/hide pet mana bars, if its determined that they exist -done by checking for the existance of the GridLayout.options.args["petcolor"] menu option.
I'll add it to my wishlist, and will see what can be done.
Furthest back you'd have the health bar background, then ontop of that the health bar, then the mana bar (with a transparent background), and then the grid icons.
Thanks again for a great addon!