Thread Tools Display Modes
03/10/14, 01:44 PM   #1
Lodur
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 108
unitTags - List?

Anyone have a list of valid unitTags for the API?

I found these so far:

Code:
-- you
'player'

-- your group
'group1' ... 'group4'

-- your raid
'group1' ... 'group24'

-- your current target
'reticleover'
  Reply With Quote
03/10/14, 01:52 PM   #2
Shinni
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 167
As far as I know you can also add Xtarget or Xpet.
eg: group1target will return the target of the first group member.
I dont know how far this can be stacked but theoretically reticleoverpettargettargetpettarget... should be possible.
  Reply With Quote
03/10/14, 01:57 PM   #3
Lodur
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 108
Originally Posted by Shinni View Post
As far as I know you can also add Xtarget or Xpet.
eg: group1target will return the target of the first group member.
I dont know how far this can be stacked but theoretically reticleoverpettargettargetpettarget... should be possible.
For XTarget - what is the target? I guess NPCs can have a target. But for another player is the target then their reticleover? Or is it their soft tabbed target if they have one?
  Reply With Quote
03/14/14, 03:37 AM   #4
Lyeos
 
Lyeos's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 6
He means there was 'group1pet' ... 'group24pet' but it doesn't work anymore.

You can add:
'group1target' ... 'group4target'
'group1targettarget' ... 'group4targettarget'
'group1targettargettarget' ... 'group4targettargettarget'

'group1target' ... 'group24target'
'group1targettargettarget' ... 'group24targettargettarget'

'reticleovertarget'
'reticleovertargettarget'
'reticleovertargettargettarget'

'controlledsiege'
Those are catched buy EVENT_COMBAT_EVENT
  Reply With Quote

ESOUI » Developer Discussions » General Authoring Discussion » unitTags - List?


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