Results: 7Comments by: Tentacule
File: oUF_Karma03-11-11
Re: ..
Posted By: Tentacule
Originally posted by pesko It has prolly been said before somewhere in the post but.. Where in the LUA files do i move the party and raid frames ? cfg.lua Line 40 cfg.PartyX = -290 -- Party Frames Horizontal Position cfg.PartyY = -60 -- Party Frames Vertical Position cfg.RaidX = -590 -- Party Frames Horizonta...
File: oUF_Karma03-09-11
local level if f.mystyle == "pl...
Posted By: Tentacule
local level if f.mystyle == "player" then level = lib.gen_fontstring(f.Health, cfg.font, fontsize/2.3, "THINOUTLINE") elseif f.mystyle == "target" then level = lib.gen_fontstring(f.Health, cfg.font, 12, "THINOUTLINE") end if f.mystyle == "player" and cfg.ShowPlayerName then level:SetPoint("CENTER", f.Health, "CENTER",...
File: oUF_Karma03-09-11
Originally posted by Sauerkraut Y...
Posted By: Tentacule
Originally posted by Sauerkraut You would have to create two separate tag events to have one at 36 and another at 16. I should create a new tag in tags.lua and set the font size there? Just copy/paste "karma:raidhp" and change a few things? oUF.Tags = function(u) if UnitIsDead(u) or UnitIsGhost(u) or not UnitIsConnecte...
File: oUF_Karma03-08-11
Originally posted by Sauerkraut y...
Posted By: Tentacule
Originally posted by Sauerkraut you can change that particular font size on line 138 if f.mystyle == "player" then fontsize = 36 That I had figured out but I would like to keep font size 36 and to change %HP to font size 16 or any other sizes. and to get the % you can keep using what you have or use if f.mystyle == "pl...
File: oUF_Karma03-07-11
Hi I'm trying to add the %hp on...
Posted By: Tentacule
Hi I'm trying to add the %hp on the player frame and change the font size for it. if f.mystyle == "player" then f:Tag(hpval, " ") I don't know much about lua/oUF but I managed to do this. Could you point me how to change the font size for %hp on player frame? Great work btw Thank you
File: oUF_Drk02-20-11
Originally posted by ßeaver I've...
Posted By: Tentacule
Originally posted by ßeaver I've been getting an interesting error lately, curious of anyone else has.. The Blizzard party shows up on the top left every once in awhile, blank users, no names attached or pictures, whenever I'm in party. Will take a screenshot and attach next time it happens. Same thing here, it happens when...
File: oUF_Drk01-12-11
Is it possible to add the spell nam...
Posted By: Tentacule
Is it possible to add the spell name on the focus cast bar? Great oUF layout btw. Thank you