Advertisement
Agiliter

BM APL

Nov 2nd, 2016
389
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. # Executed before combat begins. Accepts non-harmful actions only.
  2. actions.precombat=flask,type=flask_of_the_seventh_demon
  3. actions.precombat+=/augmentation,type=defiled
  4. actions.precombat+=/food,type=nightborne_delicacy_platter
  5. actions.precombat+=/summon_pet
  6. # Snapshot raid buffed stats before combat begins and pre-potting is done.
  7. actions.precombat+=/snapshot_stats
  8. actions.precombat+=/potion,name=potion_of_prolonged_power
  9. actions.precombat+=/volley,toggle=on
  10.  
  11. # Executed every time the actor is available.
  12. actions=auto_shot
  13. actions+=/arcane_torrent,if=focus.deficit>=30
  14. actions+=/blood_fury
  15. actions+=/berserking
  16. actions+=/potion,name=potion_of_prolonged_power
  17. actions+=/a_murder_of_crows
  18. actions+=/stampede,if=buff.bloodlust.up|buff.bestial_wrath.up|cooldown.bestial_wrath.remains<=2|target.time_to_die<=14
  19. actions+=/dire_beast,if=cooldown.bestial_wrath.remains>3
  20. actions+=/dire_frenzy,if=cooldown.bestial_wrath.remains>6|target.time_to_die<9
  21. actions+=/aspect_of_the_wild,if=buff.bestial_wrath.up|target.time_to_die<12
  22. actions+=/barrage,if=spell_targets>1
  23. actions+=/titans_thunder,if=talent.dire_frenzy.enabled|cooldown.dire_beast.remains>=3|buff.bestial_wrath.up&pet.dire_beast.active
  24. actions+=/bestial_wrath
  25. actions+=/multi_shot,if=spell_targets>4&(pet.buff.beast_cleave.remains<gcd.max|pet.buff.beast_cleave.down)
  26. actions+=/kill_command
  27. actions+=/multi_shot,if=spell_targets>1&(pet.buff.beast_cleave.remains<gcd.max*2|pet.buff.beast_cleave.down)
  28. actions+=/chimaera_shot,if=focus<90
  29. actions+=/cobra_shot,if=cooldown.kill_command.remains>focus.time_to_max&cooldown.bestial_wrath.remains>focus.time_to_max|(buff.bestial_wrath.up&focus.regen*cooldown.kill_command.remains>30)|target.time_to_die<cooldown.kill_command.remains
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement