Thread Tools Display Modes
12-05-07, 04:42 PM   #1
winus
A Murloc Raider
Join Date: Dec 2007
Posts: 8
Target mini-buttons

Hi
first of all i would like to thanks for a really great ui and for fast and nice job for the updates
But i would like to know if there is any way to have the mini-buttons target when you are assistant not just when you are leader thanks again
  Reply With Quote
12-06-07, 09:44 PM   #2
DeTard
Premium Member
Premium Member
AddOn Author - Click to view addons
Join Date: Mar 2005
Posts: 189
No, Mazzle posted just the other day about this in another thread somewhere (can't remember where, too lazy/tired to look for it tonight) that this isn't possible. It was a planned feature, but was never gotten around to being put in place.
  Reply With Quote
12-07-07, 09:25 AM   #3
gcbartlett
A Deviate Faerie Dragon
Join Date: Feb 2007
Posts: 15
Change for Raid Assistant Mini-icons

Really? This works for me...

In MazzleUI\MazzleUI_Handlers.lua, change:

Code:
function MazzleUI:Handle_LeaderChange()
	if (MazzleUI_Settings.ShowCharmIcons and IsPartyLeader()) then self:ShowCharmIcons(); else self:HideCharmIcons(); end;
end
to:

Code:
function MazzleUI:Handle_LeaderChange()
	if (MazzleUI_Settings.ShowCharmIcons and (IsPartyLeader() or IsRaidLeader() or IsRaidOfficer())) then self:ShowCharmIcons(); else self:HideCharmIcons(); end;
end
Worked great for me in Kara last night.
  Reply With Quote
12-07-07, 09:50 AM   #4
winus
A Murloc Raider
Join Date: Dec 2007
Posts: 8
thank you very much will try it when i come home from work
  Reply With Quote
12-07-07, 10:44 AM   #5
Mazzlefizz
A Pyroguard Emberseer
 
Mazzlefizz's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2006
Posts: 3,521
Originally Posted by gcbartlett
Really? This works for me...
I think he just meant that there was no existing option for it.
__________________
MazzleUI Home Page: Mazzlefizz.WoWInterface.com
Info, FAQs, Forums, Download can be found at that link.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Target mini-buttons


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