diff --git a/Json/class/Hunter_1.json b/Json/class/Hunter_1.json index 22abbd242..b29887544 100644 --- a/Json/class/Hunter_1.json +++ b/Json/class/Hunter_1.json @@ -39,6 +39,7 @@ "PressDuration": 3000, "BaseAction": true, "Requirements": [ + "TargetsMe", "LastAutoShotMs < 400", "!InMeleeRange", "AutoShot" diff --git a/Json/class/Hunter_10.json b/Json/class/Hunter_10.json index e5f8733fc..b1de882ec 100644 --- a/Json/class/Hunter_10.json +++ b/Json/class/Hunter_10.json @@ -4,10 +4,10 @@ "Pull": { "Sequence": [ { - "Name": "Concussive Shot", - "Key": "9", + "Name": "Serpent Sting", + "Key": "2", "BeforeCastStop": true, - "Cooldown": 12000, + "AfterCastWaitCombat": true, "Requirements": [ "HasRangedWeapon", "HasAmmo", @@ -41,7 +41,7 @@ { "Name": "Serpent Sting", "Key": "2", - "Cooldown": 4000, + "BeforeCastStop": true, "Requirements": [ "HasRangedWeapon", "HasAmmo", @@ -53,6 +53,7 @@ "Name": "Auto Shot", "Key": "3", "Item": true, + "BeforeCastStop": true, "Requirements": [ "HasRangedWeapon", "HasAmmo", @@ -118,7 +119,10 @@ "Key": "N6", "HasCastBar": true, "Cooldown": 4000, - "Requirement": "!Has Pet" + "Requirements": [ + "Spell:Call Pet", + "!Has Pet" + ] } ] }, diff --git a/Json/class/Hunter_4.json b/Json/class/Hunter_4.json index 001e11e2a..d48f311ff 100644 --- a/Json/class/Hunter_4.json +++ b/Json/class/Hunter_4.json @@ -49,6 +49,7 @@ "PressDuration": 3000, "BaseAction": true, "Requirements": [ + "TargetsMe", "LastAutoShotMs < 400", "!InMeleeRange", "AutoShot" diff --git a/Json/class/Hunter_6.json b/Json/class/Hunter_6.json index 46491ba80..a208f9a14 100644 --- a/Json/class/Hunter_6.json +++ b/Json/class/Hunter_6.json @@ -22,6 +22,7 @@ "Name": "Auto Shot", "Key": "3", "Item": true, + "BeforeCastStop": true, "Requirements": [ "HasRangedWeapon", "HasAmmo", @@ -29,6 +30,19 @@ "!AutoShot" ] }, + { + "Name": "Stepback", + "Key": "S", + "PressDuration": 3000, + "BaseAction": true, + "Requirements": [ + "TargetsMe", + "LastAutoShotMs < 400", + "!InMeleeRange", + "AutoShot" + ], + "Interrupt": "RangedSwing < -500 && TargetAlive" + }, { "Name": "Raptor Strike", "Key": "4",