Addon Info.
Change Log
Archived (2)
Comments (3)
  Category: Plug-Ins & Patches
Addon Information
Works with WoTLK
Download Latest Version.
To add favorites please register for a free account. If you already have one you need to login. How do I install this? (FAQ)
haste's Portal Bug Reports Feature Requests

This file is a Addon for oUF by haste. You must have that installed before this Addon will work.

Author:
Version:
1.2
Date:
09-19-2008 12:01 PM
Size:
5.13 Kb
Downloads:
1,846
Favorites:
13
MD5:
Pictures
oUF_Lily
oUF Lily   Popular!
oUF_Lily is an example on the usage of the oUF API. Please don't post any feature request or the likes on this add-on.

A full changelog can be found: here.
  Change Log - oUF Lily
Changes from 1.1
- Fixed issues with latest beta patch.

Changes from 1.0
- Updated to oUF 1.1
  Archived Versions - oUF Lily
File Name
Version
Size
Author
Date
1.1
5kB
haste
09-11-2008 02:08 PM
1.0
6kB
haste
08-02-2008 03:32 PM
  Comments - oUF Lily
Post A Reply
Author Comments Comment Options
Old 09-15-2008, 12:57 PM  
manix
A Murloc Raider
 
manix's Avatar
Interface Author - Click to view interfaces

Forum posts: 7
File comments: 7
Uploads: 2
tnx

Hi,

Thanks.

I found nice way to do it from Pli3m layout. Will add it here, if someone is looking. I added this at the end of my layout file:
Code:
local partyToggle = CreateFrame('Frame')
partyToggle:RegisterEvent('PLAYER_LOGIN')
partyToggle:RegisterEvent('RAID_ROSTER_UPDATE')
partyToggle:RegisterEvent('PARTY_LEADER_CHANGED')
partyToggle:RegisterEvent('PARTY_MEMBER_CHANGED')
partyToggle:SetScript('OnEvent', function(self)
	if(InCombatLockdown()) then
		self:RegisterEvent('PLAYER_REGEN_ENABLED')
	else
		self:UnregisterEvent('PLAYER_REGEN_DISABLED')
		if(HIDE_PARTY_INTERFACE == '1' and GetNumRaidMembers() > 0) then
			party:Hide()
		else
			party:Show()
		end
	end
end)
This checks the option in Blizzard options for hide party in raid.

Last edited by manix : 09-15-2008 at 12:58 PM.
manix is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 09-14-2008, 12:54 PM  
haste
A Cliff Giant
 
haste's Avatar
Interface Author - Click to view interfaces

Forum posts: 72
File comments: 125
Uploads: 22
Re: Hide frames while in raid

Quote:
Originally posted by manix

Can you give me a tip .
It's been discussed several times in this topic. Just search it for hide raid or something similar.
haste is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 09-14-2008, 12:39 PM  
manix
A Murloc Raider
 
manix's Avatar
Interface Author - Click to view interfaces

Forum posts: 7
File comments: 7
Uploads: 2
Hide frames while in raid

Hi,

I am looking for way to hide the party frames, when i am in raid. By now I tried with HookScript for onupdate to hide if GetNumRaidMembers > 0, but this didn't not work.

Can you give me a tip .

P.S. I am using latest git.

Last edited by manix : 09-14-2008 at 12:40 PM.
manix is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Post A Reply



Category Jump:



The Network:
EQInterface | EQ2Interface | LoTROInterface | MMOUI | War.MMOUI | WoWInterface | VGInterface | Allakhazam | Thottbot | Wowhead | Zam


MMOInterface.com Copyright ©2008
World of Warcraft is a registered Trademark of Blizzard Entertainment.
vBulletin - Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.