![]() |
Would like some help!
Hey all, I'm very new to UI modding, and am in most cases content with the mods available on the forum.
I like the skin of the default UI more than the most popular feature packed UIs out there, so I've been getting individual addons in that style. My girlfriend has recently levelled up an inquisitor, and is planning on raiding with it, so I downloaded a click-to-cure group window and player window as it's pretty much a necessity these days. Unfortunately these click to cures used /useability instead of /useability on player. I successfully managed to change that, BUT by clicking the cure in the player window, you are clicking within the area that selects the player, and hence change target anyway. Could someone tell me the name of the areas that define the 'active click' area for both the GROUP and the PLAYER window so I can resize it to be outside the buttons? Thanks :D |
It's the entire window. But you can work around this, here's the old click-to-cure code from ProfitUI 3.x, was pretty groundbreaking at the time because it was the first to avoid targeting your pet:
<Button MouseOverTextColor="#FF0000" Name="CureEffect1" NormalTextColor="#FFFFFF" OnHoverIn="target_allow_pet_self_toggle 0" OnHoverOut="target_allow_pet_self_toggle 1" OnPress="useability Cure TraumaIf you want to include potion curing look at the ProfitUI 4.x code, that has become a bit complicated though and is spread across several files, so I thought it's easier to quote the old code. |
Just add a line return after every "useabilityonplayer" line with "target_previous" in it.
Make sure that the line return and such is still within the quotes tho, or the game won't be able to parse the file and will just skip the entire set of modifications. |
| All times are GMT -5. The time now is 06:26 PM. |
vBulletin® - Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
© MMOUI