Download
(179Kb)
Download
Updated: 01-06-11 04:50 PM
Pictures
File Info
Updated:01-06-11 04:50 PM
Created:12-28-10 01:20 PM
Downloads:3,210
Favorites:12
MD5:

oUF Sniffles

Version: 1.5.1
by: Sniffles [More]

oUF_Sniffles


Info!

Here is my oUF_Layout! It is minimalistic and clean! But first:
If you don't unterstand .LUA or you aren't interested in, this AddOn is probably NOT for you! I'll do minor changes, but not huge.
You need for this Layout: "oUF" and "!Beautycase" (You dont need to download it). Don't forget to read the "README" and the Change Log!
If you found bugs or you want to request a feature, then contact me please

About my Layout


Version: 1.5.x

It's aimed for PvP/BG and DPS/Tanks! The Frame are Classcolored. You can change things in "media.lua" or "cfg.lua". If you want a huger configuration, then leave a comment and I'll do it, if I have time.

The following units are supported:


Player
Target
Pet
TargetofTarget
Focus
Party/Raid

I won't add Boss Frames or Main Tank Frames. Maybe Arena Frames!

Plug-Ins:


oUF_CombatFeedback
oUF_ThreatBar
oUF_TotemBar
oUF_Smooth
oUF_AuraWatch

Features:


ThreatBar
Castbar
Threat Highlight
EclipseBar, HolyPower, TotemBar, Runes, Combo Points, Shards
Transparent Portrait (Only Target)
Buffs/Debuffs on Target
Sexy Raidicons
Aurawatch (Indicators)

Credits:


haste
Aftermathh
Ferous
p3lim
coree
tukz
wildbreath
hankthetank
drakull
neal
Plug-Ins Authors
and wowinterface community

Visit tukui.org or wowinterface.com to talk about Interface,AddOns and .LUA

And sorry for my bad,bad,bad english

Questions and Answers:


Q: Some frames are overlapping, can you change it?
A: No, change it by yourself. Some Frame are overlapping cause of your Class.

Q: How can I do "add here what you want to change"?
A: Read the "Info!". I'll change minor thing but not huge.

Q: How can I work with !Beautycase?
A: Take a look into beautycase.lua. There's a Description!

Config:

Code:
-- CONFIG --

cfg = { } -- dont touch only watch

cfg = {
	-- for all units
	["classcolored"] = true, -- class colored frames?
	["owncolor"] = false, -- or do you want your color?
	["mycolor"] = {0.08, 0.08, 0.08}, -- your own color (health)
	
	["ownpowercolor"] = false, -- (power)
	["mypowercolor"] = {1, 1, 1}, -- (power)
	
	-- party
	["enableparty"] = true,
	["powerbars"] = false,
	
	["partyheight"] = 40, -- maximal height of party frame
	["partywidth"] = 40, -- maximal width of party frame
	["partyhealthwidth"] = 40, -- width of health
	["partyhealthheight"] = 40, -- height of health
	["partypowerwidth"] = 40,
	["partypowerheight"] = 4,
	
	["partyenablenames"] = true, -- enable names?
	["partynames"] = 4, -- Choose between 4, 6, 8 nameletters
	
	["partyenablethreathighlight"] = true, -- true/false for threathightlight
	
	-- raid
	["enableraid"] = true,
	["rpowerbars"] = true,
	
	["raidwidth"] = 40,
	["raidheight"] = 40,
	["raidhealthheight"] = 40,
	["raidhealthwidth"] = 40,
	["raidpowerheight"] = 4,
	["raidpowerwidth"] = 40,
	
	["enableraidnames"] = true,
	["raidnames"] = 4, -- 4,6,8
	
	["raidenablethreathighlight"] = true,
	
	-- Plug-Ins
	["enablecombatfeedtext"] = true, -- enable Combatfeed Text?
	["combatfeedtextpos"] = {"CENTER", 0, 0}, -- Position of Combatfeed Text
	
	["enableaurawatch"] = true, -- enable aura watch?
	
	["enablethreatbar"] = true, -- enable threatbar ?

	-- Positions
	["playerpos"] = {"CENTER", -300, -100},
	["targetpos"] = {"CENTER", 0, -250},
	["totpos"] = {"CENTER", 200, -250},
	["petpos"] = {"CENTER", -485, -100},
	["focuspos"] = {"CENTER", 500, 0},
	["grouppos"] = {"RIGHT", UIParent, "LEFT", 100, 50},
	["raidpos"] = {"CENTER", UIParent, -300, 0},
	
	-- Castbar
        ["enablecastbar"] = true,
	["castbarwidth"] = 230,
	["castbarheight"] = 24,
	["playercastbarpos"] = {"BOTTOM", 0, -70},
	["targetcastbarpos"] = {"BOTTOM", 0, -150},
	["castbarcolor"] = {1, 1, 0},
	["castbariconwidth"] = 30,
	["castbariconheight"] = 30,
}

-- [""] = ,
Gallery


Threat Hightlight (Group):

Aurawatch:

Powerbars:

VERSION 1.5
-- huger config

VERSION 1.4
-- fixed:
~~ Raid Powerbars
-- added level tag

VERSION 1.3
-- fixed:
~~Aurawatch
-- added small config
-- added galery (look on main page)

VERSION 1.2
-- Added Combat Icon
-- Added 6/8 Names

VERSION 1.1
-- The Group Frames should work now
Optional Files (0)


Post A Reply Comment Options
Unread 12-29-10, 07:47 AM  
gossipgirlxo
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 10
File comments: 108
Uploads: 1
looks incredible. super simple clean design with tons of great functionality.
Report comment to moderator  
Reply With Quote
Unread 12-29-10, 07:55 AM  
Sniffles
A Black Drake
 
Sniffles's Avatar
AddOn Author - Click to view AddOns

Forum posts: 86
File comments: 75
Uploads: 17
Thank you
Report comment to moderator  
Reply With Quote
Unread 12-29-10, 12:05 PM  
Crapa
A Kobold Labourer
 
Crapa's Avatar

Forum posts: 1
File comments: 45
Uploads: 0
Very nice layout

Getting this error when grouping with people

Message: Interface\AddOns\oUF_Sniffles\unitframes\Group.lua:9: Usage: UnitThreatSituation("unit" [, "mob"])
Time: Wed Dec 29 19:03:21 2010
Count: 2
Stack: [C]: ?
[C]: ?
Interface\FrameXML\RestrictedFrames.lua:604: in function <Interface\FrameXML\RestrictedFrames.lua:603>
Interface\FrameXML\RestrictedFrames.lua:742: in function `CallMethod'
[string " local header = self:GetParent()..."]:43: in function <[string " local header = self:GetParent()..."]:1>
(tail call): ?
[C]: ?
Interface\FrameXML\RestrictedExecution.lua:441: in function <Interface\FrameXML\RestrictedExecution.lua:412>
Interface\FrameXML\SecureGroupHeaders.lua:108: in function `SetupUnitButtonConfiguration'
Interface\FrameXML\SecureGroupHeaders.lua:158: in function <Interface\FrameXML\SecureGroupHeaders.lua:115>
Interface\FrameXML\SecureGroupHeaders.lua:458: in function <Interface\FrameXML\SecureGroupHeaders.lua:382>
[C]: in function `Show'
Interface\FrameXML\SecureStateDriver.lua:100: in function <Interface\FrameXML\SecureStateDriver.lua:95>
Interface\FrameXML\SecureStateDriver.lua:127: in function <Interface\FrameXML\SecureStateDriver.lua:119>

Locals: <none>
Report comment to moderator  
Reply With Quote
Unread 12-29-10, 12:49 PM  
Sniffles
A Black Drake
 
Sniffles's Avatar
AddOn Author - Click to view AddOns

Forum posts: 86
File comments: 75
Uploads: 17
I know. I had it too. The Group Frames should work now, please download the new version.
Report comment to moderator  
Reply With Quote
Unread 12-30-10, 02:31 AM  
Crapa
A Kobold Labourer
 
Crapa's Avatar

Forum posts: 1
File comments: 45
Uploads: 0
Works fine now.
Thanks
Report comment to moderator  
Reply With Quote
Unread 12-30-10, 06:16 PM  
Empark
A Kobold Labourer
 
Empark's Avatar

Forum posts: 0
File comments: 1
Uploads: 0
oUF_Blessed?

atm
Code:
raidicon:SetTexture("Interface\\AddOns\\oUF_Blessed\\media\\textures\\raidicons.blp") -- thx hankthetank for texture
maybe correctly
Code:
raidicon:SetTexture("Interface\\AddOns\\oUF_Sniffles\\media\\textures\\raidicons.blp") -- thx hankthetank for texture
?

also, it will be great, if u add combat icon .


P.S. I like your layout
P.S.S. sorry 4 my bad english.

btw, i think u need to shorten (cut) long names.
Last edited by Empark : 12-30-10 at 06:26 PM.
Report comment to moderator  
Reply With Quote
Unread 12-30-10, 06:40 PM  
Sniffles
A Black Drake
 
Sniffles's Avatar
AddOn Author - Click to view AddOns

Forum posts: 86
File comments: 75
Uploads: 17
Oh yes. I named my old layout ...._blessed

I'll change it. Thank you!
Report comment to moderator  
Reply With Quote
Unread 12-30-10, 06:57 PM  
Sniffles
A Black Drake
 
Sniffles's Avatar
AddOn Author - Click to view AddOns

Forum posts: 86
File comments: 75
Uploads: 17
Added CombatIcon!

And 6/8 Name Tags:

Code:
oUF.Tags["shortname"] = function(unit)
	local name = UnitName(unit)
	return utf8sub(name, 6, false)
end
oUF.TagEvents["shortname"] = "UNIT_NAME_UPDATE"

oUF.Tags["longname"] = function(unit)
	local name = UnitName(unit)
	return utf8sub(name, 8, false)
end
oUF.TagEvents["longname"] = "UNIT_NAME_UPDATE"
Report comment to moderator  
Reply With Quote
Unread 12-31-10, 10:03 AM  
Aftermathhqt
A Molten Giant
 
Aftermathhqt's Avatar
AddOn Author - Click to view AddOns

Forum posts: 784
File comments: 150
Uploads: 14
I can feel the love in the air
Last edited by Aftermathhqt : 12-31-10 at 10:04 AM.
Report comment to moderator  
Reply With Quote
Unread 01-03-11, 10:29 AM  
khangg
An Aku'mai Servant
AddOn Compiler - Click to view compilations

Forum posts: 35
File comments: 53
Uploads: 1
I noticed you had already added the spells I wanted to track, unfortunately however the aura indicators aren't showing up on my party/raid frames. I'm playing a resto druid.
Report comment to moderator  
Reply With Quote
Unread 01-03-11, 12:00 PM  
Sniffles
A Black Drake
 
Sniffles's Avatar
AddOn Author - Click to view AddOns

Forum posts: 86
File comments: 75
Uploads: 17
Aurawatch should work now.
Please download the new version!
Report comment to moderator  
Reply With Quote
Unread 01-04-11, 10:58 AM  
Puree_
A Kobold Labourer

Forum posts: 1
File comments: 18
Uploads: 0
Hello,

Very nice layout, how about the level target?

and il have a problem the mana bar raid does not work for me.
P.
Last edited by Puree_ : 01-04-11 at 10:59 AM.
Report comment to moderator  
Reply With Quote
Unread 01-04-11, 12:12 PM  
Sniffles
A Black Drake
 
Sniffles's Avatar
AddOn Author - Click to view AddOns

Forum posts: 86
File comments: 75
Uploads: 17
Added Level on Target.
Raid Powerbars should work now!

Please download the new version!
Report comment to moderator  
Reply With Quote
Unread 01-04-11, 01:29 PM  
Puree_
A Kobold Labourer

Forum posts: 1
File comments: 18
Uploads: 0
Thank you
Report comment to moderator  
Reply With Quote
Unread 01-05-11, 06:50 AM  
random_
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 13
Uploads: 1
Threat bar and eclipse bar are overlapping(same position, not just edge) while playing druid. Is it possible to do something about it? What I do now is just edit cfg file every time i play druid and disable threat bar.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: