This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
What steps will reproduce the problem?1. /grid22. change the indicator "Health-color" by unchecking the tick box for "Invert Bar Color"3. Push okay and log out4. Log back in and it's still not inverted as it was before logging out.
What is the expected output? What do you see instead?Inverted health-colors, instead the usual health colors are shown every time I log back in.
What version of the product are you using?r351
Do you have an error log of what happened?No
Please provide any additional information below.Has been like this since report of ticket no 91.
I'm experiencing the same issue.
Ok, consolidating the dbx for bar & bar-color. I think additionally this setting needs to swap the "level" of health & heals (1 & 2) ?
Play around with GridDefaults.lua :
SetupLayerObject(dblData, "indicators", layer, "health", {type = "bar", level = 2, etc ... DBL:SetupLayerObject(dblData, "indicators", layer, "heals", {type = "bar", level = 1, etc
you will have to reload on making a change. If you get a working setup let me know and I will implement it.
To post a comment, please login or register a new account.