| tags |
|
|---|
This data type represents information specific to your current target. It contains additional members for querying buff information.
This type inherits members from spawn.
classDiagram
spawn <|-- target
direction RL
class spawn {
}
class target {
}
: Returns the name of the Aego spell if the Target has one
: Returns the target's current target.
: Returns the name of the Beneficial spell if the Target has one. This will skip "player" casted buffs, but will show NPC Casted buffs and some AA buffs.
: Returns the name of the Brells spell if the Target has one
: Returns the name of the Charmed spell if the Target has one
: Returns the name of the Clarity spell if the Target has one
: Returns the name of any the Corruption spell if Target has one
: Returns the name of the Curse spell if Target has one
: Returns the name of the Cripple spell if the Target has one
: Returns the name of a Disease spell if the Target has one
: Returns the name of a DOT spell if the Target has one
: Returns the name of the Damage Shield spell if the Target has one
: ???
: Returns the name of the Focus spell if the Target has one
: Returns the name of the Growth spell if the Target has one
: Returns the name of the Haste spell if the Target has one
: Returns the name of the Hybrid HP spell if the Target has one
: ???
: Returns the name of the Malo spell if the Target has one
: ???
: Returns the name of the Mez spell if the Target has one
: ???
: Returns the name of a Poison spell if the Target has one
: Returns the name of the Predator spell if the Target has one
: Returns the name of the Regen spell if the Target has one
: Returns the name of the Reverse Damage Shield spell if the Target has one
: Returns the name of the Rooted spell if the Target has one
: Returns the name of the Spiritual Enlightenment spell if the Target has one
: ???
: ???
: Returns the name of the Shining spell if the Target has one
: ???
: Returns the name of the Skin spell if the Target has one
: Returns the name of the Slow spell if the Target has one
: Returns the name of the Snare spell if the Target has one
: Returns the name of the Strength spell if the Target has one
: Returns the name of the Spiritual Vitality spell if the Target has one
: Returns the name of the Symbol spell if the Target has one
: Returns the name of the Tash spell if the Target has one
string (To String)
: Same as Name
| The Delay will end when the pet is targeted...AND target buffs are
| populated, or 5 seconds, whichever is shorter.
/target pet
/delay 5s ${Target.ID}==${Pet.ID} && ${Target.BuffsPopulated}==TRUE