Download
(47Kb)
Download
Updated: 07-23-08 04:17 PM
Addon for:
oUF.
Pictures
File Info
Updated:07-23-08 04:17 PM
Created:unknown
Downloads:2,449
Favorites:4
MD5:

oUF Sweedy

Version: 1.02
by: sweedy [More]

My oUF layout i've been working on for some months based on koskens work.
But basically i've changed/added/removed most of it to get it to fit my needs.
So there isn't much left of koskens code that i havn't changed myself.
Also been looking at several other layouts such as lolzens pli3ms, so many thanks and especially thanks to wowace forums.
This layout is mainly created to fit the needs of my shaman.
Also thanks to hal for the texture i'm using.

Feel free to ask any questions regarding changes or troubles that show up.

This layout supports
Player | Target | TargetsTarget | Focus | Focus target | Party


Credit goes to kosken for base code and the rest of the oUF layouts out there for inspirational code

Optional dependencies

Optional Files (0)


Post A Reply Comment Options
Unread 07-23-08, 04:14 PM  
sweedy
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 3
Uploads: 1
Re: texture path

Originally posted by elderbrock
Code:
local font, fontSize = "Interface\\AddOns\\oUF_Kosken\\media\\font.ttf", 11 -- size for missing hp and hp

local backdrop = {
		bgFile = "Interface\\Tooltips\\UI-Tooltip-Background", tile = true, tileSize = 16,
		insets = {left = -1.5, right = -1.5, top = -1.5, bottom = -1.5},
	}
local statusbar = "Interface\\AddOns\\oUF_Kosken\\media\\statusbar"
Should be

Code:
local font, fontSize = "Interface\\AddOns\\oUF_Sweedy\\media\\font.ttf", 11 -- size for missing hp and hp

local backdrop = {
		bgFile = "Interface\\Tooltips\\UI-Tooltip-Background", tile = true, tileSize = 16,
		insets = {left = -1.5, right = -1.5, top = -1.5, bottom = -1.5},
	}
local statusbar = "Interface\\AddOns\\oUF_Sweedy\\media\\statusbar"
I had no textures!
bad bad me =) used an old backup. thanks for reminding me to edit that =)

EDIT: uploaded fixed version
Last edited by sweedy : 07-23-08 at 04:18 PM.
Report comment to moderator  
Reply With Quote
Unread 07-23-08, 03:34 PM  
elderbrock
A Murloc Raider
AddOn Compiler - Click to view compilations

Forum posts: 4
File comments: 8
Uploads: 1
texture path

Code:
local font, fontSize = "Interface\\AddOns\\oUF_Kosken\\media\\font.ttf", 11 -- size for missing hp and hp

local backdrop = {
		bgFile = "Interface\\Tooltips\\UI-Tooltip-Background", tile = true, tileSize = 16,
		insets = {left = -1.5, right = -1.5, top = -1.5, bottom = -1.5},
	}
local statusbar = "Interface\\AddOns\\oUF_Kosken\\media\\statusbar"
Should be

Code:
local font, fontSize = "Interface\\AddOns\\oUF_Sweedy\\media\\font.ttf", 11 -- size for missing hp and hp

local backdrop = {
		bgFile = "Interface\\Tooltips\\UI-Tooltip-Background", tile = true, tileSize = 16,
		insets = {left = -1.5, right = -1.5, top = -1.5, bottom = -1.5},
	}
local statusbar = "Interface\\AddOns\\oUF_Sweedy\\media\\statusbar"
I had no textures!
Last edited by elderbrock : 07-23-08 at 03:40 PM.
Report comment to moderator  
Reply With Quote
Unread 07-23-08, 08:41 AM  
sweedy
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 3
Uploads: 1
updated to fix party and also added support for powerspark and combopoints.
however both these are commented out atm.
also fixed so that energy and rage are showed diff than mana ie it only shows the current amount rather than current and missing
Report comment to moderator  
Reply With Quote
Unread 07-22-08, 04:16 PM  
sweedy
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 3
Uploads: 1
for anyone wondering the 2 big red zeros is from another addon called
Besch
http://www.wowinterface.com/download...767-beSch.html
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: