Advertisement
Guest User

Untitled

a guest
Sep 13th, 2016
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. # Executed before combat begins. Accepts non-harmful actions only.
  2.  
  3. actions.precombat=flask,type=flask_of_the_seventh_demon
  4. actions.precombat+=/food,type=seedbattered_fish_plate
  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=deadly_grace
  9. actions.precombat+=/augmentation,type=defiled
  10. actions.precombat+=/harpoon
  11.  
  12. # Executed every time the actor is available.
  13.  
  14. actions=auto_attack
  15. actions+=/arcane_torrent,if=focus.deficit>=30
  16. actions+=/blood_fury
  17. actions+=/berserking
  18. actions+=/potion,name=deadly_grace
  19. actions+=/steel_trap
  20. actions+=/explosive_trap
  21. actions+=/dragonsfire_grenade
  22. actions+=/caltrops
  23. actions+=/carve,cycle_targets=1,if=talent.serpent_sting.enabled&active_enemies>=3&(!dot.serpent_sting.ticking|dot.serpent_sting.remains<=gcd.max)
  24. actions+=/raptor_strike,cycle_targets=1,if=talent.serpent_sting.enabled&active_enemies<=2&(!dot.serpent_sting.ticking|dot.serpent_sting.remains<=gcd.max)|talent.way_of_the_moknathal.enabled&(buff.moknathal_tactics.remains<gcd.max|buff.moknathal_tactics.down)
  25. actions+=/aspect_of_the_eagle
  26. actions+=/fury_of_the_eagle,if=buff.mongoose_fury.up&(buff.mongoose_fury.stack=6|action.mongoose_bite.charges=0&cooldown.snake_hunter.remains|buff.mongoose_fury.remains<=gcd.max*2)
  27. actions+=/mongoose_bite,if=buff.aspect_of_the_eagle.up&(charges>=2|charges>=1&cooldown.mongoose_bite.remains<=2)|(buff.mongoose_fury.up|cooldown.fury_of_the_eagle.remains<5|charges=3)
  28. actions+=/a_murder_of_crows
  29. actions+=/lacerate,if=dot.lacerate.ticking&dot.lacerate.remains<=3|target.time_to_die>=5
  30. actions+=/snake_hunter,if=action.mongoose_bite.charges<=1&buff.mongoose_fury.remains>gcd.max*4|action.mongoose_bite.charges=0&buff.aspect_of_the_eagle.up
  31. actions+=/flanking_strike,if=talent.way_of_the_moknathal.enabled&(buff.moknathal_tactics.remains>=3)|!talent.way_of_the_moknathal.enabled
  32. actions+=/butchery,if=spell_targets.butchery>=2
  33. actions+=/carve,if=spell_targets.carve>=4
  34. actions+=/spitting_cobra
  35. actions+=/throwing_axes
  36. actions+=/raptor_strike,if=!talent.throwing_axes.enabled&focus>75-cooldown.flanking_strike.remains*focus.regen
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement