Thread Tools Display Modes
11-03-09, 12:16 AM   #1
wakolv
An Aku'mai Servant
Join Date: Aug 2009
Posts: 38
ouf simple

is there a way to move the default(blizzard) buffs/debuffs and attach it to player frame of ouf simple?
  Reply With Quote
11-06-09, 07:44 AM   #2
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2008
Posts: 1,740
I'm not sure if oUF disables the default player buffs if you add the "create_buff" function call of oUF_simple to the player style function.

You need to know how oUF layouts work. Check the function that creates the target style. It has a function call to create the buff frames. Add the call to the player style function aswell. Additionally you may need to adjust the buff function aswell in case of [if unit == "target"] conditions.

In my layouts nearly every unit has its own style function which gets activated next to the unit spawn point. That style functions calls all the funtions needed for that unit (castbar, portrait, buffs, debuffs, icons and so on).
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)

Last edited by zork : 11-06-09 at 07:47 AM.
  Reply With Quote
11-06-09, 08:37 AM   #3
Dawn
A Molten Giant
 
Dawn's Avatar
AddOn Author - Click to view addons
Join Date: May 2006
Posts: 918
It doesn't hide blizzard buffs if you show player buffs in oUF. They are two different things, even though they are showing the same thing.

You have to hide blizzard auras and use player frame auras instead.
  Reply With Quote

WoWInterface » Featured Projects » oUF (Otravi Unit Frames) » ouf simple


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off