Advertisement
Guest User

BM APL for essences

a guest
Jun 26th, 2019
588
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. actions.st="barbed_shot,if=pet.cat.buff.frenzy.up&pet.cat.buff.frenzy.remains<=gcd.max|full_recharge_time<gcd.max&cooldown.bestial_wrath.remains|azerite.primal_instincts.enabled&cooldown.aspect_of_the_wild.remains<gcd"
  2. actions.st+="/focused_azerite_beam"
  3. actions.st+="/concentrated_flame"
  4. actions.st+="/blood_of_the_enemy"
  5. actions.st+="/guardian_of_azeroth"
  6. actions.st+="/worldvein_resonance"
  7. actions.st+="/memory_of_lucid_dreams"
  8. actions.st+="/purifying_blast"
  9. actions.st+="/ripple_in_space"
  10. actions.st+="/the_unbound_force,if=buff.reckless_force.up|target.time_to_die<5"
  11. actions.st+="/aspect_of_the_wild"
  12. actions.st+="/a_murder_of_crows"
  13. actions.st+="/stampede,if=buff.aspect_of_the_wild.up&buff.bestial_wrath.up|target.time_to_die<15"
  14. actions.st+="/bestial_wrath,if=cooldown.aspect_of_the_wild.remains>20|target.time_to_die<15"
  15. actions.st+="/kill_command"
  16. actions.st+="/chimaera_shot"
  17. actions.st+="/dire_beast"
  18. actions.st+="/barbed_shot,if=pet.cat.buff.frenzy.down&(charges_fractional>1.8|buff.bestial_wrath.up)|cooldown.aspect_of_the_wild.remains<pet.cat.buff.frenzy.duration-gcd&azerite.primal_instincts.enabled|azerite.dance_of_death.rank>1&buff.dance_of_death.down&crit_pct_current>40|target.time_to_die<9"
  19. actions.st+="/barrage"
  20. actions.st+="/cobra_shot,if=(focus-cost+focus.regen*(cooldown.kill_command.remains-1)>action.kill_command.cost|cooldown.kill_command.remains>1+gcd)&cooldown.kill_command.remains>1"
  21. actions.st+="/spitting_cobra"
  22. actions.st+="/barbed_shot,if=charges_fractional>1.4"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement