![]() |
Group click buff/heals
I was wondering how difficult it would be to add a few more buttons to the group frame to make it similar to the raid window, essentially adding 3 buttons next to the cure icons with macros attached.
I have been looking at the eq2ui_mainhud_groupmembers.xml file but am not seeing where to insert the buttons, any ideas? |
erm, maybe dowload the latest version first, those buttons are already there.
|
OK, awesome. is there a setup thread that shows where to insert line text for the button tooltips and spells?
|
------> FAQ
|
thanks, it didnt work at first for some reason, but after reloading the UI a few times it's working.
If I wanted to add say another 3 buttons to the left of the orginial three - would I just... - cut and paste the button code of the existing buttons into the eq2ui_mainhud_groupmembers.xml file for each group member - then modify the button location cordinates in the group frame for each button - then add another three spell inserts in the quickraidbuttons.xml file for my class? three buttons really isnt enough imo. I'd like three for heals, and three for buffs. thanks again! |
I asked a while ago whether people wanted more than 3 buttons but there was only one response. /shrug
To add more you'll need to do what you said and also add the code for them to the "ConfigQRB" Button in the window. Ugly repeating code btw, but I was lazy. :o |
err ok here is the code
change to quickraidbuttons.txt file Code:
<Page Name="Fury">Code:
<Button Location="48,1" Name="B4" OnHoverIn="Tooltip=Parent.Parent.ProfitUI_QuickRaidButtons.B4.Tooltip" OnPress="Parent.Parent.ProfitUI_QuickRaidButtons.B4.Press=true Parent.Parent.ProfitUI_QuickRaidButtons.Target=Parent.Parent.GroupMember0.MemberInfoPage.Name.Text" ScrollExtent="16,16" Size="16,16" Style="/ProfitUI_Styles.ButtonStyles.box_button">4</Button>Code:
TooltipLocation='Parent.Parent.Parent.Parent.MainHUD.ProfitUI_QuickRaidButtons.' ## (Parent.Parent.Parent.ProfitUI_SubclassDetector.Subclass) ## '.Button4.Tooltip'and this is what i see: still only 3 buttons, and tooltips default ![]() |
the existing code should be working, try hitting alt-g twice if it doesn't.
You have placed the new buttons outside of the visible window area, that is why they are hidden. You will need to increase the size of all pages upwards in the hierarchy if you place them there. Otherwise the code looks fine. |
Was curious about this one.. In the window if you have, say, 3 members in your group, you'll see 4 sets of buttons.. Is there a fix for that, that doesn't involve me potentially messing up the UI lol?
If not no worries, its only a slight, preferred fix, nothing major. |
cool I fixed the buttonpage size with this line by editing the ScrollExtent and Size values to 96.
Code:
<Page Location="149,0" Name="GroupMember0Buttons" OnHoverIn="Opacity=1" OnHoverOut="Opacity=0.25" Opacity="0.25" ScrollExtent="96,16" Size="96,16" Visible="false">another question is how to get rid of the bottom (3rd) row of buttons, I am not sure what those are for. When called they bring up an error in chatlog "cannot target 'groupmember'. ![]() thanks |
That phantom row should not be there. Not sure why it is really, looking at that code it should not be. I'll have to hop in game and force some hapless bystander in a group so I can test this. ;)
|
| All times are GMT -5. The time now is 09:30 AM. |
vBulletin® - Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
© MMOUI