Results: 10Comments by: Xzim
File: Aurora10-18-14
Loot won frames isn't always skinne...
Posted By: Xzim
Loot won frames isn't always skinned. http://i.imgur.com/zkuS7Jb.jpg http://i.imgur.com/4i91ON2.jpg
File: Aurora11-30-12
Here is a little something i notice...
Posted By: Xzim
Here is a little something i noticed at the Transmogrifier. http://i.imgur.com/HIw53.jpg Managed to reskin some parts of it, just can't manage to get the text backdrop removed and the buttons reskinned. http://i.imgur.com/0uzQg.jpg Just thought i'd let you know about this!
File: Aurora08-29-12
Tabard icons won't show up for some...
Posted By: Xzim
Tabard icons won't show up for some reason. http://i.imgur.com/nYgdW.png
File: FreeUI08-23-12
@ karigi: Here you go! Add in...
Posted By: Xzim
@ karigi: Here you go! Add in options.lua under C.actionbars. = true, -- Show bars in combat only Add this somewhere in the bottom of actionbars.lua. if C.actionbars.combat_opacity == true then bar1:HookScript("OnEvent", function() if UnitAffectingCombat("player") then bar1:Show() bar2:Show() bar3:Sh...
File: FreeUI08-23-12
@ devilArt: Add this in actionb...
Posted By: Xzim
@ devilArt: Add this in actionbars.lua. --] if C.actionbars.pet_mouseover == true then petbar:EnableMouse(true) local function mouseover(alpha) for i = 1, numpet do local pb = _G pb:SetAlpha(alpha) end end for i = 1, numpet do local pb = _G pb:SetAlpha(0) pb:HookScript("OnEnter", function(...
File: FreeUI02-05-12
Could anyone do me a favour and /fr...
Posted By: Xzim
Could anyone do me a favour and /framestack over the graphics API dropdown in the Advanced in-game settings? It's not present on Mac and I kind of, well, lost my Windows partition. Here you go sir! http://i44.tinypic.com/219x549.png
File: bdMinimap11-30-11
@Tari-en: Replace: function...
Posted By: Xzim
@Tari-en: Replace: function UpdateLFG() MiniMapLFGFrame:ClearAllPoints() MiniMapLFGFrame:SetPoint("BOTTOMLEFT", Minimap, "BOTTOMLEFT", 2, 1) LFDSearchStatus:ClearAllPoints() LFDSearchStatus:SetPoint(position, MiniMapLFGFrame, position) LFDSearchStatus:SetClampedToScreen(true) end MiniMapLFGFrameBorder:Set...
File: bdMinimap11-30-11
@ penpen002: Remove this in the LUA...
Posted By: Xzim
@ penpen002: Remove this in the LUA and it should work just fine. hooksecurefunc("MiniMapLFG_UpdateIsShown", UpdateLFG)
File: Aurora09-05-11
Thank you Game, Worked like a charm...
Posted By: Xzim
Thank you Game, Worked like a charm! ^^
File: Aurora09-05-11
Hi there. I recently started using...
Posted By: Xzim
Hi there. I recently started using aMail, and was wondering how i could reskin the aMail button. I tried adding it myself through "IsAddOnLoaded" like you did with ACP, but with no luck so far.