| Updated: | 03-03-10 12:42 PM |
| Created: | 03-14-09 09:18 AM |
| Downloads: | 2,470 |
| Favorites: | 17 |
| MD5: |
File Name |
Version |
Size |
Author |
Date |
1.2 |
44kB |
Favorit |
07-04-09 12:21 PM |
|
1.1 |
43kB |
Favorit |
04-28-09 12:47 PM |
|
1.04 |
43kB |
Favorit |
04-20-09 03:20 AM |
|
1.03 |
44kB |
Favorit |
03-23-09 12:24 PM |
![]() |
Comment Options |
|
|
|
|
1. i dont use this now
2. FavHUD2 include same functions and i dont have any errors. Try update oUF Core
__________________
- Children of Moonglade - |
|
|
|
|
|
|
|
oh...yes.
need change media file path (i use one folder for all ui).
__________________
- Children of Moonglade - |
|
|
|
|
|
|
|
A Defias Bandit
Forum posts: 3
File comments: 36
Uploads: 0
|
Is it just me, or is the MEDIA folder missing from upload version 2.2?
|
|
|
|
|
|
|
__________________
- Children of Moonglade - |
|
|
|
|
|
|||
local pet = oUF:Spawn('pet', 'oUF_pet'):SetPoint('CENTER', UIParent, 'CENTER', -272, -473) etc.
Code:
if (unit == "player") then
bar.value:SetFormattedText('|cff00ff00%s|r', ShortValue(min))
__________________
- Children of Moonglade - |
|||
|
|
|
|
|
|
What would I have to change to have only absolute text values, no percentages?
__________________
Shields Up! - Another Resto Shaman Blog |
|
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 1
File comments: 50
Uploads: 0
|
It's perfect. But i need a Frame for my pet =(
mfg |
|
|
|
|
|
|
add "PLAYER_ENTER_COMBAT" event.
__________________
- Children of Moonglade - |
|
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 1
File comments: 158
Uploads: 0
|
Is there a simple way to make the HUD appear only when I'm in combat?
|
|
|
|
|
|
|
ofc...but i dont need it. use banzai or ouf agro tag.
good luck!
Last edited by Favorit : 09-08-09 at 05:23 AM.
|
|
|
|
|
|
|
|
Is there a way to add threat coloring to this? like a border glow?
|
|
|
|
|
|
|
|
1. if runica change default rune frame (like rbuff) coment/delete this string.
2. - take number of percent in player hp ( |cff%02x%02x%02x%d|r ) - add %% ( |cff%02x%02x%02x%d%%|r ) example target code Code:
if (unit == "target") then
bar.value:SetFormattedText("|cff%02x%02x%02x%d%%|r\n%s", r*255, g*255, b*255, (min/max)*100, ShortValue(min))
end
Code:
self.Castbar.Icon = self.Castbar:CreateTexture(nil, 'ARTWORK')
self.Castbar.Icon:SetHeight(27)
self.Castbar.Icon:SetWidth(27)
self.Castbar.Icon:SetTexCoord(0.1,0.9,0.1,0.9)
self.Castbar.Icon:SetPoint("BOTTOM", self.Castbar, "BOTTOM", 0, 0)
|
|
|
|
|
|
|
|
A Defias Bandit
Forum posts: 3
File comments: 84
Uploads: 0
|
Hi me again, now i manage to make this from ure addon:
![]() Now on left side is from left to right - mine hp, mine power bar then castbar. on right side from right to left is - target hp, target power bar and castbar. Now in the lua part of the addon it says "RuneFrame:Hide() --------- Hides the Rune Frame, DKs will need to get a Rune Addon" im using Runica addon for that purpuse and if oUF is on runica doesnt work so can u help me in that part. also need help, what i need to add so over target hp text it shows me his % with % sign and how to add on mine % part the % sign. And is it possible to add cast icon at the place on the pic i puted here ? this is the lua file with changes http://ace.pastey.net/123430-1e4p |
|
|
![]() |