Download
(1Kb)
Download
Updated: 09-19-12 08:15 AM
Pictures
File Info
Updated:09-19-12 08:15 AM
Created:09-19-12 08:15 AM
Downloads:2,553
Favorites:4
MD5:

Party Frames In Raid

Version: 1.0
by: Glauck [More]

Show 5 members or less raid as a party and show party frames. Usefull in arena or other with PortraitTimers or PhotoRobot.

Personnally, I use Raid Frame be Gone to hide blizzard raid UI, and PerfectRaid instead.

Hope it will help =).

EDIT : if you want to show everytime party frames, just replace lua code by this :
(seems to disappear in bg ?)

Code:
function PartyMemberFrame_UpdateMember (self)
         local id = self:GetID();
         if ( UnitExists("party"..id) ) then
                 self:Show();
        
                 UnitFrame_Update(self);
        
                 local masterIcon = _G[self:GetName().."MasterIcon"];
                 local lootMethod;
                 local lootMaster;
                 lootMethod, lootMaster = GetLootMethod();
                 if ( id == lootMaster ) then
                         masterIcon:Show();
                 else
                         masterIcon:Hide();
                 end
         else
                 self:Hide();
         end
         PartyMemberFrame_UpdatePet(self);
         PartyMemberFrame_UpdatePvPStatus(self);
         RefreshDebuffs(self, "party"..id, nil, nil, true);
         PartyMemberFrame_UpdateVoiceStatus(self);
         PartyMemberFrame_UpdateReadyCheck(self);
         PartyMemberFrame_UpdateOnlineStatus(self);
         PartyMemberFrame_UpdateNotPresentIcon(self);
         UpdatePartyMemberBackground();
end
Thanks to Zork for his awesome help.

Optional Files (0)


Post A Reply Comment Options
Unread 09-21-12, 06:26 PM  
Kimicate
A Kobold Labourer

Forum posts: 0
File comments: 6
Uploads: 0
Originally Posted by Glauck
Originally Posted by Kimicate
how u increase your target buff/debuffs? scripts?

can u share your mods for player and target either?
I use Whoa UnitFrames http://www.wowinterface.com/download...nitFrames.html with ClassColor Bars http://www.wowinterface.com/download...ColorBars.html with clear bartexture enabled (ig config) ( and MoveAnything ).
You can increase buff/debuff target in Whoa's config.lua.
PS : Whoa is not updates yet for 5.x so you will see a bug in Whoa comment's.
ty for your help/tip
Report comment to moderator  
Reply With Quote
Unread 09-19-12, 05:33 PM  
Glauck
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 7
File comments: 25
Uploads: 1
Originally Posted by Kimicate
how u increase your target buff/debuffs? scripts?

can u share your mods for player and target either?
I use Whoa UnitFrames http://www.wowinterface.com/download...nitFrames.html with ClassColor Bars http://www.wowinterface.com/downloads/info18906-ClassColorBars.html with clear bartexture enabled (ig config) ( and MoveAnything ).
You can increase buff/debuff target in Whoa's config.lua.
PS : Whoa is not updates yet for 5.x so you will see a bug in Whoa comment's.
Last edited by Glauck : 09-19-12 at 05:38 PM.
Report comment to moderator  
Reply With Quote
Unread 09-19-12, 03:58 PM  
Kimicate
A Kobold Labourer

Forum posts: 0
File comments: 6
Uploads: 0
how u increase your target buff/debuffs? scripts?

can u share your mods for player and target either?
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: