Condition: HasAchievement
Checks if the player has a mythic achievement.
Attributes
Attribute | Aliases | Description | Default |
---|---|---|---|
achievement | achieve, a | The achievement to check for. |
Examples
Checks if the mob has the KILL_SKELETAL
achievement before executing the skills.
Conditions:
- hasAchievement{a=KILL_SKELETAL} true
Skills:
- # ...