function eePanels2:TargetofTargetFrameVisibility(self, event, ...)
local _, class = UnitClass("playertargettarget");
if class == "WARRIOR" then
THIS:SetBackdropBorderColor(0.780,0.611,0.431,1)
elseif class == "PRIEST" then
THIS:SetBackdropBorderColor(1,1,1,1)
elseif class == "DRUID" then
THIS:SetBackdropBorderColor(1,0.490,0.0392,1)
elseif class == "HUNTER" then
THIS:SetBackdropBorderColor(0.6705,0.8313,0.4509,1)
elseif class == "MAGE" then
THIS:SetBackdropBorderColor(0.4117,0.8,0.9411,1)
elseif class == "PALADIN" then
THIS:SetBackdropBorderColor(0.9607,0.5490,0.7294,1)
elseif class == "SHAMAN" then
THIS:SetBackdropBorderColor(0.1411,0.3490,1,1)
elseif class == "WARLOCK" then
THIS:SetBackdropBorderColor(0.580,0.5098,0.7882,1)
elseif class == "ROGUE" then
THIS:SetBackdropBorderColor(1,0.9607,0.4117,1)
end
end
eePanels2:RegisterEvent("PLAYER_ENTERING_WORLD", eePanels2.TargetofTargetFrameVisibility)
eePanels2:RegisterEvent("UNIT_TARGET", eePanels2.TargetofTargetFrameVisibility)
This should work for what you want to do. If you want to see all 40 possible raid members, just add groups 6,7,8 to the groupFilter and increase the unitsPerColumn to 40. (Note that I'm using Jerry's branch version of Grid with pet support; I seem to recall something in this thread about the trunk version not being able to sort by class within groups yet; if it can't, just use Jerry's branch.)
0
Thanks for the response. If this fixes my issue, I'm going to feel like a real dummy. :P
0
What it looked like was:
0
that's the script i'm having an issue with.
0
To change the border color of my ToT frames, it is taken from a post in the pitbull custom layouts thread.
My problem is the script works great! That is until i log off, then it goes to what ever settings there are with the frame.
Why would this particular script work great for 2 other windows, and not work properly in this case?
0
Please remove.
0
0
Like for 5,10,15 man in the bottom center of the screen...
25->40 man in the lower left hand corner.
0
Why does my ToT border stop working when i log on a new character or log off/log on?
Here's a screenshot of the ToT screen gone back to white, after i relogged
It was "pink" before I logged off (Just to character select screen), this happens on all my characters.
Anyone have any idea? :)
0
25 man and higher
15 man and lower
I mostly pvp with very few karazhan/za runs, so I think I only need these two profiles. :P
0
On a side note, why do all my eePanels delete when I reload my ui?
0
Help please. :)
0
When assign an eePanel a parent that is the "Target frame", will the eePanel move if you move the target frame? :)
0
I can't wait to play with this. :)
0
I guess, better worded is it possibly to have Grid line up at different spots of my screen based on group/raid size?
0
So taking this, which kind of does what i want, can i do this?
groupFilter = "1,2,3,4",
... unitsPerColumn = 1,
... maxColumns = 20,
And if that works, do i just 'copy and paste' this to below to add filder for group 5,6,7,8 ?