View Single Post
  #4  
Unread 07-16-2007, 12:44 AM
Othesus's Avatar
Othesus Othesus is offline
A Griffon
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Mar 2005
Server: Lucan DLere
Posts: 847
Default

Quote:
Originally Posted by stupidfly1 View Post
I am working an a click to cast mod for cures & heals. I do not like the way all the mods I've found switch your target even using the /useabilityonplayer. I found they do this due to the buttons existing within the GroupMemberX page. No matter where you click within that page it seems to be coded to target that player.
Normally when you click on a group member you target them. If you use the command /target_previous your target will switch back.

There's another complication also. When you click on a group member that you are already targeting it will toggle to their pet and back. This can be prevented with the command /target_allow_pet_member_toggle 0. You can put that in an OnHoverIn script before the button gets pressed.

I think Profit UI should have all those features if you want to see an example.

Quote:
Originally Posted by stupidfly1 View Post
Is there anyway to access cooldown information for individual abilities?
I've searched these forums high and low to no avail.
When you say "cooldown" you mean the recast time? No, that information is only available in the toolbar tooltip and the toolbar icon shading.
Reply With Quote