Download
(8MB)
Download
Updated: 09-17-09 03:33 PM
Pictures
File Info
Updated:09-17-09 03:33 PM
Created:04-25-09 02:18 PM
Downloads:13,454
Favorites:47
MD5:

oUF Aion UI  Popular! (More than 5000 hits)

Version: 1.4
by: Dawn [More]

oUF_Aion UI is made to work for 1680x1050, it works out of the box for 1440x900, 1920x1200, ... should work for all widescreen resolutions. Even though the art on the bottom, might be somewhat small/big by default, depending on your resolution.


I added oUF_MoveableFrames plugin support in version 1.1, which will allow you to position the frames in game. NOTE: To move a frame you have to hold down the ALT and CONTROL KEY and drag the frame. You can move party and raid with ALT + CONTROL, too. Just don't click on the bars directly, but a little aside of them



I don't use any UI scale at all. I don't have this option checked. Or in other words this UI is basically build around an UI scale of 1.0.
If you are using another resolution than 1680x1050, you might have to adjust your UI scale until it fits.

NOTE:
1.) Pretty much any addon included in this UI is heavily customized, I don't take any credits for this.
However, you shouldn't update any of the addons, manually!
2.) If something spits out errors or stops working, tell me please.
3.) Read the changelog, it contains usefull information!
4.) For in depth information/questions concerning unitframes head over to oUF_Aion layout page and check the comments/changelog, before asking, please.

Last but not least:
I will only support this to the point where it comes to bug fixing. If you want to customize it, you are on your own. This is a necessary step, to keep my sanity. Well, what's left of it.


SETUP:

1.) backup you font, interface and wtf folder
2.) Extract everything into your \WorldofWarcraft\ folder
3.) Make sure you rename the folder YOURACCOUNTNAME to ... guess what ...
4.) load the "Default" profile for Dominos (actionbars) ingame


This and That:
* Blizzards Calendar is accessible by right clicking on the minimap
* Tracking is accessible by middle clicking on the minimap
* Chat frames minimize after 40seconds of inactivity - you can change the duration in Chicchai
* you can move all bag frames by holding ALT
* you can move nClock by holding ALT
* to open a GM ticket type /GM or /ticket
* to reload your UI type /rl


Some addons that you can customize easily are:

*actionbars
Dominos

*unitframes
oUF_Aion\Aion_core.lua

*chatframe (minimize/maximize effect, borders, background)
Chicchai\core.lua

*AionMini (minimap)
AionMini\AionMini.lua

*TipTac (tooltip addon)
/tip



layout details for oUF_Aion

Code:
-- ------------------------------------------------------------------------
-- 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 raidbartex = "Interface\\AddOns\\oUF_Aion\\media\\dQ"
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.5  -- change party target scale
local ScalePP = 0.5  -- change party pet target scale

local Numberzzz = 1 -- 0 will display 18400k as 18k, 1 = 18.4k, ....

-- show/hide raid frames
local useraid = true
-- show/hide party target frames
local usepartytargets = false
-- show/hide party pet  frames
local usepartypets = true

-- show/hide player frames
local useplayer = false	

-- show target's auras on top (true) or bottom (false)
local TargetAurasOnTOP = true

-- 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

-- self-explanatory?!?
local OMGHELPMEMOVETEHPARTYANDRAIDPLZKKTHXBYE = false
-- just in case it's not .. this is not needed to move party and raid, but it will help ....

-- castbar position
local playerCastBar_x = 0
local playerCastBar_y = -110
local targetCastBar_x = 0
local targetCastBar_y = -60

-- set target castbar scale
local TarCastScale = 1.0

Hope you like it, have fun.

1.4
* health and power "orb style" for player - based on "oUF_D3Orbs2" - 4ll cr3dits to t3h z0rk! :)
* added an option to hide the default player frame and only show the orbs (enabled by default)
* party and raid are now moveable (hold down ALT + CONTROL, click a little aside of the bars, not directly on them!)
* raid layout is more compact now
* some minor tweaks

1.3b
* enabled PvP frame position feature in AionMini to make up for the new target default position (it was overlapping the PvP frame)
* unitframe (oUF layout) updated to 1.5b

1.3
* unitframe (oUF layout) updated to 1.5
* player auras are now part of oUF_Aion (blizzard auras are hidden)
* default player and target position changed
* Aion panel added (incl. option to enable/disable)
* added an option to position target auras on top or bottom of the target
* raidframes are hidden by default

1.2
* savedvariables folder fixed ....
* unitframe (oUF layout) updated to 1.4

1.1
* updated for patch 3.2 (addons updated, code fixes, etc.)

1.0
* initial release
Optional Files (0)


Post A Reply Comment Options
Unread 08-19-09, 04:56 PM  
lordalmithor
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
Re: Re: Scaling Problems.

Originally posted by Dawn
You can move a frame if you hold down the ALT and CONTROL KEY and drag the frame.
I have tried that but for some reason it doesn't work, like i can move them but they don't stick.
Last edited by lordalmithor : 08-19-09 at 05:40 PM.
Report comment to moderator  
Reply With Quote
Unread 08-20-09, 05:21 AM  
Dawn
A Molten Giant
 
Dawn's Avatar
AddOn Author - Click to view AddOns

Forum posts: 918
File comments: 959
Uploads: 22
I see. Might need a different way to spawn party frames. I have to look into it.
Report comment to moderator  
Reply With Quote
Unread 08-20-09, 09:19 AM  
lordalmithor
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
Scaling Problems.

So ya I am used 1650,1050. Scaled to the mini and this is what i get
http://s594.photobucket.com/albums/t...009_084957.jpg
but I could like it to look like this
http://s594.photobucket.com/albums/t...009_085415.jpg
the move thing does work but each time something happens everything gets set to the original.
Report comment to moderator  
Reply With Quote
Unread 08-20-09, 05:34 PM  
ra1d3n
A Cyclonian
 
ra1d3n's Avatar
AddOn Author - Click to view AddOns

Forum posts: 44
File comments: 20
Uploads: 2
Problem

I cant get this to work somehow. Ther is no default profile for Dominos, only the Class Profile which is created on login.

I get lots of errors. For example:

Code:
Message: ...ace\AddOns\MikScrollingBattleText\MSBTAnimations.lua:275: <unnamed>:SetText(): Font not set
Time: 08/21/09 01:24:45
Count: 1432
Stack: [string "Interface\FrameXML\BasicControls.xml:<Scrip..."]:18: in function <[string "Interface\FrameXML\BasicControls.xml:<Scrip..."]:4>
[C]: ?
[C]: in function `SetText'
...ace\AddOns\MikScrollingBattleText\MSBTAnimations.lua:275: in function <...ace\AddOns\MikScrollingBattleText\MSBTAnimations.lua:204>
...ace\AddOns\MikScrollingBattleText\MSBTAnimations.lua:357: in function <...ace\AddOns\MikScrollingBattleText\MSBTAnimations.lua:320>
Interface\AddOns\MikScrollingBattleText\MSBTMain.lua:1147: in function <Interface\AddOns\MikScrollingBattleText\MSBTMain.lua:1127>

Locals: (*temporary) = <unnamed> {
 0 = <userdata>
}
(*temporary) = "(Fatalīs) +0 <26797> [2 Hits, 2 Crits]"
After moving the files from the "MyAccountName" folder to "Myaccountname\Savedvariables" the above error disappears. Additionally, the default profile in bongos appears. So you may want to fix the zip file.

But now i get this (and 13 other errors):
Code:
Message: ...e\AddOns\Blizzard_DebugTools\Blizzard_DebugTools.lua:430: bad argument #6 to 'format' (string expected, got nil)
Time: 08/21/09 01:30:58
Count: 4982
Stack: [string "Interface\FrameXML\BasicControls.xml:<Scrip..."]:18: in function <[string "Interface\FrameXML\BasicControls.xml:<Scrip..."]:4>
[C]: ?
[C]: in function `format'
...e\AddOns\Blizzard_DebugTools\Blizzard_DebugTools.lua:430: in function `ScriptErrorsFrame_Update'
...e\AddOns\Blizzard_DebugTools\Blizzard_DebugTools.lua:412: in function `ScriptErrorsFrame_OnError'
[string "Interface\FrameXML\BasicControls.xml:<Scrip..."]:18: in function <[string "Interface\FrameXML\BasicControls.xml:<Scrip..."]:4>
[C]: ?
[C]: in function `format'
...e\AddOns\Blizzard_DebugTools\Blizzard_DebugTools.lua:430: in function `ScriptErrorsFrame_Update'
...e\AddOns\Blizzard_DebugTools\Blizzard_DebugTools.lua:412: in function `ScriptErrorsFrame_OnError'
[string "Interface\FrameXML\BasicControls.xml:<Scrip..."]:18: in function <[string "Interface\FrameXML\BasicControls.xml:<Scrip..."]:4>
[C]: ?
...
[C]: ?
[C]: in function `format'
...e\AddOns\Blizzard_DebugTools\Blizzard_DebugTools.lua:430: in function `ScriptErrorsFrame_Update'
...e\AddOns\Blizzard_DebugTools\Blizzard_DebugTools.lua:412: in function `ScriptErrorsFrame_OnError'
[string "Interface\FrameXML\BasicControls.xml:<Scrip..."]:18: in function <[string "Interface\FrameXML\BasicControls.xml:<Scrip..."]:4>
[C]: ?
[C]: in function `SetText'
...ace\AddOns\MikScrollingBattleText\MSBTAnimations.lua:275: in function <...ace\AddOns\MikScrollingBattleText\MSBTAnimations.lua:204>
...ace\AddOns\MikScrollingBattleText\MSBTAnimations.lua:357: in function <...ace\AddOns\MikScrollingBattleText\MSBTAnimations.lua:320>
Interface\AddOns\MikScrollingBattleText\MSBTMain.lua:1147: in function <Interface\AddOns\MikScrollingBattleText\MSBTMain.lua:1127>

Locals: (*temporary) = "Message: %s
Time: %s
Count: %s
Stack: %s
Locals: %s"
(*temporary) = "...ace\AddOns\MikScrollingBattleText\MSBTAnimations.lua:275: <unnamed>:SetText(): Font not set"
(*temporary) = "08/21/09 01:30:55"
(*temporary) = "1"
(*temporary) = "[string "Interface\FrameXML\BasicControls.xml:<Scrip..."]:18: in function <[string "Interface\FrameXML\BasicControls.xml:<Scrip..."]:4>
...terface\AddOns\MikScrollingBattleText\MSBTParser.lua:171: in function <...terface\AddOns\MikScrollingBattleText\MSBTParser.lua:168>
...terface\AddOns\MikScrollingBattleText\MSBTParser.lua:412: in function <...terface\AddOns\MikScrollingBattleText\MSBTParser.lua:344>
...terface\AddOns\MikScrollingBattleText\MSBTParser.lua:794: in function <...terface\AddOns\MikScrollingBattleText\MSBTParser.lua:791>
"
(*temporary) = nil
(*temporary) = "Message: ...ace\AddOns\MikScrollingBattleText\MSBTAnimations.lua:275: <unnamed>:SetText(): Font not set
Time: 08/21/09 01:30:55
Count: 1
Stack: [string "Interface\FrameXML\BasicControls.xml:<Scrip..."]:18: in function <[string "Interface\FrameXML\BasicControls.xml:<Scrip..."]:4>
...terface\AddOns\MikScrollingBattleText\MSBTParser.lua:171: in function <...terface\AddOns\MikScrollingBattleText\MSBTParser.lua:168>
...terface\AddOns\MikScrollingBattleText\MSBTParser.lua:412: in function <...terface\AddOns\MikScrollingBattleText\MSBTParser.lua:344>
...terface\AddOns\MikScrollingBattleText\MSBTParser.lua:794: in function <...terface\AddOns\MikScrollingBattleText\MSBTParser.lua:791>
"
(*temporary) = "string expected, got nil"
Its 01:34am, gonna check in tomorrow.

Gnight..
Report comment to moderator  
Reply With Quote
Unread 08-20-09, 05:54 PM  
Dawn
A Molten Giant
 
Dawn's Avatar
AddOn Author - Click to view AddOns

Forum posts: 918
File comments: 959
Uploads: 22
Should be fixed now.
Report comment to moderator  
Reply With Quote
Unread 08-20-09, 06:00 PM  
erogizer
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
I want to change the position of nbuff

Update on the TOPLEFT to right

How do I fix?
Report comment to moderator  
Reply With Quote
Unread 08-20-09, 11:15 PM  
ra1d3n
A Cyclonian
 
ra1d3n's Avatar
AddOn Author - Click to view AddOns

Forum posts: 44
File comments: 20
Uploads: 2
Thanks for the Fix, but cant get it

Download Disabled
This file has been put on hold. The author has been contacted and some issues need to be rectified before this download will be re-enabled.
Report comment to moderator  
Reply With Quote
Unread 08-21-09, 11:12 AM  
Dawn
A Molten Giant
 
Dawn's Avatar
AddOn Author - Click to view AddOns

Forum posts: 918
File comments: 959
Uploads: 22
grrrrrrr, the update was set on hold because it contained, the BLP2PNG converter .exe -.-

once the new upload is approved it should work ........
Report comment to moderator  
Reply With Quote
Unread 08-22-09, 12:01 AM  
Raxnor
A Cliff Giant
 
Raxnor's Avatar

Forum posts: 72
File comments: 44
Uploads: 0
Originally posted by Dawn
Errr, which one?
which one
this one http://www.wowinterface.com/download...idescreen.html
Report comment to moderator  
Reply With Quote
Unread 08-22-09, 05:47 AM  
Dawn
A Molten Giant
 
Dawn's Avatar
AddOn Author - Click to view AddOns

Forum posts: 918
File comments: 959
Uploads: 22
Originally posted by Raxnor
which one
this one http://www.wowinterface.com/download...idescreen.html
'hmkay
Report comment to moderator  
Reply With Quote
Unread 08-23-09, 09:23 PM  
samhain_whitefox
A Deviate Faerie Dragon
 
samhain_whitefox's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 12
File comments: 38
Uploads: 1
Not zshowing up?

it's not showing up? the ui, it shows up fine on my mage, but on my hunter half the ui isn't there? the unit frames and the bottom artwork is gone? anyone know why / how to fix?
__________________
a heart alone
a heart of stone.

a shattered love
a battered child.

innocence lost
at rending cost.
Report comment to moderator  
Reply With Quote
Unread 08-23-09, 10:10 PM  
Dawn
A Molten Giant
 
Dawn's Avatar
AddOn Author - Click to view AddOns

Forum posts: 918
File comments: 959
Uploads: 22
Re: Not zshowing up?

Originally posted by samhain_whitefox
it's not showing up? the ui, it shows up fine on my mage, but on my hunter half the ui isn't there? the unit frames and the bottom artwork is gone? anyone know why / how to fix?
Same server? Load out of date addons? No idea ...
Report comment to moderator  
Reply With Quote
Unread 08-24-09, 10:13 AM  
samhain_whitefox
A Deviate Faerie Dragon
 
samhain_whitefox's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 12
File comments: 38
Uploads: 1
yes, same server and all, loading out of date addons, I just can't figure it out? could it be because of my pet? or maybe the extra addons I use? I also use alphamap, I replaced cargbags with arkinventory, healbot, AuctionLite, buyemall, damnquesticons, dropthecheapestthing, buttonhole advanced reborn, examiner, flagrsp wotlk, followme, gatherer, gathersage, gathertogether, guildmap3, guildfilter, guildgreet extended, handynotes, largermacroiconselection, lilsparky's workshop, linkwranger, loadit, mapnotes, messageboard, mozzfullworldmap, notesuneed, objectiveannouncer, overachiever, postal, skillet, someassemblyrecquired, statslinker, talented, tomtom, tooltipitemicon, wim, blessingbar, sealbar, bookworm, betterbindingframe, charsheetplus, dragemall, gathererdb wowhead, jobs'a'goodn, lightheaded, lootwhatiwant, mobmap, tradelinks, tradetabs, zygorguides, fizzwidget feedomatic, & achievementscreenshotter.

I know @.@ a lot, but I like them all. anyways, would any of them conflict in any way? especially as to cause this problem with my hunter?
__________________
a heart alone
a heart of stone.

a shattered love
a battered child.

innocence lost
at rending cost.
Report comment to moderator  
Reply With Quote
Unread 08-24-09, 10:22 AM  
Dawn
A Molten Giant
 
Dawn's Avatar
AddOn Author - Click to view AddOns

Forum posts: 918
File comments: 959
Uploads: 22
Originally posted by samhain_whitefox
yes, same server and all, loading out of date addons, I just can't figure it out? could it be because of my pet? or maybe the extra addons I use? I also use alphamap, I replaced cargbags with arkinventory, healbot, AuctionLite, buyemall, damnquesticons, dropthecheapestthing, buttonhole advanced reborn, examiner, flagrsp wotlk, followme, gatherer, gathersage, gathertogether, guildmap3, guildfilter, guildgreet extended, handynotes, largermacroiconselection, lilsparky's workshop, linkwranger, loadit, mapnotes, messageboard, mozzfullworldmap, notesuneed, objectiveannouncer, overachiever, postal, skillet, someassemblyrecquired, statslinker, talented, tomtom, tooltipitemicon, wim, blessingbar, sealbar, bookworm, betterbindingframe, charsheetplus, dragemall, gathererdb wowhead, jobs'a'goodn, lightheaded, lootwhatiwant, mobmap, tradelinks, tradetabs, zygorguides, fizzwidget feedomatic, & achievementscreenshotter.

I know @.@ a lot, but I like them all. anyways, would any of them conflict in any way? especially as to cause this problem with my hunter?

Woah, you don't need half of these as they are at least partly covered by the default addons already. Which might be the reason for conflicts, too. I'm definitely not going through all this to figure out what's going wrong.

I suggest getting rid of everything (deleting/renaming your addon and wtf folder), install the UI. Log in and see if everything runs fine. If so, start adding your extra addons one by one OR in small groups of 2-3 addons and see when things start to fuck up.
Report comment to moderator  
Reply With Quote
Unread 08-24-09, 10:31 AM  
samhain_whitefox
A Deviate Faerie Dragon
 
samhain_whitefox's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 12
File comments: 38
Uploads: 1
Originally posted by Dawn
Woah, you don't need half of these as they are at least partly covered by the default addons already. Which might be the reason for conflicts, too. I'm definitely not going through all this to figure out what's going wrong.

I suggest getting rid of everything (deleting/renaming your addon and wtf folder), install the UI. Log in and see if everything runs fine. If so, start adding your extra addons one by one OR in small groups of 2-3 addons and see when things start to **** up.
^^ Alright ^^ I'll try that lol but, I'm definitely going to try and keep fizzwidget one, i always have a hard time keeping track of my pet's happiness lol.
__________________
a heart alone
a heart of stone.

a shattered love
a battered child.

innocence lost
at rending cost.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: