Download
(222Kb)
Download
Updated: 07-22-10 12:19 AM
Pictures
File Info
Updated:07-22-10 12:19 AM
Created:03-30-10 02:25 PM
Downloads:3,686
Favorites:9
MD5:

oUF korn3r

Version: 0.08
by: korn3r [More]

0.08 version works only with oUF 1.4
tested it for couple weeks and didnt found any bugs, i hope you wouldnt find them either

See settings.lua for configuration <<-- all parameters have comments


Whats New in 0.08:
now for oUF 1.4
settings now in separate settings.lua file
fixed couple bugs (most with frame positioning and leveling)

about:
just another oUF layout (maybe even awful - i`m really not good in lua). you`ll obviously need oUF

it supports player, target, tot, pet, pettarget, focus
does NOT support: party and raid
atm supported plugins: oUF_Experience, oUF_Reputation and oUF_WeaponEnchant
both rep and exp are mouseover bars under playerframe

party frames (blizz ui) is hidden by default, you could change this by changing "local hideparty = false" in lua file

line 220 - beginning of focus debuff filter (layout show only listed debuff on focus)
feel free to change it :

Code:
local focusFilter = {
	[GetSpellInfo(66331)] = true, -- Impale (ToC Beasts)
	[GetSpellInfo(72408)] = true, -- Rune of Blood (ICC Saurfang)
	[GetSpellInfo(72120)] = true, -- Frostbite (Toravon)
	[GetSpellInfo(71204)] = true, -- Touch of Insignificance (ICC Lady Deathwhisper)
	[GetSpellInfo(72219)] = true, -- Gastric Bloat (ICC Festergut)
	[GetSpellInfo(71127)] = true, -- Mortal Wound (ICC Precious & Stinky)
	[GetSpellInfo(ID_OF_SPELL)] = true, -- any comment here, if you need it  :)
}

nothing special, it works fine for me
originaly it was oUF_fav, i rewroted it a bit + got some pieces of code from other layouts
oUF_Freeb
oUF_p3lim
oUF_shestak
oUF_alza
sry if i forgot someone

there is NO totems
thx Heleno for helping me to check it on druid
some ppl asked me to share my layout, that why i posted it here

Warning:
you MUST use proper scale
you could use autoscale function (its now enabled by default)

or set manually
Code:
SET uiScale "proper_scale"
SET useUiScale "1"
in your <wow>/WTF/config.wtf

Code:
UI Scale for resoluitons:
y-resolution | scale
768          | 1
800          | 0.96
900          | 0.85333333333333
1024        | 0.75
1080        | 0.71111111111111
1200        | 0.64
(thanks to Alza)



if you`ll find some bugs - i`ll try to fix them ofc

sorry for bad English

ver 0.08
now for oUF 1.4
settings now in separate settings.lua file
fixed couple bugs (most with frame positioning and leveling)

ver 0.071
fixed bug, with textures if you`re druid

ver 0.07
hopefully fixed auratimers (dissapeared sometimes)
dunno if its ok with weapon enchants yet (sorry :( )

ver 0.06
changed aura timers - it now shows any cooldown (was 90 secs or less)
fixed frame and text bugs when player is in vehicle
added support for oUF_WeaponEnchant
changed position for focus
changed focus castbar + it now has a huge icon (i wonna see what my focus is casting in arena) <<-- icon could be disabled
added couple new "tanking" debuffs for focus frame
brand new border frame code :) (shouldnt now be ugly with different resolutions and not "right" UI scale)
changed font (i went back to Russian realms, so i need unicode font now)
changed frame strata (frames now wouldnt go OVER your bags etc)


ver 0.05
DK Runes
Vehicle Swap function (only fixed it >< - it default oUF function)
Added alternative player castbar position (over player frame)
Added sparks on castbars
Changed position of pet and pettarget frames (still dunno if its good :\ )
Rewrote Castbars part of code (it was really messed)
More configurable parameters at beginning of file


ver 0.04
changed position of pet and pettarget, added more easyconfigurable parameters at beginning of file and added function of autoscaling UI (disabled by default)

ver 0.02
fixed bug, when layout crashed if player class is druid
Optional Files (0)


Post A Reply Comment Options
Unread 03-30-10, 02:54 PM  
Favorit
A Kobold Labourer
 
Favorit's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 15
Uploads: 3
nice work! good luck!
__________________
- Children of Moonglade -
Report comment to moderator  
Reply With Quote
Unread 03-30-10, 06:44 PM  
alimjocox
A Warpwood Thunder Caller
AddOn Author - Click to view AddOns

Forum posts: 96
File comments: 68
Uploads: 2
in ur UI are those timers from this oUF layout ?
Report comment to moderator  
Reply With Quote
Unread 03-30-10, 06:54 PM  
Porsha
A Black Drake

Forum posts: 88
File comments: 104
Uploads: 0
Originally posted by alimjocox
in ur UI are those timers from this oUF layout ?

Those look like sFilter or Filger to me. I use Filger personally.
Report comment to moderator  
Reply With Quote
Unread 03-30-10, 08:24 PM  
Ferous
Sheer Sense of Doom
AddOn Author - Click to view AddOns

Forum posts: 863
File comments: 563
Uploads: 10
Originally posted by Porsha
Those look like sFilter or Filger to me. I use Filger personally.
YOu can also configure Satrina Buff Frames to do this, if you don't want to use Lua.
Report comment to moderator  
Reply With Quote
Unread 03-30-10, 10:49 PM  
korn3r
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 16
Uploads: 1
Originally posted by alimjocox
in ur UI are those timers from this oUF layout ?
its Filger
Report comment to moderator  
Reply With Quote
Unread 03-31-10, 12:52 AM  
AlleyKat
A Warpwood Thunder Caller
 
AlleyKat's Avatar
AddOn Author - Click to view AddOns

Forum posts: 93
File comments: 242
Uploads: 7
Не симметрично, мне нра
Report comment to moderator  
Reply With Quote
Unread 04-16-10, 07:50 AM  
Crapa
A Kobold Labourer
 
Crapa's Avatar

Forum posts: 1
File comments: 45
Uploads: 0
Really nice layout.
The focus castbar could have been nicer but everything else is almost perfect.
Report comment to moderator  
Reply With Quote
Unread 04-16-10, 09:57 AM  
Bybu
A Kobold Labourer

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

Nice work,
Could you give your configuration of Filger? I find it really well integrated, it's for what I looked to replace classtimer .

Thx
Report comment to moderator  
Reply With Quote
Unread 04-30-10, 09:15 AM  
trixzoops
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Nice Work!
could you package your addons and upload?
love it!
Report comment to moderator  
Reply With Quote
Unread 05-13-10, 07:09 PM  
kappa
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
Прежде всего, спасибо за отличный по дизайну и функциональности лэйаут. Перебрал множество различных вариантов, пока не остановился на этом.

К сожалению есть проблема с таймерами на баффах/дебаффах, в какой-то момент он просто пропадает и ауры, появившиеся после этого висят просто так, без таймера. Не заметил никакой закономерности.

Буду очень признателен, если поможете решить этот баг, поскольку выбирать из других лэйаутов практически нечего.
Last edited by kappa : 05-13-10 at 07:09 PM.
Report comment to moderator  
Reply With Quote
Unread 05-14-10, 02:26 AM  
korn3r
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 16
Uploads: 1
да я этот глюк и сам заметил - вроде поправил, но на вепончантах все еще траблы с таймерами по-моему (поэтому заливать апдейт не хотелось пока)

с новой версией в цлк 25 сходил - ниразу таймеры (на аурах) не пропадали
Report comment to moderator  
Reply With Quote
Unread 05-14-10, 04:23 AM  
kappa
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
Originally posted by korn3r
да я этот глюк и сам заметил - вроде поправил, но на вепончантах все еще траблы с таймерами по-моему (поэтому заливать апдейт не хотелось пока)

с новой версией в цлк 25 сходил - ниразу таймеры (на аурах) не пропадали
как бы мне поскорей добыть эту версию? у меня все равно нет веапончантов))
Report comment to moderator  
Reply With Quote
Unread 07-04-10, 01:47 PM  
kawe
A Cyclonian
 
kawe's Avatar

Forum posts: 40
File comments: 95
Uploads: 1
hi korn3r



i recently got a problem with this addon -> when i log onto my druid, i get a black haze over my screen; it seems the TGA files spreading over my whole screen 0_o

when i delete the TGA's addon is still working but no borders/layout, so i am 100% sure its something with the TGA's.

and to make it more weird, i ONLY have this problem when i use this on my druid :S

any idea's??
Report comment to moderator  
Reply With Quote
Unread 07-05-10, 12:01 AM  
korn3r
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 16
Uploads: 1
Originally posted by kawe
hi korn3r



i recently got a problem with this addon -> when i log onto my druid, i get a black haze over my screen; it seems the TGA files spreading over my whole screen 0_o

when i delete the TGA's addon is still working but no borders/layout, so i am 100% sure its something with the TGA's.

and to make it more weird, i ONLY have this problem when i use this on my druid :S

any idea's??
it shows just after you log on druid, or after some action?
Report comment to moderator  
Reply With Quote
Unread 07-05-10, 05:14 AM  
korn3r
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 16
Uploads: 1
found problem

find in korn3r.lua
"self.DruidPower.bd = SetBD(self.Reputation, backdrop, bcolor)"
and replace with
"self.DruidPower.bd = SetBD(self.DruidPower, backdrop, bcolor)"

sorry )

i`ll reupload it soon
Last edited by korn3r : 07-05-10 at 05:14 AM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: