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,409
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 04-25-09, 02:50 PM  
Retraluna
A Murloc Raider
 
Retraluna's Avatar
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 78
Uploads: 2
Like it! Good work ! ;D
Report comment to moderator  
Reply With Quote
Unread 04-25-09, 02:59 PM  
Ferous
Sheer Sense of Doom
AddOn Author - Click to view AddOns

Forum posts: 863
File comments: 563
Uploads: 10
This compilation is very well made. I like it alot, I am glad to see graphical interfaces that have alot of work into it especially it being oUF. I love the mana bar placement. Very very very well made, love it!
Report comment to moderator  
Reply With Quote
Unread 04-25-09, 04:52 PM  
zedbg
A Kobold Labourer

Forum posts: 0
File comments: 41
Uploads: 0
Great looking UI
Report comment to moderator  
Reply With Quote
Unread 04-25-09, 05:24 PM  
Dawn
A Molten Giant
 
Dawn's Avatar
AddOn Author - Click to view AddOns

Forum posts: 918
File comments: 959
Uploads: 22
Thanks, it was quite a struggle to place the textures and fiddle around with framestratas. I'm glad you like it.
Report comment to moderator  
Reply With Quote
Unread 04-25-09, 06:24 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Das Ergebnis schaut echt super aus!
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Report comment to moderator  
Reply With Quote
Unread 04-25-09, 08:14 PM  
Dawn
A Molten Giant
 
Dawn's Avatar
AddOn Author - Click to view AddOns

Forum posts: 918
File comments: 959
Uploads: 22
Danke, da fehlt noch bissel was, bin noch nicht ganz zufrieden mit der Aktionsleisten Grafik und paar anderen Kleinigkeiten. Aber ich wollte nicht länger warten mit dem release.
Report comment to moderator  
Reply With Quote
Unread 04-26-09, 04:25 AM  
ashopedies
A Kobold Labourer
AddOn Compiler - Click to view compilations

Forum posts: 0
File comments: 67
Uploads: 1
This looks absolutely stunning. It's not really my personal taste but this is really unique work. I'm really looking forward to try out and look how it feels.
__________________
Shields Up! - Another Resto Shaman Blog
Report comment to moderator  
Reply With Quote
Unread 04-26-09, 07:09 AM  
Amra0815
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
Little bit of Dominos reconfiguration and it it works perfectly.

Aber bissel gewöhnungsbedürftig.
Middle Click muss ich noch wegkriegen, da liegt bei mir Exposé

Läuft Dominos eig. mit Dual Spec ?
Welches Addon regelt eig. den Lootframe, der oben Links immer erscheint ?

E: der Buff-Frame hängt öfter mal :x
Last edited by Amra0815 : 04-26-09 at 01:25 PM.
Report comment to moderator  
Reply With Quote
Unread 04-26-09, 04:26 PM  
zaiboss
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
I know you said you don't support any customization, but I just had a question as to what exactly outlines the default buffs in the upper right corner. The target/self buffs show fine for me but I can't get the default buffs to be outlined like the rest.

Thank you for your work. Great and very artistic UI!
Report comment to moderator  
Reply With Quote
Unread 04-27-09, 08:33 AM  
Dawn
A Molten Giant
 
Dawn's Avatar
AddOn Author - Click to view AddOns

Forum posts: 918
File comments: 959
Uploads: 22
Blizzard buffs are replaced with nBuff.
Report comment to moderator  
Reply With Quote
Unread 04-27-09, 01:26 PM  
Amra0815
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
After about 3 hrs. of research w/o any real success:

Do you know where to disable the raid group display ?
I use grid for Raid healing purpose, provides me the information I need, and I would like to get rid of the oUF raid display...
Report comment to moderator  
Reply With Quote
Unread 04-27-09, 02:16 PM  
Dawn
A Molten Giant
 
Dawn's Avatar
AddOn Author - Click to view AddOns

Forum posts: 918
File comments: 959
Uploads: 22
Code:
--
-- party toggle in raid
--
local partyToggle = CreateFrame('Frame')
partyToggle:RegisterEvent('PLAYER_LOGIN')
partyToggle:RegisterEvent('RAID_ROSTER_UPDATE')
partyToggle:RegisterEvent('PARTY_LEADER_CHANGED')
partyToggle:RegisterEvent('PARTY_MEMBERS_CHANGED')
partyToggle:SetScript('OnEvent', function(self)
	if(InCombatLockdown()) then
		self:RegisterEvent('PLAYER_REGEN_ENABLED')
	else
		self:UnregisterEvent('PLAYER_REGEN_ENABLED')
		if(GetNumRaidMembers() > 5) then
			party:Hide()
			for i,v in ipairs(raid) do v:Show() end
			for i,v in ipairs(partypet) do v:Disable()	end
			for i,v in ipairs(partytarget) do v:Disable()	end
		else
			party:Show()
			for i,v in ipairs(raid) do v:Hide() end
			for i,v in ipairs(partypet) do v:Enable() end
			for i,v in ipairs(partytarget) do v:Enable() end
		end
	end
end)

Change the red line to:
Code:
for i,v in ipairs(raid) do v:Hide() end
Report comment to moderator  
Reply With Quote
Unread 04-27-09, 04:14 PM  
geeksugar
A Kobold Labourer
 
geeksugar's Avatar

Forum posts: 0
File comments: 34
Uploads: 0
i LOVE this , love love love it
Report comment to moderator  
Reply With Quote
Unread 04-28-09, 06:28 AM  
Amra0815
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
thx

was in the wrong file :/
Report comment to moderator  
Reply With Quote
Unread 04-28-09, 06:37 AM  
TroubleSome
A Kobold Labourer
 
TroubleSome's Avatar

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

Im really a newb with all the .lua files, so i wanted to ask if there is a way to remove Chicchai`s timestamps cuz im running at max my screen resolution which is 1280x1024 and im rly short on space, so would love to get an answer. Other than that UI is amazing as the designs are rly extraordinary
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: