Results: 12Comments by: Blindlabel
File: Quse UI10-13-12
Hello! I have a question. How do...
Posted By: Blindlabel
Hello! I have a question. How do I make the names on the raid/healing frames bigger? The name "Totem" shows up as "Tote", so it only shows the first 4 letters. Is there anyway to make it the whole name, or any number? tags.lua oUF.Tags.Methods = function(u, r) local name = UnitName(r or u) return utf8sub(name, 4, false)...
File: Quse UI09-17-12
All good over here, changed the too...
Posted By: Blindlabel
All good over here, changed the tooltip to allow class color borders and item color borders. I just prefer more color :). Then I changed the unitframes health / power / combat text to be centered like it was before, feels weird offset like it is now IMO. Thanks for the update!
File: QuseMap09-09-12
line 54 should be Minimap:SetMaskTe...
Posted By: Blindlabel
line 54 should be Minimap:SetMaskTexture(mediaFolder.."rectangle") line 80 should be if classcolor == true then
File: Quse UI09-04-12
Am I the only one having problems w...
Posted By: Blindlabel
Am I the only one having problems with the raid frames and updating? If groups are changed in anyway, it simply dupes someone's name rather than updating the group of players.
File: ColorizeQuestTracker07-29-12
Message: Interface\AddOns\!Colorize...
Posted By: Blindlabel
Message: Interface\AddOns\!ColorizeQuestTracker\main.lua:67: attempt to concatenate a nil value Time: 07/29/12 00:59:09 Count: 1 Stack: Interface\AddOns\!ColorizeQuestTracker\main.lua:67: in function Interface\AddOns\!ColorizeQuestTracker\main.lua:144: in function
File: Friend Color02-29-12
Is there anyway to leave the realID...
Posted By: Blindlabel
Is there anyway to leave the realID name untouched, but simply color the character? Example John Doe (Mageme)
File: Quse UI02-16-12
Believe it or not, but your UI is a...
Posted By: Blindlabel
Believe it or not, but your UI is almost the exact same as mine except I use Freeb instead of NIN. So with that I must say, good work! I like your style :D.
File: dNamePlates02-15-12
Is there any way to support custom...
Posted By: Blindlabel
Is there any way to support custom frame coloring with your nameplates? Using something like : RAID_CLASS_COLORS = { r = 0.501, g = 0.290, b = 1 } Works to change the color of that class for everything, but nameplates.
File: oUF_Neav12-22-11
jep^^ How so? I can't seem to fi...
Posted By: Blindlabel
jep^^ How so? I can't seem to figure it out :(.
File: oUF_Neav12-22-11
Is it possible to create a beautyca...
Posted By: Blindlabel
Is it possible to create a beautycase border around the raidframes?
File: Neav UI12-22-11
For those who use TinyDPS and would...
Posted By: Blindlabel
For those who use TinyDPS and would like a Beautycase border, add this to the Skins.lua in nCore/Modules. if (IsAddOnLoaded('TINYDPS')) then if (not tdpsFrame.beautyBorder) then tdpsFrame:CreateBeautyBorder(11) tdpsFrame:SetBeautyBorderPadding(2, 2, 2, 2, 2, 2, 2, 2) tdpsFrame:...
File: tekKrush12-08-11
Hope this doesn't sound elitist.. b...
Posted By: Blindlabel
Hope this doesn't sound elitist.. but does anyone know how to have this auto-de the 353 gear from za/zg gear? Our guild is using it to grind out crystals; and the damn thing wont auto-de them cuz their 353 gear. So just curious if theirs a way to tell it 353 = de, 359= dont de lol oh and again, If you go into the TOC file...