features:
- aura cancel on right click
- target portrait
- party and player portraits
- druid mana
- oUF_Swing support (for hunters only)
- five men raids are shown as party
- party hidden in >5 man raids
- target debuffs are filtered to only show debuffs, applied by the player
- options to change font, bar textures, ...
- options to scale all frames, except player and raid
- a lot of comments in the lua to make it easily readable/customizable
- color gradient for health bar (player, pet, party, raid)
- class colored names
supported frames:
- Player
- Target
- Target of Target
- Pet
- Focus
- Party
- Party Targets (optional)
- Party Pets (optional)
- Raid (optional)
supported plugins:
oUF_AFKicon
oUF_Banzai
oUF_PowerSpark
oUF_DebuffHighlight
oUF_BarFader
oUF_Swing
oUF_Smooth
oUF_ReadyCheck
oUF_SpellRange
oUF_MovableFrames ("http://www.wowinterface.com/downloads/info14408-oUF_MoveableFrames.html")
KNOWN ISSUES:
* Party frames don't like being moved with oUF_MovableFrames, they keep resetting to their original position
* party targets/pets sometimes move to the top right of the screen, after a respec via dual spec ... /console reloadui (or relog) will fix that
old screenshot (version 1.0) from party in combat
http://s.wowinterface.com/preview/pvw25851.jpg
some things you can change:
-- ------------------------------------------------------------------------
-- SETUP
-- ------------------------------------------------------------------------
local font = "Interface\\AddOns\\oUF_Aion\\font\\marigoldwild.ttf"
local fontN = "Interface\\AddOns\\oUF_Aion\\font\\marigoldwild.ttf"
local fontSN = 24 -- font size (names)
local fontS = 16 -- font size (numbers)
local fontF = "THINOUTLINE" --local fontF = nil
local bartex = "Interface\\AddOns\\oUF_Aion\\media\\dAion"
local bufftex = "Interface\\AddOns\\oUF_Aion\\Art\\border"
local borderDebuffHigh = "Interface\\AddOns\\oUF_Aion\\media\\frameborder3large"
local frameborder = "Interface\\AddOns\\oUF_Aion\\Art\\border"
local scalePlayer = 0.9 -- change player scale
local scalePlayerPet = 0.8 -- change player pet scale
local scaleTarget = 0.8 -- change target, target of target and focus scale
local ScaleParty = 0.8 -- change party scale
local ScalePT = 0.6 -- change party target scale
local ScalePP = 0.6 -- change party pet target scale
local Numberzzz = 1 -- 0 will display 18400k as 18k, 1 = 18.4k, ....
-- show/hide raid frames
local useraid = false
-- show/hide party target frames
local usepartytargets = false
-- show/hide party pet frames
local usepartypets = false
-- show target's auras on top (true) or bottom (false)
local TargetAurasOnTOP = false
-- NOTE: you should use either one of these, or it might look a "little crazy" ......
-- show/hide AION style Panel
local useAionPanel = true
-- show/hide viewport
local useviewport = false
-- castbar position
local playerCastBar_x = 0
local playerCastBar_y = -210
local targetCastBar_x = 0
local targetCastBar_y = -60
-- set target castbar scale
local TarCastScale = 1.0
Note: The download is a little bigger because of all the included art (textures). The layout itself is as tiny as any other oUF layout. :rolleyes: