Advertisement
moofzy

BM APL

May 17th, 2018
296
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  1. # Default consumables
  2. potion=prolonged_power
  3. flask=seventh_demon
  4. food=the_hungry_magister
  5. augmentation=defiled
  6.  
  7. # This default action priority list is automatically created based on your character.
  8. # It is a attempt to provide you with a action list that is both simple and practicable,
  9. # while resulting in a meaningful and good simulation. It may not result in the absolutely highest possible dps.
  10. # Feel free to edit, adapt and improve it to your own needs.
  11. # SimulationCraft is always looking for updates and improvements to the default action lists.
  12.  
  13. # Executed before combat begins. Accepts non-harmful actions only.
  14. actions.precombat=flask
  15. actions.precombat+=/augmentation
  16. actions.precombat+=/food
  17. actions.precombat+=/summon_pet
  18. actions.precombat+=/snapshot_stats
  19. actions.precombat+=/potion
  20. actions.precombat+=/aspect_of_the_wild
  21.  
  22. actions=auto_shot
  23. actions+=/use_items
  24. actions+=/berserking,if=cooldown.bestial_wrath.remains>30|buff.bestial_wrath.remains>8
  25. actions+=/blood_fury,if=cooldown.bestial_wrath.remains>30|buff.bestial_wrath.remains>8
  26. actions+=/ancestral_call,if=cooldown.bestial_wrath.remains>30|buff.bestial_wrath.remains>8
  27. actions+=/fireblood,if=cooldown.bestial_wrath.remains>30|buff.bestial_wrath.remains>8
  28. actions+=/potion,if=buff.bestial_wrath.up&buff.aspect_of_the_wild.up
  29. actions+=/barbed_shot,if=pet.cat.buff.frenzy.up&pet.cat.buff.frenzy.remains<=gcd.max
  30. actions+=/a_murder_of_crows
  31. actions+=/spitting_cobra
  32. actions+=/stampede,if=buff.bestial_wrath.up|cooldown.bestial_wrath.remains<gcd|target.time_to_die<15
  33. actions+=/aspect_of_the_wild
  34. actions+=/bestial_wrath,if=!buff.bestial_wrath.up
  35. actions+=/multishot,if=spell_targets>2&(pet.cat.buff.beast_cleave.remains<gcd.max|pet.cat.buff.beast_cleave.down)
  36. actions+=/chimaera_shot
  37. actions+=/kill_command
  38. actions+=/dire_beast
  39. actions+=/barbed_shot,if=pet.cat.buff.frenzy.down&charges_fractional>1.4|full_recharge_time<gcd.max|target.time_to_die<9
  40. actions+=/barrage
  41. actions+=/multishot,if=spell_targets>1&(pet.cat.buff.beast_cleave.remains<gcd.max|pet.cat.buff.beast_cleave.down)
  42. actions+=/cobra_shot,if=(active_enemies<2|cooldown.kill_command.remains>focus.time_to_max)&(buff.bestial_wrath.up&active_enemies>1|cooldown.kill_command.remains>1+gcd&cooldown.bestial_wrath.remains>focus.time_to_max|focus-cost+focus.regen*(cooldown.kill_command.remains-1)>action.kill_command.cost)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement