From 502b77383d7bd96746d84292be06a356c5134a04 Mon Sep 17 00:00:00 2001 From: Aykeron Date: Tue, 30 Jun 2026 12:37:20 +0200 Subject: [PATCH] [Hunter] Update BM PL AoE APL --- engine/class_modules/apl/apl_hunter.cpp | 2 +- engine/class_modules/apl/hunter/bm.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/engine/class_modules/apl/apl_hunter.cpp b/engine/class_modules/apl/apl_hunter.cpp index ef72d09c82b..27581210e05 100644 --- a/engine/class_modules/apl/apl_hunter.cpp +++ b/engine/class_modules/apl/apl_hunter.cpp @@ -102,7 +102,7 @@ void beast_mastery( player_t* p ) cleave->add_action( "wild_thrash,if=talent.beast_cleave" ); cleave->add_action( "bestial_wrath,if=!prev.wild_thrash" ); cleave->add_action( "wild_thrash,if=!talent.beast_cleave" ); - cleave->add_action( "kill_command,if=buff.natures_ally.react|talent.master_handler&(active_enemies>3|howl_summon.ready)" ); + cleave->add_action( "kill_command,if=cooldown.bestial_wrath.remains>gcd&(buff.natures_ally.react|talent.master_handler&(active_enemies>3|howl_summon.ready))" ); cleave->add_action( "cobra_shot,if=cooldown.wild_thrash.remains>gcd&buff.hogstrider.up&active_enemies<4" ); cleave->add_action( "barbed_shot,target_if=min:dot.barbed_shot.remains|max_prio_damage" ); cleave->add_action( "cobra_shot,if=talent.beast_cleave&cooldown.wild_thrash.remains>gcd|!talent.beast_cleave" ); diff --git a/engine/class_modules/apl/hunter/bm.txt b/engine/class_modules/apl/hunter/bm.txt index 65752ea6603..a872b446140 100644 --- a/engine/class_modules/apl/hunter/bm.txt +++ b/engine/class_modules/apl/hunter/bm.txt @@ -23,7 +23,7 @@ actions.cleave=barbed_shot,target_if=min:dot.barbed_shot.remains|max_prio_damage actions.cleave+=/wild_thrash,if=talent.beast_cleave actions.cleave+=/bestial_wrath,if=!prev.wild_thrash actions.cleave+=/wild_thrash,if=!talent.beast_cleave -actions.cleave+=/kill_command,if=buff.natures_ally.react|talent.master_handler&(active_enemies>3|howl_summon.ready) +actions.cleave+=/kill_command,if=cooldown.bestial_wrath.remains>gcd&(buff.natures_ally.react|talent.master_handler&(active_enemies>3|howl_summon.ready)) actions.cleave+=/cobra_shot,if=cooldown.wild_thrash.remains>gcd&buff.hogstrider.up&active_enemies<4 actions.cleave+=/barbed_shot,target_if=min:dot.barbed_shot.remains|max_prio_damage actions.cleave+=/cobra_shot,if=talent.beast_cleave&cooldown.wild_thrash.remains>gcd|!talent.beast_cleave