Download
(153Kb)
Download
Updated: 05-26-10 01:15 PM
Pictures
File Info
Updated:05-26-10 01:15 PM
Created:04-18-10 10:26 AM
Downloads:5,301
Favorites:5
MD5:

oUF ichik  Popular! (More than 5000 hits)

Version: 0.42b
by: ichik [More]

WARNING: current version is compatible only with oUF 1.3.28, the 1.5-compatible version is in development.

Custom oUF layout built mainly for DPS classes with abilities to dispel/assist.
Supported frames:

  • Player
  • Pet
  • Target
  • Target of Target
  • Focus
  • Focus Target
  • Party
  • Party pets
  • Raid
  • Main Tanks
  • Boss frames

Features:
  • Castbars (player, target, focus)
  • Buff display with custom sorting and timers
  • Debuff Highlighting

Supported plugins are:
Credits: Haste, Dawn, ALZA, Monolit, Caellian, Tekkub, Shestak, Mightily, P3lim, Coree, Sleepy_Ranma

Latest alpha can be found at: http://github.com/ichik/oUF_ichik
Please report bugs at: http://github.com/ichik/oUF_ichik/issues

0.42b Fixing vehicle name not hiding bug
Pixel perfection tweaks
0.42a Raid buffs tweaks
0.42 Removing oUF_PowerSpark support
0.41b Fixing long time channeled castbars
0.41a Fixing hiding oUF_AuraTracker border
0.41 Stupid typo fix in oUF_RaidDebuffs config
Adjusting boss frames position
0.4 Added oUF_AuraTracker support (PVP purposes, important control/buffs with BIG icons, party frames only)
Fixed oUF_RaidDebuffs icon border
Added few more debuffs to oUF_RaidDebuffs config
0.25 More love to icon borders
0.2a Fixing buff icons a bit
0.2 Pet and party debuffs improvement
0.19 Increasing number of ToT auras
0.1d Stupid error fix
0.1c Fixing Raid Debuff filter
0.1b Fixing party frames spawning position
0.1a Swing bar color reseting fix
0.1 Initial release
Post A Reply Comment Options
Unread 04-18-10, 03:14 PM  
ßlink
A Deviate Faerie Dragon

Forum posts: 19
File comments: 50
Uploads: 0
errr looks the same as ouf_coree
Report comment to moderator  
Reply With Quote
Unread 04-18-10, 03:33 PM  
ichik
A Murloc Raider
 
ichik's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 263
Uploads: 5
Originally posted by ßlink
errr looks the same as ouf_coree
It's based on Coree's layout and uses the same tag system, but placement of frames is different and buff system is rewritten heavily, also few other tweaks like castbars, locale-independent raid_debuffs, DebuffHighlight support and other stuff.
__________________
Proud author of IntricateChatMods, Wanderlust and SimplerMount.
Last edited by ichik : 04-20-10 at 07:46 AM.
Report comment to moderator  
Reply With Quote
Unread 04-20-10, 04:14 AM  
Moosa
A Murloc Raider

Forum posts: 6
File comments: 13
Uploads: 0
Thanks for these frames,a really nice alternative
Report comment to moderator  
Reply With Quote
Unread 04-20-10, 07:45 AM  
ichik
A Murloc Raider
 
ichik's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 263
Uploads: 5
Originally posted by Moosa
Thanks for these frames,a really nice alternative
You're welcome.
__________________
Proud author of IntricateChatMods, Wanderlust and SimplerMount.
Report comment to moderator  
Reply With Quote
Unread 04-23-10, 12:17 PM  
Arodin Lame-Soleil
A Kobold Labourer
 
Arodin Lame-Soleil's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 43
Uploads: 2
Hello !

Nice layout

But I have a question : How can I disabled the buffs and debuffs on the top right?
__________________
Yesterday is a story,today is a gift and tomorrow is a mystery
Report comment to moderator  
Reply With Quote
Unread 04-23-10, 12:55 PM  
zadd
A Kobold Labourer

Forum posts: 0
File comments: 10
Uploads: 0
Party target PLZ!!!!
Report comment to moderator  
Reply With Quote
Unread 04-23-10, 12:58 PM  
ichik
A Murloc Raider
 
ichik's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 263
Uploads: 5
Originally posted by Arodin Lame-Soleil
Hello !

Nice layout

But I have a question : How can I disabled the buffs and debuffs on the top right?
Well, there are only buffs.
Delete in oUF_ichik.lua from line 658 to 670:
Code:
  	if(unit=="player") then
		self.Buffs = CreateFrame("Frame", nil, self) -- buffs
		self.Buffs.size = 32
		self.Buffs:SetHeight(self.Buffs.size * 3)
		self.Buffs:SetWidth(self.Buffs.size * 12)
		self.Buffs:SetPoint("TOPRIGHT", UIParent, "TOPRIGHT", -5, -35)
		self.Buffs.initialAnchor = "TOPRIGHT"
		self.Buffs["growth-y"] = "DOWN"
		self.Buffs["growth-x"] = "LEFT"
		self.Buffs.spacing = 2
		self.Buffs.num = 40
		self.Buffs.disableCooldown = false
	end
__________________
Proud author of IntricateChatMods, Wanderlust and SimplerMount.
Report comment to moderator  
Reply With Quote
Unread 04-23-10, 12:59 PM  
ichik
A Murloc Raider
 
ichik's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 263
Uploads: 5
Originally posted by zadd
Party target PLZ!!!!
Unlikely, I don't need this feature, maybe someday.
__________________
Proud author of IntricateChatMods, Wanderlust and SimplerMount.
Report comment to moderator  
Reply With Quote
Unread 04-23-10, 01:30 PM  
Arodin Lame-Soleil
A Kobold Labourer
 
Arodin Lame-Soleil's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 43
Uploads: 2
Originally posted by ichik
Well, there are only buffs.
Delete in oUF_ichik.lua from line 658 to 670:
Code:
  	if(unit=="player") then
		self.Buffs = CreateFrame("Frame", nil, self) -- buffs
		self.Buffs.size = 32
		self.Buffs:SetHeight(self.Buffs.size * 3)
		self.Buffs:SetWidth(self.Buffs.size * 12)
		self.Buffs:SetPoint("TOPRIGHT", UIParent, "TOPRIGHT", -5, -35)
		self.Buffs.initialAnchor = "TOPRIGHT"
		self.Buffs["growth-y"] = "DOWN"
		self.Buffs["growth-x"] = "LEFT"
		self.Buffs.spacing = 2
		self.Buffs.num = 40
		self.Buffs.disableCooldown = false
	end
Thanks
__________________
Yesterday is a story,today is a gift and tomorrow is a mystery
Report comment to moderator  
Reply With Quote
Unread 04-28-10, 12:20 PM  
Zomglazerpew
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 1
Do you have an upload of your UI anywhere? I like the overall layout and kinda wanna give it a try.
Report comment to moderator  
Reply With Quote
Unread 04-28-10, 09:50 PM  
ichik
A Murloc Raider
 
ichik's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 263
Uploads: 5
Originally posted by Zomglazerpew
Do you have an upload of your UI anywhere? I like the overall layout and kinda wanna give it a try.
It's coming, but not very soon.
__________________
Proud author of IntricateChatMods, Wanderlust and SimplerMount.
Report comment to moderator  
Reply With Quote
Unread 04-29-10, 09:12 AM  
Dajova
A Wyrmkin Dreamwalker
 
Dajova's Avatar
AddOn Author - Click to view AddOns

Forum posts: 58
File comments: 787
Uploads: 5
Used your layout for my compilation here:
http://www.tukui.org/forum/viewtopic.php?f=32&t=3121
__________________
Livestream | Twitter | YouTube
Report comment to moderator  
Reply With Quote
Unread 04-29-10, 09:39 AM  
ichik
A Murloc Raider
 
ichik's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 263
Uploads: 5
Originally posted by richerich
Used your layout for my compilation here:
http://www.tukui.org/forum/viewtopic.php?f=32&t=3121
Would you mind a credit?
Anyway, it's weird to see Tukui with my layout.
__________________
Proud author of IntricateChatMods, Wanderlust and SimplerMount.
Report comment to moderator  
Reply With Quote
Unread 04-29-10, 09:47 AM  
Dajova
A Wyrmkin Dreamwalker
 
Dajova's Avatar
AddOn Author - Click to view AddOns

Forum posts: 58
File comments: 787
Uploads: 5
Originally posted by ichik
Would you mind a credit?
Anyway, it's weird to see Tukui with my layout.
Yeah, im still trying to fit the unitframes to the frames

EDIT: Just added credit to the front page

EDIT2: Just tried oUF_Auratracker with the layout... it seems like the icons arent skinned

http://img96.imageshack.us/img96/106...3010121635.jpg
__________________
Livestream | Twitter | YouTube
Last edited by Dajova : 04-30-10 at 04:36 AM.
Report comment to moderator  
Reply With Quote
Unread 05-03-10, 06:28 AM  
saanlem
A Flamescale Wyrmkin
AddOn Author - Click to view AddOns

Forum posts: 126
File comments: 35
Uploads: 2
Cast bar

The timer while fishing seems to be out of whack. The bar comes to an end with 5 seconds to go.

Otherwise, I find this a wonderful addon!
__________________
Saanlem
US Nazgrel - Bikutanda
EU Lightbringer - Saanlem
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: