Skip to content

Commit ef4e2d3

Browse files
KholerwwSaeldur
authored andcommitted
[Monk] Update apl_monk.cpp
changes to windwalker apl for 26th Nov buffs Include bok lines and removal of unnecessary lines hopefully works
1 parent 0ee3229 commit ef4e2d3

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

engine/class_modules/apl/apl_monk.cpp

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -618,6 +618,7 @@ void windwalker( player_t *p )
618618
default_aoe->add_action(
619619
"rising_sun_kick,target_if=min:debuff.mark_of_the_crane.remains,if=buff.pressure_point.up&cooldown.fists_of_fury."
620620
"remains>2" );
621+
default_aoe->add_action("blackout_kick,target_if=min:debuff.mark_of_the_crane.remains,if=talent.shadowboxing_treads&talent.courageous_impulse&combo_strike&buff.bok_proc.stack=2" );
621622
default_aoe->add_action(
622623
"spinning_crane_kick,target_if=max:target.time_to_die,if=combo_strike&buff.dance_of_chiji.up&spinning_crane_kick."
623624
"max" );
@@ -642,6 +643,7 @@ void windwalker( player_t *p )
642643
default_aoe->add_action(
643644
"blackout_kick,target_if=min:debuff.mark_of_the_crane.remains,if=combo_strike&!cooldown.fists_of_fury.remains&"
644645
"chi<3" );
646+
default_aoe->add_action( "blackout_kick,target_if=min:debuff.mark_of_the_crane.remains,if=talent.shadowboxing_treads&talent.courageous_impulse&combo_strike&buff.bok_proc.up" );
645647
default_aoe->add_action( "spinning_crane_kick,if=combo_strike&(chi>3|energy>55)" );
646648
default_aoe->add_action(
647649
"blackout_kick,target_if=min:debuff.mark_of_the_crane.remains,if=combo_strike&(buff.ordered_elements.up|buff.bok_"
@@ -724,14 +726,14 @@ void windwalker( player_t *p )
724726
"rising_sun_kick,target_if=max:target.time_to_die,if=chi>4&(active_enemies<3|talent.glory_of_the_dawn)|chi>2&"
725727
"energy>50&(active_enemies<3|talent.glory_of_the_dawn)|cooldown.fists_of_fury.remains>2&(active_enemies<3|talent."
726728
"glory_of_the_dawn)" );
729+
default_cleave->add_action( "blackout_kick,target_if=min:debuff.mark_of_the_crane.remains,if=talent.shadowboxing_treads&talent.courageous_impulse&combo_strike&buff.bok_proc.stack=2" );
727730
default_cleave->add_action(
728731
"blackout_kick,target_if=min:debuff.mark_of_the_crane.remains,if=buff.teachings_of_the_monastery.stack=4&!talent."
729732
"knowledge_of_the_broken_temple&talent.shadowboxing_treads&active_enemies<3" );
730733
default_cleave->add_action(
731734
"spinning_crane_kick,target_if=max:target.time_to_die,if=combo_strike&buff.dance_of_chiji.up" );
732-
default_cleave->add_action(
733-
"spinning_crane_kick,target_if=max:target.time_to_die,if=combo_strike&buff.ordered_elements.up&talent.crane_"
734-
"vortex&active_enemies>2" );
735+
default_cleave->add_action( "blackout_kick,target_if=min:debuff.mark_of_the_crane.remains,if=talent.shadowboxing_treads&talent.courageous_impulse&combo_strike&buff.bok_proc.up" );
736+
735737
default_cleave->add_action(
736738
"tiger_palm,target_if=min:debuff.mark_of_the_crane.remains,if=combo_strike&energy.time_to_max<=gcd.max*3&talent."
737739
"flurry_strikes&active_enemies<5" );
@@ -837,6 +839,7 @@ void windwalker( player_t *p )
837839
"blackout_kick,target_if=min:debuff.mark_of_the_crane.remains,if=buff.teachings_of_the_monastery.stack=4&!talent."
838840
"knowledge_of_the_broken_temple&cooldown.rising_sun_kick.remains>1&cooldown.fists_of_fury.remains>2" );
839841
default_st->add_action( "spinning_crane_kick,if=buff.dance_of_chiji.stack=2&combo_strike" );
842+
default_st->add_action( "blackout_kick,target_if=min:debuff.mark_of_the_crane.remains,if=talent.courageous_impulse&combo_strike&buff.bok_proc.stack=2" );
840843
default_st->add_action(
841844
"blackout_kick,target_if=min:debuff.mark_of_the_crane.remains,if=combo_strike&buff.ordered_elements.up&cooldown."
842845
"rising_sun_kick.remains>1&cooldown.fists_of_fury.remains>2" );

0 commit comments

Comments
 (0)