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,400
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 09-25-09, 11:00 AM  
Neo_Bahamut_19
A Murloc Raider

Forum posts: 4
File comments: 5
Uploads: 0
Every time I used your UI I have to put my game in windowed mode to allow me to swap to a higher resolution (1920x1080). If I try to do it in fullscreen mode, it refuses to apply the settings... ???
Report comment to moderator  
Reply With Quote
Unread 09-23-09, 06:11 AM  
Control
A Kobold Labourer

Forum posts: 0
File comments: 10
Uploads: 0
Originally posted by Control
DAWN great UI

one question... when I engage a mob I get their health bar above there head

How do I disable that?

normally u would hit "V" but it doesnt work

NVM I figured it out
Report comment to moderator  
Reply With Quote
Unread 09-22-09, 05:49 PM  
Control
A Kobold Labourer

Forum posts: 0
File comments: 10
Uploads: 0
DAWN great UI

one question... when I engage a mob I get their health bar above there head

How do I disable that?

normally u would hit "V" but it doesnt work
Report comment to moderator  
Reply With Quote
Unread 09-22-09, 11:24 AM  
bladelee1
A Kobold Labourer

Forum posts: 1
File comments: 11
Uploads: 0
Thank you for a great UI keep up the great work
Report comment to moderator  
Reply With Quote
Unread 09-20-09, 11:24 PM  
Dawn
A Molten Giant
 
Dawn's Avatar
AddOn Author - Click to view AddOns

Forum posts: 918
File comments: 959
Uploads: 22
Originally posted by cyberstorm
That's what I figured was wrong, I was just highlighting the fact that it was working when you were using nBuff and now it's not working anymore (maybe you just forgot?)
Hacking will ensue.
Nothing like that. I entirely removed nBuff. All buffs/debuffs are now part of the layout itself, which also hides blizzard default auras (including the weapon enchant frame). I just need to add oUF_WeaponEnchant support in the next version.
Report comment to moderator  
Reply With Quote
Unread 09-20-09, 08:30 PM  
Xarl
A Warpwood Thunder Caller
 
Xarl's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 94
File comments: 224
Uploads: 1
Originally posted by Namica


And one Question to Xarl:



Sorry, ich frag mal auf Deutsch, so gut ist mein Englisch nicht: Was für ein Addon zeigt dir die Namen in Klammern hinter den Spielernamen im Gildenchat an? Das hätt ich super gerne auch...

Greeting from Hannover, Germany
Namica
Das ist ein addon Namens: Identity

Aber wenn du willst das anderen ihr Name auch angezeigt wird müssen sie auch das Addon drauf haben und ihr Char zuweisen.

Gruß
Xarl
__________________
Report comment to moderator  
Reply With Quote
Unread 09-20-09, 06:11 PM  
Wolvern
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
thanks so much Dawn, BTW I LOVE THE UI. its just plain awesome
Report comment to moderator  
Reply With Quote
Unread 09-20-09, 05:09 PM  
cyberstorm
A Kobold Labourer

Forum posts: 1
File comments: 9
Uploads: 0
Originally posted by Dawn
There's no oUF_WeaponEnchant support, yet.
That's what I figured was wrong, I was just highlighting the fact that it was working when you were using nBuff and now it's not working anymore (maybe you just forgot?)
Hacking will ensue.
Report comment to moderator  
Reply With Quote
Unread 09-20-09, 03:46 PM  
Dawn
A Molten Giant
 
Dawn's Avatar
AddOn Author - Click to view AddOns

Forum posts: 918
File comments: 959
Uploads: 22
1. delete/disable oUF_AionOrbs
2. set
Code:
-- show/hide player frames
local useplayer = false
to
Code:
local useplayer = true
3. at the bottom of the file, change
Code:
		BoPan:SetTexture("Interface\\AddOns\\oUF_Aion\\Art\\PanelV3.tga")
to panel.tga or panelv2.tga
Report comment to moderator  
Reply With Quote
Unread 09-20-09, 03:25 PM  
Wolvern
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
I love this UI so much Dawn
but I have been in the file and all that trying to find out how to change a certain panel..i saw the 3 types of panels but i cant change it...i'm so tired of orbs, not to be mean about it. I just think that the one without the orb is better to me.
Last edited by Wolvern : 09-20-09 at 03:25 PM.
Report comment to moderator  
Reply With Quote
Unread 09-20-09, 12:49 PM  
Namica
A Kobold Labourer
 
Namica's Avatar

Forum posts: 0
File comments: 169
Uploads: 0
Hey Dawn,

just here to tell you that your UI is awesome! Please keep up the great work.

And one Question to Xarl:

Originally posted by Xarl
Just a little Pic of how i got it now



P.S.
Super Arbeit Dawn und mach weiter so
Sorry, ich frag mal auf Deutsch, so gut ist mein Englisch nicht: Was für ein Addon zeigt dir die Namen in Klammern hinter den Spielernamen im Gildenchat an? Das hätt ich super gerne auch...

Greeting from Hannover, Germany
Namica
Report comment to moderator  
Reply With Quote
Unread 09-20-09, 11:04 AM  
Dawn
A Molten Giant
 
Dawn's Avatar
AddOn Author - Click to view AddOns

Forum posts: 918
File comments: 959
Uploads: 22
There's no oUF_WeaponEnchant support, yet.
Report comment to moderator  
Reply With Quote
Unread 09-20-09, 10:22 AM  
cyberstorm
A Kobold Labourer

Forum posts: 1
File comments: 9
Uploads: 0
Weapon enchants won't show in 1.4 (ie. shaman weapon buffs, sharpening stones, etc.)

Thanks for a great package though!
Report comment to moderator  
Reply With Quote
Unread 09-19-09, 07:38 PM  
Dawn
A Molten Giant
 
Dawn's Avatar
AddOn Author - Click to view AddOns

Forum posts: 918
File comments: 959
Uploads: 22
Mhm, I dont' think so.
Report comment to moderator  
Reply With Quote
Unread 09-19-09, 07:14 PM  
Chaozz
A Kobold Labourer

Forum posts: 1
File comments: 7
Uploads: 0
Hi all,

I have a question. Is it possible to use the background scheme of the orbs anywhere else too? In other bars e.g.?

great UI by the way
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: