I use ominimap, partly because it is moveable. I resized it and removed the background. In the code, however, it looks to me like it should show the zone text. It shows for my friend who downloaded it, but not for me. I just thought it was odd as the code says it should show and it doesn't.
I use ominimap, partly because it is moveable. I resized it and removed the background. In the code, however, it looks to me like it should show the zone text. It shows for my friend who downloaded it, but not for me. I just thought it was odd as the code says it should show and it doesn't.
Hmm - it shows the zone text on mine. That and if I mouse over the very top of the map it shows the zone text - as if the old location text is still there :P
if layout.icon then
frames.icon:SetTexture(data.icon)
if data.type == "BUFF" then
frames.iconborder:SetTexture("Interface\\Addons\\pBuff\\border")
frames.iconborder:SetTexCoord(1, 0, 1, 0)
frames.iconborder:Show()
elseif data.type == "TRACKING" then
frames.iconborder:SetTexture("Interface\\Addons\\pBuff\\border")
frames.iconborder:SetTexCoord(1, 0, 1, 0)
frames.iconborder:Show()
elseif data.type == "DEBUFF" then
frames.iconborder:SetTexture("Interface\\Addons\\pBuff\\border")
frames.iconborder:SetTexCoord(1, 0, 1, 0)
local debuffcolor
if ( data.debufftype ) then
debuffcolor = DebuffTypeColor[data.debufftype]
else
debuffcolor = DebuffTypeColor["none"]
end
frames.iconborder:SetVertexColor(debuffcolor.r, debuffcolor.g, debuffcolor.b)
frames.iconborder:Show()
elseif data.type == "TENCH" then
frames.iconborder:SetTexture("Interface\\AddOns\\pBuff\\border")
frames.iconborder:SetTexCoord(1, 0, 1, 0)
frames.iconborder:Show()
else
frames.iconborder:Hide()
end
Like so. You'd have to modify the "frames.iconborder:SetTexture("Interface\\Addons\pBuff\\border")" to be the location of the border, of course, but there you have it. Took me forever to figure out those damn SetTexCoord functions...ugh. I also have a Dream Layout version somewhere...I'll have to dig it up now.
Anyway, you'll overwrite lines 352 to 382 in EBB_Bar.lua with the code I've pasted in above. That should do the trick. Any other questions just let me know and I'll help out however I can.
Changed a few things, changed UF font and added a bottom panel, again any feedback would be appreciated. UI is heavely inspired by Valence, Tiany and Savantido.
UnitFrames are PitBull
Cooldown monitor is Cooling2
/kiss
It has a nice Mail feature! :P
pMinimap is even based on that mod.
Hmm - it shows the zone text on mine. That and if I mouse over the very top of the map it shows the zone text - as if the old location text is still there :P
oohh... how'd you do that? :)
Yup, thats the one. Thanks.
But i cant get it to look that sharp, stupid fontshadingthing destroys everything
Like so. You'd have to modify the "frames.iconborder:SetTexture("Interface\\Addons\pBuff\\border")" to be the location of the border, of course, but there you have it. Took me forever to figure out those damn SetTexCoord functions...ugh. I also have a Dream Layout version somewhere...I'll have to dig it up now.
Anyway, you'll overwrite lines 352 to 382 in EBB_Bar.lua with the code I've pasted in above. That should do the trick. Any other questions just let me know and I'll help out however I can.
try fontsize 8
Changed a few things, changed UF font and added a bottom panel, again any feedback would be appreciated. UI is heavely inspired by Valence, Tiany and Savantido.
OOC
Combat
Still have the 2 previous WIP's saved and will release those as well for all that are interested
Version 1
Version 2
@Savantido: Damn, your UI's always look amazing to me. I'm always pleasantly surprised with the stuff you come up with it. Quite inspiring :)
What font do you use as chatfont? Oh, great UI! Every time you post, you bring some new style to the scene... Keep it up!
page267
only reason im not using this font is cause it doesnt support ? sign etc
edit: *sigh* making a standalone Quartz_Swing is not easy when you have low knowledge of Ace :p
Newcastle Demi
Changed the chat font for that same reason and accidently talking in Raidchat in caps :) and not knowing it. Reznor is only in the unitframes now.
haha :p
i used to rip out my caps lock from my keyboard :p found a registry hack to disable the damn button tho :)