MQ2Debuffs

From the wonderful RedGuides Wiki
MQ2Debuffs
Adds a data type that reports detailed information about debuffs
View details
Authors pinkfloydx33, s0rcier, eqmule
Software type Plugin



Links

🏠Resource (review)
🤝Support •🛠️Repository

This plugin is designed to help with curing detrimental effects. It is used to reports harmful effects, number of curse/disease/poison counters and various other detrimentals.


Commands

See also


Top-Level Object(s)

TLOs added by MQ2Debuffs:

TLO Data Type(s) Description
Debuff Debuff Holds the Debuff data type and several forms for pets and specific debuffs

Forms. Typical usage, /echo ${TLO}

Type TLO Description
bool Debuff True if you have debuffs on that have counters on them, false if not
Debuff Debuff[<spell id> ...] return info for a specific debuff, or a list of debuffs. e.g. ${Debuff[5682].Slowed} or for a list, ${Debuff[5682 2899 887].Slowed}
Debuff[pet|warder] return info for debuff from pet or warder. e.g. ${Debuff[warder].Slowed}
Debuff[self] return info for debuff from self. e.g. ${Debuff[self].Slowed}

Members. More may be available if inherited. Typical usage, /echo ${TLO.Member}

TLO Data Type Return Type Member Description
Debuff Debuff bool Blind True if you are blind
CastingLevel True if your Effective Casting Level has been reduced, False if not
Charmed True if you are charmed
Detrimentals True if you have any detrimental effects on you
Feared True if you are feared
HealingEff True if your Healing Effectiveness has been reduced, False if not
Invulnerable True if you are invulnerable
ManaCost True if your Spell Mana Cost has been raised, False if not
Rooted True if you are rooted
Silenced True if you are silenced
Slowed True if you are Slowed (melee attacks), False if not
Snared True if your are Snared, False if not
SpellDmgEff True if your Spell Damage Effectiveness has been reduced, False if not
SpellSlowed True if you are SpellSlowed (spell haste reduction), False if not
int Corrupted # of corruption counters on you
Corruptions # of corruption spells affecting you
Count # of debuffs that need cured, does not include snare
Counters # of poison/disease/curse/corruption counters on yourself
Cursed # of curse counters on you
Curses # of curse spells affecting you
Diseased # of disease counters on you
Diseases # of disease spells affecting you
EnduranceDrain[string]
  • No index= Amount of Endurance you are losing per tick from debuffs. This value is POSITIVE
  • string= Disease, Poison, Curse, All: Number of specific counters effecting Endurance
HPDrain[string]
  • No index= Amount of HP you are losing per tick from debuffs. This value is POSITIVE
  • string= Disease, Poison, Curse, All: Number of specific counters effecting HP
ManaDrain[string]
  • No index= Amount of Mana you are losing per tick from debuffs. This value is POSITIVE
  • string= Disease, Poison, Curse, All: Number of specific counters effecting Mana
Poisoned # of poison counters on you
Poisons # of poison spells affecting you