MQ2Debuffs¶
Description¶
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.
Author: PinkFloyd33 Author: s0rcier Version: 1.2 Date: 20061223 v2.0 - Eqmule 07-22-2016 - Added string safety.
MQ2Debuffs¶
MQ2Debuffs was posted to the VIP section of MQ2 by pinkfloydx33 you can read the thread by following This Link. (VIP REQUIRED)
Updated Apr 03, 2016 by Trevyn here Updated July 22, 2016 by EQMule: included in MQ2Update
Top-Level Object: ${Debuff}¶
Type | Member Name | Description |
---|---|---|
bool | ${Debuff} | True if yo uhave debuffs on that have counters on them, false if not. |
int | Poisoned | # of poison counters on you. |
int | Diseased | # of disease counters on you. |
int | Cursed | # of curse counters on you. |
int | Corrupted | # of corruption counters on you. |
int | Poisons | # of poison spells affecting you. |
int | Diseases | # of disease spells affecting you. |
int | Curses | # of curse spells affecting you. |
int | Corruptions | # of corruption spells affecting you. |
int | Count | # of debuffs that need cured, does not include snare. |
int | HPDrain | Amount of HP you are losing per tick from debuffs. This value is POSITIVE. |
int | HPDrain[Disease|Poison|Curse|All] | Number of specific counters effecting HP. |
int | ManaDrain | Amount of Mana you are losing per tick from debuffs. This value is POSITIVE. |
int | ManaDrain[Disease|Poison|Curse|All] | Number of specific counters effecting Mana. |
int | EnduranceDrain | Amount of Endurance you are losing per tick from debuffs. This value is POSITIVE. |
int | EnduranceDrain[Disease|Poison|Curse|All] | Number of specific counters effecting Endurance. |
bool | Slowed | True if you are Slowed (melee attacks), False if not. |
bool | Snared | True if your are Snared, False if not. |
bool | ManaCost | True if your Spell Mana Cost has been raised, False if not. |
bool | CastingLevel | True if your Effective Casting Level has been reduced, False if not. |
bool | HealingEff | True if your Healing Effectiveness has been reduced, False if not. |
bool | SpellDmgEff | True if your Spell Damage Effectiveness has been reduced, False if not. |
bool | Blind | True if you are Blind, False if not. |
bool | Charmed | True if you are Charmed, False if not. |
bool | Feared | True if you are Feared, False if not. |
bool | Silenced | True if you are Silenced, False if not. |
bool | Invulnerable | True if you are Invulnerable, False if not. |
bool | Detrimentals | True if you have any detrimental effects on you, False if not. |
int | Counters | # of poison/disease/curse/corruption counters on yourself. |
bool | Rooted | True if you are Rooted, False if not. |
The TLO has been enhanced, revamped, recored, to be able to get Debuff Informations others then selfbuff.
Debuff.X or Debuff[self].X or Debuff[myself].X : return infos for buff from self.
Debuff[pet].X or Debuff[warder].X : return infos for buff from pet.
Debuff[2899].X : return infos for buff for spell "feeblemind".
Debuff[5682].X : return infos for buff for spell "Chains of Anguish".
Debuff[5682 2899 887].X : return infos for buff from this bufflistid.