Skip to content

Hunter Feign Death #695

@Leerael

Description

@Leerael

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

No one assigned

    Labels

    questionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions