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 05-11-10, 02:33 PM  
ichik
A Murloc Raider
 
ichik's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 263
Uploads: 5
Code:
if(unit=="player" or unit=="target") then
local pvp = self.Health:CreateTexture(nil, "OVERLAY")
pvp:SetHeight(24)
pvp:SetWidth(24)
if(unit=="player") then
pvp:SetPoint("TOPLEFT", self, "TOPLEFT", -7, 8)
else
pvp:SetPoint("TOPRIGHT", self, "TOPRIGHT", 17, 8)
end
self.PvP = pvp
end
Add this around line 496 to oUF_ichik.lua.

Originally posted by Oratorio
Added this code in the template

if(settings.Icons.PvP and (unit=="player" or unit=="target")) then
local pvp = self.Health:CreateTexture(nil, "OVERLAY")
pvp:SetHeight(24)
pvp:SetWidth(24)
if(unit=="player") then
pvp:SetPoint("TOPLEFT", self, "TOPLEFT", -7, 8)
else
pvp:SetPoint("TOPRIGHT", self, "TOPRIGHT", 17, 8)
end
self.PvP = pvp
end

But it doesn't works. I think it's due to " if(settings.Icons.PvP" but i can't fix this things with my limited knowledge in lua.

Maybe a code based on this line on your template will work :

if(UnitLevel("player") ~= MAX_PLAYER_LEVEL) then
self.Resting = self.Health:CreateTexture(nil, "OVERLAY")
self.Resting:SetHeight(16)
self.Resting:SetWidth(16)
self.Resting:SetPoint("TOPRIGHT", 0, 8)
end
__________________
Proud author of IntricateChatMods, Wanderlust and SimplerMount.
Report comment to moderator  
Reply With Quote
Unread 05-11-10, 02:26 PM  
Oratorio
A Kobold Labourer

Forum posts: 0
File comments: 11
Uploads: 0
Added this code in the template

if(settings.Icons.PvP and (unit=="player" or unit=="target")) then
local pvp = self.Health:CreateTexture(nil, "OVERLAY")
pvp:SetHeight(24)
pvp:SetWidth(24)
if(unit=="player") then
pvp:SetPoint("TOPLEFT", self, "TOPLEFT", -7, 8)
else
pvp:SetPoint("TOPRIGHT", self, "TOPRIGHT", 17, 8)
end
self.PvP = pvp
end

But it doesn't works. I think it's due to " if(settings.Icons.PvP" but i can't fix this things with my limited knowledge in lua.

Maybe a code based on this line on your template will work :

if(UnitLevel("player") ~= MAX_PLAYER_LEVEL) then
self.Resting = self.Health:CreateTexture(nil, "OVERLAY")
self.Resting:SetHeight(16)
self.Resting:SetWidth(16)
self.Resting:SetPoint("TOPRIGHT", 0, 8)
end
Report comment to moderator  
Reply With Quote
Unread 05-11-10, 12:18 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 Oratorio
Hi, first off all, i love your layout

But, is it possible to add, or give me the possibility to add the pvp icon on the player unitframe ? It doestn't works with the code picked up in the ouf_alza lua file.
Show me the code You were trying to apply and where exactly You did it.
__________________
Proud author of IntricateChatMods, Wanderlust and SimplerMount.
Report comment to moderator  
Reply With Quote
Unread 05-11-10, 12:17 PM  
Oratorio
A Kobold Labourer

Forum posts: 0
File comments: 11
Uploads: 0
Hi, first off all, i love your layout

But, is it possible to add, or give me the possibility to add the pvp icon on the player unitframe ? It doestn't works with the code picked up in the ouf_alza lua file.
Report comment to moderator  
Reply With Quote
Unread 05-07-10, 06:09 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 naqoyqatsi84
АЛЬЗА тоже УИ всякие ворганит ?
__________________
Proud author of IntricateChatMods, Wanderlust and SimplerMount.
Last edited by ichik : 05-07-10 at 06:09 AM.
Report comment to moderator  
Reply With Quote
Unread 05-07-10, 06:06 AM  
naqoyqatsi84
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
АЛЬЗА тоже УИ всякие ворганит ?
Report comment to moderator  
Reply With Quote
Unread 05-06-10, 09:06 AM  
ichik
A Murloc Raider
 
ichik's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 263
Uploads: 5
I don't need them, and i guess no one does, as long as after latest patch the order of the part is always tank-healer-dps-dps-dps.
__________________
Proud author of IntricateChatMods, Wanderlust and SimplerMount.
Report comment to moderator  
Reply With Quote
Unread 05-06-10, 09:04 AM  
Dajova
A Wyrmkin Dreamwalker
 
Dajova's Avatar
AddOn Author - Click to view AddOns

Forum posts: 58
File comments: 787
Uploads: 5
One last question. Any reason why you haven't added LFD icons to the party layout?
__________________
Livestream | Twitter | YouTube
Report comment to moderator  
Reply With Quote
Unread 05-04-10, 06: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 richerich
You know if there is a way to filter "HELPFUL|RAID" one step further? Like a way to filter out any helpful buff that is >10m (thinking mostly of priest buffs, they have 3 raidbuffs that is over 10m long)?
http://github.com/haste/oUF/blob/mas.../aura.lua#L113

e.g.:
Code:
local debuffFilter = {
	[GetSpellInfo(47865)] = true, -- CoE
}

local function customFilter(icons, unit, icon, name, rank, texture, count, dtype, duration, expiration, caster)
	if(debuffFilter[name] or not icon.debuff) then
		return true
	end 
end
self.CustomAuraFilter = customFilter
But if you want to watch only for certain spells i would recommend oUF_AuraWatch plugin.
__________________
Proud author of IntricateChatMods, Wanderlust and SimplerMount.
Last edited by ichik : 05-04-10 at 06:46 AM.
Report comment to moderator  
Reply With Quote
Unread 05-04-10, 06:31 AM  
Dajova
A Wyrmkin Dreamwalker
 
Dajova's Avatar
AddOn Author - Click to view AddOns

Forum posts: 58
File comments: 787
Uploads: 5
You know if there is a way to filter "HELPFUL|RAID" one step further? Like a way to filter out any helpful buff that is >10m (thinking mostly of priest buffs, they have 3 raidbuffs that is over 10m long)?
__________________
Livestream | Twitter | YouTube
Last edited by Dajova : 05-04-10 at 06:34 AM.
Report comment to moderator  
Reply With Quote
Unread 05-03-10, 06:43 AM  
ichik
A Murloc Raider
 
ichik's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 263
Uploads: 5
Re: Cast bar

Originally posted by saanlem
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!
Yep, seems like a bug with long casts, gonna check this.

Update: Found the bug, uploaded the update. Stupid error really, I'm ashamed.
__________________
Proud author of IntricateChatMods, Wanderlust and SimplerMount.
Last edited by ichik : 05-04-10 at 01:59 AM.
Report comment to moderator  
Reply With Quote
Unread 05-03-10, 06:43 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
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
Check the last builds, i made the skinning for AuraTracker.
__________________
Proud author of IntricateChatMods, Wanderlust and SimplerMount.
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
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 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
Post A Reply



Category Jump: