View Single Post
  #49  
Unread 11-24-2008, 09:44 PM
SOE-Rothgar SOE-Rothgar is offline
A Griffon
Yes this person is from Daybreak!
 
Join Date: Aug 2007
Server: Unrest
Posts: 208
Default

It looks like I'm going to have to make a change to the group window that will require a slight update for custom UI's.

Currently the client looks for mousedown messages to the entire group member block to cause you to target that person. In order for me to make it so that clicking the pet health bar targets the pet I really need to modify the structure of the group window a bit.

The pet controls are in a PetInfo page just like the Effect icons. I've decided to move all of the Member Info controls down into their own page as well. This way I can isolate just the licks to the member info for targeting. This might also let you go back and cleanup and click-to-cure features that currently require that you put addition controls on top of the group window.

The downside is that the code now looks for the controls in a child page. So until the group windows are updated, they probably won't work when the new game update is released.
Reply With Quote