Any of my Pitbull unitframes doesn't show. Also when I mouseover a place where an UF should be I get an error. (This might also be Cowtip bug as I get error whenever scrolling over anything.)
EDIT. Now I can't even log on on one for my character without getting a critical WoW crash immediately. I tried disabling all the new "Rock" addons (Pitbull, Cowtip, Fubar) and now I can log on again.
Would be nice to get this thing sorted to play again.
One more question. Does this script only show the panels when I'm on a raid group? As I would also like too see these panels on a party. What should I change to make them show in a party and raid and hide when alone?
Make an eePanel show when in a raid, and hide when not:
-- Change our panel's visibility when in/out of a raid
function eePanels2:RaidPanelVisibility(self, event, ...)
-- If we're in a raid
if GetNumPartyMembers() > 4 or GetNumRaidMembers() > 0 then
-- Show the panel this script is attached to
THIS:Show()
-- If we're not in a raid
else
-- Hide the panel this script is attached to
THIS:Hide()
end
end
-- Ace2 event listeners; can't do this in more than one script
eePanels2:RegisterEvent("PLAYER_ENTERING_WORLD", eePanels2.RaidPanelVisibility)
eePanels2:RegisterEvent("PARTY_MEMBERS_CHANGED", eePanels2.RaidPanelVisibility)
eePanels2:RegisterEvent("RAID_ROSTER_UPDATE", eePanels2.RaidPanelVisibility)
This is the code I've tried to use to get 4 of my panels to hide when not on raid/group. Well I put the script to all the panels and it only hides one even after doing /reloadui it only works for one.
Can anyone write another script or tell me what I'm possibly doing wrong? (This is the first time I'm using scripts so might be my fault it's not working.)
What I do is that I copy/paste this code to all the 4 panels "add script" part.
Can someone write me a script that would show a certain panel only when in group or raid?
I've read through the forum and found a couple of scripts told to do this, but none of them worked for me. ee's script at the first page only worked for one of the 4 panels I used it for, and I can't figure out why.
I'm a noob I know, this is the first time I'm trying to use scripts for configure eePanels and it's possible that the scripts I've tried havn't worked because of my mistakes. Anyone can help me?
The panels I've tried to use the scripts are behind my Omen and Violation.
Only problem is that Clearfont2 changes the text in your professions tab not to work. For example if it should say "Nethercobra leghide" in LW tab it said ".......................". Is it a known and/or fixed bug?
Is there a way to change the font of FuBar? I got font called gunplay.ttf on nearly every other texture in-game than FuBar and the difference annoys me.
Can someone write me a script that would show a certain panel only when in group or raid?
I've read through the forum and found a couple of scripts told to do this, but none of them worked for me. ee's script at the first page only worked for one of the 4 panels I used it for, and I can't figure out why.
I'm a noob I know, this is the first time I'm trying to use scripts for configure eePanels and it's possible that the scripts I've tried havn't worked because of my mistakes. Anyone can help me?
0
EDIT. Now I can't even log on on one for my character without getting a critical WoW crash immediately. I tried disabling all the new "Rock" addons (Pitbull, Cowtip, Fubar) and now I can log on again.
Would be nice to get this thing sorted to play again.
0
Hope this get fixed before tomorrow as I got other things to do than WoW for this evening anyways.
0
Keep up the good work.
0
Big thanks to you.
0
One more question. Does this script only show the panels when I'm on a raid group? As I would also like too see these panels on a party. What should I change to make them show in a party and raid and hide when alone?
0
Thanks ee.
0
Make an eePanel show when in a raid, and hide when not:
This is the code I've tried to use to get 4 of my panels to hide when not on raid/group. Well I put the script to all the panels and it only hides one even after doing /reloadui it only works for one.
Can anyone write another script or tell me what I'm possibly doing wrong? (This is the first time I'm using scripts so might be my fault it's not working.)
What I do is that I copy/paste this code to all the 4 panels "add script" part.
0
The panels I've tried to use the scripts are behind my Omen and Violation.
0
0
0
0
I've read through the forum and found a couple of scripts told to do this, but none of them worked for me. ee's script at the first page only worked for one of the 4 panels I used it for, and I can't figure out why.
I'm a noob I know, this is the first time I'm trying to use scripts for configure eePanels and it's possible that the scripts I've tried havn't worked because of my mistakes. Anyone can help me?