Advertisement
Guest User

Untitled

a guest
Jul 30th, 2016
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1.  
  2. # Action List
  3. actions=auto_attack
  4. actions+=/potion,name=draenic_agility,if=buff.bloodlust.react|target.time_to_die<=25
  5. actions+=/steel_trap,if=talent.steel_trap.enabled
  6. actions+=/explosive_trap
  7. actions+=/dragonsfire_grenade
  8. actions+=/carve,cycle_targets=1,if=talent.serpent_sting.enabled&active_enemies>=3&(!dot.serpent_sting.ticking|dot.serpent_sting.remains<=gcd.max)
  9. 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)
  10. actions+=/aspect_of_the_eagle
  11. actions+=/call_action_list,name=fury
  12. actions+=/call_action_list,name=mongoose
  13. actions+=/call_action_list,name=snake
  14. actions+=/lacerate,if=dot.lacerate.ticking&dot.lacerate.remains<=3|target.time_to_die>=5
  15. actions+=/flanking_strike,if=talent.way_of_the_moknathal.enabled&(focus>=55&buff.moknathal_tactics.remains>=3)|focus>=55
  16. actions+=/carve,if=spell_targets.carve>=4
  17. actions+=/throwing_axes
  18. actions+=/raptor_strike,if=!talent.throwing_axes.enabled&focus>75-cooldown.flanking_strike.remains*focus.regen
  19.  
  20. # Fury of the Eagle
  21. actions.fury=fury_of_the_eagle,if=buff.mongoose_fury.up&buff.mongoose_fury.stack=6
  22. actions.fury+=/fury_of_the_eagle,if=buff.mongoose_fury.up&buff.mongoose_fury.stack=6&action.mongoose_bite.charges=0
  23. actions.fury+=/fury_of_the_eagle,if=buff.mongoose_fury.up&action.mongoose_bite.charges=0&cooldown.snake_hunter.remains
  24. actions.fury+=/fury_of_the_eagle,if=buff.mongoose_fury.up&buff.mongoose_fury.remains<=gcd.max*2
  25. # ...etc
  26.  
  27. # Mongoose Bite
  28. actions.mongoose=mongoose_bite,if=buff.aspect_of_the_eagle.up&!cooldown.snake_hunter.remains&charges=3
  29. actions.mongoose+=/mongoose_bite,if=buff.aspect_of_the_eagle.up&(charges>=2|charges>=1&cooldown.mongoose_bite.remains<=2)
  30. actions.mongoose+=/mongoose_bite,if=buff.mongoose_fury.up|cooldown.fury_of_the_eagle.remains<5|charges=3
  31. # ...etc
  32.  
  33. # Snake Hunter
  34. actions.snake=snake_hunter,if=action.mongoose_bite.charges=0&buff.aspect_of_the_eagle.up
  35. actions.snake+=/snake_hunter,if=action.mongoose_bite.charges<=1&buff.mongoose_fury.remains>gcd.max*4
  36. # ...etc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement