Thread Tools Display Modes
11-13-09, 04:59 PM   #1
Feist
A Murloc Raider
Join Date: Aug 2007
Posts: 6
Some help with oUF_Viv

I just don't know where to look in the lua to change two things to make these frames work for me. Hoping someone can help.

1) I want the raid groups to grow from left to right rather than vertically. (I.E. Grp 1 is a row. Grp 2 is a second row above it. Grp 3 is a third row above that growing up. Currently in Viv, and most oUF layouts I've played with, each raid group is a column.

2) I want to hide groups 6-8. I don't want to see them don't care about them, don't need to know they exist. Yes, even in AV. If I care about whose in 6-8 I'll pull out the blizzard raid interface.

I'm pretty sure I've figured out how to tweak everything else to my liking.
  Reply With Quote
11-13-09, 05:10 PM   #2
Dawn
A Molten Giant
 
Dawn's Avatar
AddOn Author - Click to view addons
Join Date: May 2006
Posts: 918
I left you a comment in oUF_viv's comment section. Regarding group 6-8:

change
Code:
	for i = 1, 8 do
to

Code:
	for i = 1, 5 do
that should do it.
__________________
Rock: "We're sub-standard DPS. Nerf Paper, Scissors are fine."
Paper: "OMG, WTF, Scissors!"
Scissors: "Rock is OP and Paper are QQers. We need PvP buffs."

"neeh the game wont be remembered as the game who made blizz the most money, it will be remembered as the game who had the most QQ'ers that just couldnt quit the game for some reason..."

  Reply With Quote
11-13-09, 05:11 PM   #3
mankeluvsit
An Onyxian Warder
 
mankeluvsit's Avatar
Join Date: Sep 2008
Posts: 354
nevermind.
  Reply With Quote
11-13-09, 05:12 PM   #4
Feist
A Murloc Raider
Join Date: Aug 2007
Posts: 6
thanks a lot!
  Reply With Quote

WoWInterface » Featured Projects » oUF (Otravi Unit Frames) » Some help with oUF_Viv


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