| Updated: | 11-19-09 08:26 AM |
| Created: | 11-17-09 08:13 AM |
| Downloads: | 1,304 |
| Favorites: | 8 |
| MD5: |
File Name |
Version |
Size |
Author |
Date |
Beta 5 |
60kB |
Sauerkraut |
11-17-09 09:02 PM |
|
Beta4 |
52kB |
Sauerkraut |
11-17-09 08:13 AM |
![]() |
Comment Options |
|
|
||
Code:
-- ------------------------------------
-- debuffs
-- ------------------------------------
self.Debuffs = CreateFrame("Frame", nil, self)
self.Debuffs.size = 36
self.Debuffs:SetHeight(self.Debuffs.size)
self.Debuffs:SetWidth(self.Debuffs.size * 8)
self.Debuffs:SetPoint("TOPLEFT", self, "BOTTOMLEFT", -2, -6)
self.Debuffs.initialAnchor = "TOPLEFT"
self.Debuffs["growth-y"] = "DOWN"
self.Debuffs.filter = "HARMFUL|PLAYER"
self.Debuffs.num = 40
self.Debuffs.spacing = 2
|
||
|
|
|
|
||
|
A Kobold Labourer
Forum posts: 0
File comments: 26
Uploads: 0
|
By the way.. a small movie with your UI at work : http://www.youtube.com/watch?v=NKf6hZJ-QtA |
|
|
|
|
|
||
@Lyre & iradex - I'm working on Moveable frame support now, just trying to wrap my head around it all. |
||
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 26
Uploads: 0
|
maybe just me or .... I can't see the debuff of the target ( i putted needtoknow now to do that ) but I would like just like in your picture. I search lua and found no problem( i didn;t modif nothing ..yet
in the lua config file) |
|
|
|
|
||
Also (being an oUF noob) is there any way to scale the frames without losing the integrity (settings) to the bars. |
||
|
|
|
|
||
|
A Cyclonian
Forum posts: 43
File comments: 74
Uploads: 0
|
I will try to search this textures on the net. ![]() EDITED: You know how i can change the size of the health bar on cael?
Last edited by iradex : 11-17-09 at 07:07 PM.
|
|
|
|
|
|
|
|
They are caelNamePlates just with a custom font and bar texture. If you open the caelNamePlates.lua file in an editor (I use EditPlus) you can change these in the first few lines.
Code:
local barTexture = [=[Interface\AddOns\caelNamePlates\media\flatBar]=] local overlayTexture = [=[Interface\Tooltips\Nameplate-Border]=] local glowTexture = [=[Interface\Addons\caelNamePlates\media\blackGlow]=] local font, fontSize, fontOutline = [=[Interface\AddOns\caelNamePlates\media\Rmnce_fatal_Srif.ttf]=], 10, "THINOUTLINE" |
|
|
|
|
|
|
|
A Cyclonian
Forum posts: 43
File comments: 74
Uploads: 0
|
Btw, i saw on your screenshot, whats the Nameplate you have? And how u set it? The ones i have sux, and i can't set cael the way i want
![]() |
|
|
|
|
||
|
||
|
|
|
|
|
|
A Cyclonian
Forum posts: 43
File comments: 74
Uploads: 0
|
Hello,
I just donwloaded it and it's working pretty fine. One thing i suggest is to enable the plugin Moveable Frames, so we can put it where we want ![]() But good job! Keep going. |
|
|
![]() |