Category: oUF: Layouts
Addon Information
Works with 3.3
Download Latest Version.
To add favorites please register for a free account. If you already have one you need to login. How do I install this? (FAQ)
Author:
Version:
2.2
Date:
03-03-2010 01:42 PM
Size:
3.07 Kb
Downloads:
1,403
Favorites:
20
MD5:
Pictures
Click to enlarge
show all bars
oUF FavHUD
oUF layout for HUD's users.
  Change Log - oUF FavHUD
2.2
Update from my UI
Chage text.
Add dk gradient
And some other crap.

1.2
Change Health and Power texts

1.1
replace bars
fix power for druids ( find one on my account >.<)
fix backdrop. if you dont see 1px lines chenge your ui scale.

1.04
fix texture and font path >.<
delete all icons (raid icons, ML, leader etc)

1.03
-gradient colored by power type (red>yelow for energy, gray>red for rage and red>blue for mana)

1.02
-fix mana gradient
-delete trash

1.01
-Return backdrop
-little fix
  Archived Versions - oUF FavHUD
File Name
Version
Size
Author
Date
1.2
44kB
Favorit
07-04-2009 01:21 PM
1.1
43kB
Favorit
04-28-2009 01:47 PM
1.04
43kB
Favorit
04-20-2009 04:20 AM
1.03
44kB
Favorit
03-23-2009 01:24 PM
  Comments - oUF FavHUD
Post A Reply Comment Options
Old 03-03-2010, 11:04 PM  
Favorit
A Kobold Labourer
 
Favorit's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 27
Uploads: 5
oh...yes.
need change media file path (i use one folder for all ui).
__________________
- Children of Moonglade -
Favorit is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 03-03-2010, 05:45 PM  
smanzo
A Defias Bandit

Forum posts: 3
File comments: 8
Uploads: 0
Is it just me, or is the MEDIA folder missing from upload version 2.2?
smanzo is online now Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-02-2010, 06:25 AM  
Favorit
A Kobold Labourer
 
Favorit's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 27
Uploads: 5
__________________
- Children of Moonglade -
Favorit is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 01-01-2010, 02:14 PM  
Tanque
A Kobold Labourer

Forum posts: 1
File comments: 40
Uploads: 0
Quote:
Originally posted by Favorit
add "PLAYER_ENTER_COMBAT" event.
I figured out that "PLAYER_REGEN_ENABLED" and "PLAYER_REGEN_DISABLED" have replaced the enter combat event. Unfortunately, although I can tinker with lua, I don't have any real programming skills to implement these events so that the HUD only appears when I'm in combat. If anyone can do it I would really appreciate it.
Tanque is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-28-2009, 01:01 PM  
Favorit
A Kobold Labourer
 
Favorit's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 27
Uploads: 5
Quote:
It's perfect. But i need a Frame for my pet =(
it problem?
local pet = oUF:Spawn('pet', 'oUF_pet'):SetPoint('CENTER', UIParent, 'CENTER', -272, -473) etc.

Quote:
What would I have to change to have only absolute text values, no percentages?
edit updatehelth function.
Code:
if (unit == "player") then
		bar.value:SetFormattedText('|cff00ff00%s|r', ShortValue(min))
example code for green absolute number for player.
__________________
- Children of Moonglade -
Favorit is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-22-2009, 09:39 AM  
ashopedies
A Kobold Labourer

Forum posts: 0
File comments: 68
Uploads: 0
What would I have to change to have only absolute text values, no percentages?
__________________
Shields Up! - Another Resto Shaman Blog
ashopedies is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-18-2009, 05:12 AM  
.iArt
A Kobold Labourer

Forum posts: 0
File comments: 37
Uploads: 0
It's perfect. But i need a Frame for my pet =(

mfg
.iArt is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-26-2009, 03:43 AM  
Favorit
A Kobold Labourer
 
Favorit's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 27
Uploads: 5
add "PLAYER_ENTER_COMBAT" event.
__________________
- Children of Moonglade -
Favorit is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-21-2009, 12:19 AM  
Tanque
A Kobold Labourer

Forum posts: 1
File comments: 40
Uploads: 0
Is there a simple way to make the HUD appear only when I'm in combat?
Tanque is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 09-08-2009, 06:22 AM  
Favorit
A Kobold Labourer
 
Favorit's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 27
Uploads: 5
ofc...but i dont need it. use banzai or ouf agro tag.

good luck!

Last edited by Favorit : 09-08-2009 at 06:23 AM.
Favorit is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 09-07-2009, 09:52 PM  
Malice.US
A Murloc Raider
 
Malice.US's Avatar

Forum posts: 4
File comments: 33
Uploads: 0
Is there a way to add threat coloring to this? like a border glow?
Malice.US is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-27-2009, 05:41 AM  
Favorit
A Kobold Labourer
 
Favorit's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 27
Uploads: 5
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
3. add in cast bar section after self.Castbar = cb (line 292 on pastey) and fix position and size
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)
good luck!
Favorit is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-26-2009, 01:15 PM  
Lastbreath
A Kobold Labourer

Forum posts: 0
File comments: 47
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
Lastbreath is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-24-2009, 05:10 AM  
Favorit
A Kobold Labourer
 
Favorit's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 27
Uploads: 5
just change SetPoint strings
for example
Code:
local player = oUF:Spawn('player'):SetPoint('CENTER', UIParent, 'CENTER', -180, 80) 
local target = oUF:Spawn('target'):SetPoint('CENTER', UIParent, 'CENTER', -189, 80)
Favorit is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-23-2009, 06:12 AM  
Lastbreath
A Kobold Labourer

Forum posts: 0
File comments: 47
Uploads: 0
Hey m8 nice hud but any way to help me....i want to look like this:


Code:
Player                             Target
   
HP/Power/Cast Bar            Cast/Power/HP Bar
how i can do it like this?

Tnx...

Last edited by Lastbreath : 08-23-2009 at 09:48 AM.
Lastbreath is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Post A Reply



Category Jump:




The Network:
EQInterface | EQ2Interface | LoTROInterface | MMOInterface | War.MMOUI | WoWInterface | VGInterface | Allakhazam | Thottbot | Wowhead | Zam


©2009 MMOUI / ZAM Network
vBulletin - Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.