| Updated: | 07-09-10 04:38 AM |
| Created: | unknown |
| Downloads: | 7,558 |
| Favorites: | 33 |
| MD5: |

File Name |
Version |
Size |
Author |
Date |
r21 |
39kB |
Soeters |
01-23-10 07:14 AM |
|
r20 |
39kB |
Soeters |
12-06-09 04:10 AM |
|
r19 |
39kB |
Soeters |
12-02-09 08:58 AM |
|
r18 |
28kB |
Soeters |
08-05-09 03:21 AM |
![]() |
Comment Options |
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 1
Uploads: 0
|
update, pls
|
|
|
|
|
|
|
good day
How do I drag the frame to another location? thanks for the reply
__________________
I do not speak much English, but I try |
|
|
|
|
|
|
|
If you have suggestions, give them, but I haven't a lot of free time, and finalizing little details isn't my priority.
|
|
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 2
Uploads: 0
|
Text isnt very nice
|
|
|
|
|
|
|
Yes, it broke it.
Will be fixed during July, but I can't give a precise date, there are many things to repair. |
|
|
|
|
|
|
|
A Cliff Giant
Forum posts: 70
File comments: 37
Uploads: 0
|
i believe that the latest version of OUF broke this addon.
|
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 1
File comments: 12
Uploads: 0
|
options
Hi,
Love the simplicity of the frames, is there a way to change size and colors? Apart from that awesome work ![]() |
|
|
|
|
|||
To move target combo points, that's a little bit harder but something you can try is that: Open Deith_normal.lua Go to the line 401 you'll see Code:
--== Combo ==--
local cp = SetFontString(self.Health, font, 14)
self:Tag(cp,"[shortcp]")
cp:SetPoint("CENTER",self.Health,"CENTER",0,-5)
cp:SetTextColor(unpack(oUF.colors.power["ENERGY"]))
Code:
--== Combo ==--
if unit == target then
local cp = SetFontString(self.Health, font, 14)
self:Tag(cp,"[shortcp]")
cp:SetPoint("CENTER",self.Health,"CENTER",0,-5)
cp:SetTextColor(unpack(oUF.colors.power["ENERGY"]))
end
At the end of the file you'll see Code:
if (not oUF.Tags['[shortcp]']) then
oUF.Tags['[shortcp]'] = function(unit)
local cp = GetComboPoints(unit, 'target') return (cp > 0) and strrep("* ",cp) end
--return strrep("* ", 5) end -- test purpose
end
oUF.TagEvents['[shortcp]'] = 'UNIT_COMBO_POINTS UNIT_TARGET'
Code:
if (not oUF.Tags['[shortcp]']) then
oUF.Tags['[shortcp]'] = function(unit)
local cp = GetComboPoints('player', 'target') return (cp > 0) and strrep("* ",cp) end
--return strrep("* ", 5) end -- test purpose
end
oUF.TagEvents['[shortcp]'] = 'UNIT_COMBO_POINTS UNIT_TARGET'
Change "[gradienthp)" to "[perhp]" But the text won't be colored anymore ![]() |
|||
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 19
Uploads: 0
|
is there a way to show the target hp percent?
|
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 2
Uploads: 0
|
Hey
Awsome addon i must say ![]() I got 2 questions tho: -Can you disable players frame somehow, since i need only target and target's target parts only? -About combo points, can you help me and explain how can i move them to targets frame? |
|
|
|
|
|
|
|
![]() |
You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.