Download
(6 MB)
Download
Updated: 05-04-13 03:09 AM
Pictures
File Info
Compatibility:
Escalation (5.3)
Thunder Isle (5.2)
Landfall (5.1)
Mists of Pandaria (5.0.4)
Updated:05-04-13 03:09 AM
Created:04-09-10 03:28 AM
Downloads:23,027
Favorites:151
MD5:
5.3
caelUI  Popular! (More than 5000 hits)
Version: r18 040513
by: Caellian [More]

INTRODUCTION

Due to the overwhelming amount of people asking for it i decided to finally release caelUI to the public.

caelUI is a very light, all-inclusive UI at least for dps and tank classes.

It doesn't include addons like decursive and such but feel free to add them.

caelUI has absolutely no in game configuration, meaning that if you don't have a minimum of knowledge of Lua, this is not the UI you're looking for.

CaelUI has been written to work with the enGB/US locale, OTHER LOCALES AREN'T SUPPORTED.

I'm open to any suggestion that might improve it but i give no guarantee that anything you request will ever be included.


INSTALLATION

Delete your WTF folder. (make a backup of yours before deleting)
Remove any addons that might interfere with this UI. (examples: other actionbar addons, unitframes etc...)
Copy the content of this package to your AddOns folder.
Start the game, define your screen resolution, reloadui.


ADDONS LIST

!recBug -- bugs collector
alDamageMeter -- damage meter
BadBoy -- antispam
caelAnnounces -- all things that need to be announced
caelBars -- actionbars
caelBags -- the bags/bank
caelBossWhisperer -- this once was SimpleBossWhisperer
caelBuffet -- this once was Buffet (might be removed soon since it seems the original still lives)
caelBuffs -- reskin the default player auras
caelCCBreak -- crowd control chat warnings
caelChat -- my vision of what an in game chat should be, this is the visual part
caelCombatLog -- the combat log
caelCooldowns -- cooldowns on buttons
caelCore -- many mostly invisible ui behavior changes
caelDataFeeds -- the bottom infobar
caelFactions -- chat messages whenever you gain/loose reputation
caelGroupCD -- group cooldown tracker
caelInspect -- keeps the inspect window opened at any range
caelLib -- my own library
caelLoot -- all things loot related
caelManager -- addons set switching
caelMaps -- all things maps related
caelMedia -- my medias
caelNameplates -- nameplates
caelPanels -- panels
caelPetCare -- this once was CreatureComfort (eventhough it has been modified, i'm not sure if i'm allowed to include it in the package)
caelQuests -- onscreen audio/vidual quest progress warnings
caelTimers -- timer bars
caelTooltips -- tooltips
gotChat -- the chat
oUF_Caellian -- the unitframes (now includes oUF)
recScrollAreas -- scrolling combat text linked to caelCombatLog
recThreatMeter -- threat meter

CREDITS

zork for both rActions and rBuffs.
recluse for the rec... addons, and more.
Gotai for the got... addons, and more.
Seerah for CreatureComfort.
funkydude for BadBoy.
haste for oUF.
Tekkub for Buffet.


Fëi, Dens & my lovely wife for their continued support and beta-testing

KNOWN BUGS
  • caelCooldown pulse does not filter unneeded cooldowns or show the right cooldowns when skills with shared cooldown are used (heroic strike/cleave for example).
Post A Reply Comment Options
Old 04-16-10, 01:35 PM  
DKing721x
A Kobold Labourer

Forum posts: 0
File comments: 10
Uploads: 0
Ok, I know I'm missing something here but where do you setup the keybindings I cant seem to find it for some reason.

* OK wow I'm a noob used your /frame command and then noticed that you just set them in the keybindings page lol i was tiring to find a place for them in the .lua files . Thanks Awesome UI love it.
Last edited by DKing721x : 04-16-10 at 02:02 PM.
DKing721x is offline Report comment to moderator  
Reply With Quote
Old 04-16-10, 02:43 PM  
Gautr
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 17
File comments: 116
Uploads: 14
When you are doing Oculus you wont see the debuffs on the boss, which makes quite annoying to dps. Might want to fix that
__________________
Gautr of Corporation
Hellscream EU
Gautr is offline Report comment to moderator  
Reply With Quote
Old 04-16-10, 09:35 PM  
Cryoblayde
A Kobold Labourer

Forum posts: 0
File comments: 40
Uploads: 0
Originally posted by Atane
When you are doing Oculus you wont see the debuffs on the boss, which makes quite annoying to dps. Might want to fix that
I haven't done occy recent enough to offer concrete test results but I'm fairly certain that this is because you have the default OuF_Caellian configured to hide any debuffs but your own class, and the occy drake debuffs would not be considered yours. simply disable that feature in cConfig.lua located in your OuF_Caellian folder:

Code:
noClassDebuffs = false, -- true to show all debuffs
make it:
Code:
noClassDebuffs = true, -- true to show all debuffs
Cryoblayde is offline Report comment to moderator  
Reply With Quote
Old 04-17-10, 12:56 AM  
DKing721x
A Kobold Labourer

Forum posts: 0
File comments: 10
Uploads: 0
How do you get the recTimer bars to display?
DKing721x is offline Report comment to moderator  
Reply With Quote
Old 04-17-10, 05:44 AM  
McBloed
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 72
Uploads: 2
thx baine and cael for the help, works now.

Next step, ouf_Raiddebuffs still not works, i have added it in the ouf_caellian.toc, added the code
Code:
Setup in layout:

Code:
	self.RaidDebuffs = CreateFrame('Frame', nil, self)
	self.RaidDebuffs:SetHeight(20)
	self.RaidDebuffs:SetWidth(20)
	self.RaidDebuffs:SetPoint('CENTER', self)
	self.RaidDebuffs:SetFrameStrata'HIGH'
	
	self.RaidDebuffs:SetBackdrop({
		bgFile = [=[Interface\ChatFrame\ChatFrameBackground]=],
		insets = {top = -1, left = -1, bottom = -1, right = -1},
	})
	
	self.RaidDebuffs.icon = self.RaidDebuffs:CreateTexture(nil, 'OVERLAY')
	self.RaidDebuffs.icon:SetTexCoord(.1,.9,.1,.9)
	self.RaidDebuffs.icon:SetAllPoints(self.RaidDebuffs)
	
	self.RaidDebuffs.cd = CreateFrame('Cooldown', nil, self.RaidDebuffs)
	self.RaidDebuffs.cd:SetAllPoints(self.RaidDebuffs)
	
	--[[ uncomment this if you are not using omnicc
	self.RaidDebuffs.time = self.RaidDebuffs:CreateFontString(nil, 'OVERLAY')
	self.RaidDebuffs.time:SetFont(STANDARD_TEXT_FONT, 12, 'OUTLINE')
	self.RaidDebuffs.time:SetPoint('CENTER', self.RaidDebuffs, 'CENTER', 0, 0)
	self.RaidDebuffs.time:SetTextColor(1, .9, 0)
	]]
	
	self.RaidDebuffs.count = self.RaidDebuffs:CreateFontString(nil, 'OVERLAY')
	self.RaidDebuffs.count:SetFont(STANDARD_TEXT_FONT, 8, 'OUTLINE')
	self.RaidDebuffs.count:SetPoint('BOTTOMRIGHT', self.RaidDebuffs, 'BOTTOMRIGHT', 2, 0)
	self.RaidDebuffs.count:SetTextColor(1, .9, 0)
to the ouf_cmain.lua , in the section with Lootmaster and made a seperate debuff.lua in the ouf_raiddebuffs folder with the debuffs i want to see and added that file to the ouf_raiddebuffs.toc.
looks like :
Code:
local _, ns = ...
local ORD = ns.oUF_RaidDebuffs or oUF_RaidDebuffs

if not ORD then return end

-- these are defaults
ORD.ShowDispelableDebuff = true
ORD.FilterDispellableDebuff = true
ORD.MatchBySpellName = false -- false: matching by spellID
ORD.SHAMAN_CAN_DECURSE = true


local debuff_data = {
--Koralon	
67332, --Flaming Cinder

--Toravon
71993, --Frozen Mallet
72098, --Frostbite
72104, --Freezing Ground
	
}


ORD:RegisterDebuffs(debuff_data)

nothing happens.
when i enter the code to the section with self.cdebuffs it shows allways a white 20x20 frame in all oufframes (player,pet, party...) whats not the kind how its meent to be. i am getting crazy.
Last edited by McBloed : 04-17-10 at 05:50 AM.
McBloed is offline Report comment to moderator  
Reply With Quote
Old 04-17-10, 06:35 AM  
McBloed
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 72
Uploads: 2
yleaf :
@McBloed
Here's a step-by-step instruction: http://gist.github.com/369501
Hope it's useful to you.
now its working. i hope it could help others, too.


Little bug with the lfg tool. you can´t port out the dungeon if you are the last in the group and still in the dungeon. very uncool if homestone is on cd.
Last edited by McBloed : 04-17-10 at 07:36 AM.
McBloed is offline Report comment to moderator  
Reply With Quote
Old 04-17-10, 07:44 AM  
Lyrilia
A Kobold Labourer

Forum posts: 0
File comments: 9
Uploads: 0
are you planing to add some "prat functions" like url copy?
Lyrilia is offline Report comment to moderator  
Reply With Quote
Old 04-17-10, 08:16 AM  
Baine
A Murloc Raider
 
Baine's Avatar
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 352
Uploads: 2
click on the time stamp
__________________
Baine is offline Report comment to moderator  
Reply With Quote
Old 04-17-10, 08:54 AM  
Baine
A Murloc Raider
 
Baine's Avatar
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 352
Uploads: 2
was already mentioned several times
in caelDataFeeds\modules\lfg.lua
change lfgframe in line 71 to lfg, and it works

Originally posted by McBloed
Little bug with the lfg tool. you can´t port out the dungeon if you are the last in the group and still in the dungeon. very uncool if homestone is on cd.
__________________
Baine is offline Report comment to moderator  
Reply With Quote
Old 04-17-10, 11:38 AM  
Tyks
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Video Effects

For some reason everytime I zone in somewhere my effects revert back to custom, Im trying to keep them on ultimate. Whats going wrong for me?

Tyks
Tyks is offline Report comment to moderator  
Reply With Quote
Old 04-17-10, 11:48 AM  
Baine
A Murloc Raider
 
Baine's Avatar
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 352
Uploads: 2
Re: Video Effects

Originally posted by Tyks
For some reason everytime I zone in somewhere my effects revert back to custom, Im trying to keep them on ultimate. Whats going wrong for me?

Tyks
you'll have to change caelCore\modules\cvar.lua
this file is reponsible for what you've described
log in with-out any addons (like renaming your interface folder)
set your graphics settings, quit the game
save WTF\Config.wtf (copy it on your desktop for example)
then open it using any editor you prefer
open cvar.lua as well, and check/change the entries as needed (shouldn't be too hard imo)

when you're done, save cvar.lua, log in, and have fun^^
__________________
Baine is offline Report comment to moderator  
Reply With Quote
Old 04-17-10, 07:46 PM  
darni
A Kobold Labourer

Forum posts: 0
File comments: 14
Uploads: 0
Okay, I have few problems.

Can't get monitor to refresh rate at 75hz, always loads 60hz, have tried almost anything.

Second, can't seem to find option to move bag frame... or unlock it...
darni is offline Report comment to moderator  
Reply With Quote
Old 04-18-10, 01:46 AM  
Ombrask
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
ok so when i cast misdirect it whispers them in french

i want english!! haha how do i fix it?
Ombrask is offline Report comment to moderator  
Reply With Quote
Old 04-18-10, 02:20 AM  
Baine
A Murloc Raider
 
Baine's Avatar
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 352
Uploads: 2
Originally posted by Ombrask
ok so when i cast misdirect it whispers them in french

i want english!! haha how do i fix it?
caelMisdirection\caelMisdirection.lua
line 20
change Détourné into anything you want ^^
__________________
Baine is offline Report comment to moderator  
Reply With Quote
Old 04-18-10, 02:41 AM  
memsiß
A Kobold Labourer

Forum posts: 0
File comments: 37
Uploads: 0
hallo,

i run your ui under the german client, the recount dps meter no work for me.

And the action buttons are to dark, how can i fix this??
Last edited by memsiß : 04-18-10 at 02:41 AM.
memsiß is offline Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.