ISXEQ2:raidmember (Data Type)
From ISMods Wiki
Contents |
[edit]
ISXEQ2 information for ISXEQ2:raidmember (Data Type) has moved
[edit]
Please see: http://eq2.isxgames.com/wiki for up-to-date content.
[edit]
Description
This DataType includes all of the data available to ISXEQ2 that is related to raid members.
This is typically accessed via the 'Raid' member of the character datatype. (ie, ${Me.Raid[#]})
[edit]
Members
NOTE
- Many of these will not work unless you are in the same zone with them
- This will only work in the same zone
- bool IsAfflicted
- Returns true if player is afflicted by arcane, noxious, etc..
- int Noxious
- A value of -1 indicates that the affliction is incurable.
- int Trauma
- A value of -1 indicates that the affliction is incurable.
- int Elemental
- A value of -1 indicates that the affliction is incurable.
- int Arcane
- A value of -1 indicates that the affliction is incurable.
[edit]
Methods
[edit]
Returns
[edit]
Inherits
[edit]
