Home Forum Downloads My Favorites Register FAQ

Go Back   EQInterface Forums > General Discussion > Help ! ? ! ?
User Name
Password

Reply
 
Thread Tools Display Modes
Old 12-27-2023, 02:09 PM   #1
Zurkon
A Fire Beetle
 
Join Date: Dec 2023
Posts: 2
Interface Author - Click to view interfaces
Default Adding a Hotbar Button to the Combat Window

Trying to add a single Hotbar button to the combat window. Anyone know of UI out there that I could use as reference or may just be able to assist?

My goal is to make HotBar 5 / Button 1 as a macro for /stopdisc and have this as a small 20x20 button on my combat window. Will adjust the Combat Skills button up a bit to for ascetics once I get this working.

Thanks,
Zurkon
Attached Files
File Type: xml EQUI_CombatAbilityWnd.xml (29.5 KB, 0 views)
Zurkon is offline   Reply With Quote
Old 12-27-2023, 04:23 PM   #2
Zurkon
A Fire Beetle
 
Join Date: Dec 2023
Posts: 2
Interface Author - Click to view interfaces
Default

Was able to figure it out. Had to add -

<HotButton item="HB5_Button1">
<EQType>hotbutton/Bar 4/0</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>117</X>
<Y>52</Y>
</Location>
<Size>
<CX>20</CX>
<CY>20</CY>
</Size>
<Text></Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
<SpellGem>HB_SpellGem</SpellGem>
<InvSlot>HB_InvSlot</InvSlot>
<ButtonDrawTemplate>
<Normal>A_HotButton1Normal</Normal>
<Pressed>A_HotButton1Pressed</Pressed>
<Flyby>A_HotButton1Flyby</Flyby>
<Disabled>A_HotButton1Disabled</Disabled>
<PressedFlyby>A_HotButton1PressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</HotButton>

Then in my CombatAbilityWnd, I added -
<Pieces>HotButton:HB5_Button1</Pieces>
Zurkon is offline   Reply With Quote
Reply




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


All times are GMT -5. The time now is 05:35 PM.


vBulletin Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
© MMOUI