Results: 8Comments by: praetorians
File: stText01-17-10
Any update to getting a "New Mail"...
Posted By: praetorians
Any update to getting a "New Mail" indicator in it?
File: stText12-12-09
Originally posted by Kallieen To...
Posted By: praetorians
Originally posted by Kallieen To change the font, in Core.lua look for these lines towards the bottom: local text = f:CreateFontString(nil,"ARTWORK") text:SetPoint(db.Justify,f) text:SetFont("Fonts\\ARIALN.ttf", size, db.Outline)and change the font path to be the one you want to use. Make sure to use \\ not \ in the path...
File: stText12-09-09
Any chance to get mail status on th...
Posted By: praetorians
Any chance to get mail status on there?
File: Raynes Iced Cherry12-07-09
Any info if you're going to update...
Posted By: praetorians
Any info if you're going to update for 3.3?
File: MikScrollingBattleText02-26-09
MSBT currently doesn't work for the...
Posted By: praetorians
MSBT currently doesn't work for the PTR 3.1 patch. Won't bring up previously saved profiles, nor allow new scroll areas to be made.
File: Roth UI (Diablo)01-04-09
Edit: Nevermind, I'm a retard and m...
Posted By: praetorians
Edit: Nevermind, I'm a retard and missed that in MSBT.
File: Caith UI10-19-08
I think I might have figured it out...
Posted By: praetorians
I think I might have figured it out. SecondsToTimeAbbrev = function(time) local hr, m, s, text if time <= 0 then text = "" elseif(time < 3600 and time > 40) then m = floor(time / 60) s = mod(time, 60) text = (m == 0 and format("|cffffffff%d|r", s)) or format("|cffffffff%d:%02d|r", m, s)...
File: Caith UI10-19-08
Love the UI, but for some reason I...
Posted By: praetorians
Love the UI, but for some reason I noticed that my "Temporary Weapon Enchants" are being hidden behind my normal buff icons. I noticed this when I apparently had 5 minutes left on Crusader Aura. Now, I know that I have to edit the LUA for rBuffs to fix it, but do you know what would cause it to do that? Also, do you know how I c...