forked from julianperrott/WowClassicGrindBot
-
-
Notifications
You must be signed in to change notification settings - Fork 175
Open
Labels
questionFurther information is requestedFurther information is requested
Description
when I drop to 60% health I try to Feign Death to drop aggro so the mobs go to my pet before attempting to backstep and then I attempt to Bandage after Feign Death, However when I have Feign'd it considers me 'dead' because my health appears as 0%. I put a backup Backstep with cost of 0 but that doesn't fire in combat.
"IntVariables":
{
"MIN_HEALTH_BANDAGE%": 60,
"STOP_HEALTH_BANDAGE%": 90,
"Buff_FEIGN_DEATH": 132293,
}
"Combat":
{
"Sequence":
[
{
"Name": "Feign Death",
"Key": "F10",
"Cooldown": "30000",
"Requirements":
[
"TargetsMe && Health% <= MIN_HEALTH_BANDAGE%"
]
},
{
"Name": "Stepback",
"Key": "S",
"PressDuration": 10,
"BaseAction": true,
"Requirements":
[
"Buff_FEIGN_DEATH > 1"
],
"Cost": 0
},
{
"Name": "Bandage",
"Key": "9",
"Cooldown": 60000,
"BeforeCastStop": true,
"AfterCastWaitCastBar": true,
"Requirements":
[
"MobCount < 2",
"!TargetsMe",
"Health% <= MIN_HEALTH_BANDAGE%"
],
"Interrupts":
[
"Health% >= STOP_HEALTH_BANDAGE%"
]
}
]
}
"Adhoc":
{
"Sequence":
[
{
"Name": "Stepback",
"Key": "S",
"PressDuration": 10,
"BaseAction": true,
"Requirements":
[
"Buff_FEIGN_DEATH > 1"
],
"Cost": 0
},
]
}
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested