Skip to content

Conversation

@Xian55
Copy link
Owner

@Xian55 Xian55 commented Apr 14, 2025

Breaking change:

  • In prior Debuff_ was meant to keep track of those Aura times which are inflicted the player on the target - Debuffs.

Since this version

  • Debuff_ -> keep tracks the player debuffs. Those auras which are inflicted by the enemy on the player.
  • TDebuff_ -> keep tracks the target debuffs. Those auras which are inflicted by the player on the enemy.

To migrate search for

Debuff_

and replace it to

TDebuff_

To keep the naming consistent.


example usage as Dwarf Stonform

  "IntVariables": {
    "MIN_SPEED_SEAL": 3000,
    "MIN_TARGET_HP%": 20,
    "MIN_HP_BEFORE_HEAL%": 20,
    "Debuff_POISON1": 136006,
    "Debuff_POISON2": 136007,
    "Debuff_POISON3": 136016,
    "Debuff_POISON4": 136064,
    "Debuff_POISON5": 136067,
    "Debuff_POISON6": 136077,
    "Debuff_POISON7": 136093,
    "Debuff_POISON8": 134437,
    "Debuff_POISON9": 132273,
    "Debuff_POISON10": 132274,
    "Debuff_POISON11": 132105,
    "Debuff_DISEASE1": 136127,
    "Debuff_DISEASE2": 136134,
    "Debuff_DISEASE3": 134324,
    "Debuff_DISEASE4": 135914
  },
{
"Cost": 3.1,
"Name": "Stoneform",
"Key": "9",
"InCombat": "i dont care",
"WhenUsable": true,
"Requirements": [
  "Debuff_POISON1 > 1 || Debuff_POISON2 > 1 || Debuff_POISON3 > 1 || Debuff_POISON4 > 1 || Debuff_POISON5 > 1 || Debuff_POISON6 > 1 || Debuff_POISON7 > 1 || Debuff_POISON8 > 1 || Debuff_POISON9 > 1 || Debuff_POISON10 > 1 || Debuff_POISON11 > 1 || Debuff_DISEASE1 > 1 || Debuff_DISEASE2 > 1 || Debuff_DISEASE3 > 1 || Debuff_DISEASE4 > 1"
]
}

@Xian55 Xian55 added documentation Improvements or additions to documentation feature request This is a request for a new feature, or an expansion of an existing feature. enhancement This pull request implements a new feature. breaking change labels Apr 14, 2025
@Xian55 Xian55 linked an issue Apr 14, 2025 that may be closed by this pull request
@Xian55 Xian55 changed the title Addon: [1.7.69] - Track Player Debuffs times. Adding 'Debuff_' Addon: [1.7.69] - Track Player Debuffs times. Adding 'TDebuff_' Apr 14, 2025
@Xian55 Xian55 merged commit 18e8d08 into dev Apr 14, 2025
1 check passed
@Xian55 Xian55 deleted the feature/694-playerdebuff branch April 14, 2025 19:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

breaking change documentation Improvements or additions to documentation enhancement This pull request implements a new feature. feature request This is a request for a new feature, or an expansion of an existing feature.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cure/Cleanse

2 participants