Advertisement
Hekili

Untitled

Jan 21st, 2017
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.61 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+=/food,type=fishbrul_special
  4. actions.precombat+=/summon_pet
  5. # Snapshot raid buffed stats before combat begins and pre-potting is done.
  6. actions.precombat+=/snapshot_stats
  7. actions.precombat+=/potion,name=old_war
  8. actions.precombat+=/augmentation,type=defiled
  9. actions.precombat+=/explosive_trap
  10. actions.precombat+=/dragonsfire_grenade
  11. actions.precombat+=/harpoon
  12.  
  13. # Executed every time the actor is available.
  14. actions=auto_attack
  15. actions+=/arcane_torrent,if=focus.deficit>=30
  16. actions+=/berserking
  17. actions+=/blood_fury
  18. actions+=/potion,name=old_war,if=buff.aspect_of_the_eagle.remains
  19. actions+=/call_action_list,name=hekili
  20.  
  21. actions.hekili=wait,sec=0,if=health=0
  22. actions.hekili+=/a_murder_of_crows
  23. actions.hekili+=/raptor_strike,if=talent.way_of_the_moknathal.enabled&buff.moknathal_tactics.stack<4
  24. actions.hekili+=/raptor_strike,if=talent.way_of_the_moknathal.enabled&buff.moknathal_tactics.remains<gcd
  25. actions.hekili+=/lacerate,if=dot.lacerate.remains<3.6
  26. actions.hekili+=/aspect_of_the_eagle,if=buff.mongoose_fury.remains>10
  27. actions.hekili+=/aspect_of_the_eagle,if=cooldown.mongoose_bite.charges_fractional>=2.75&buff.mongoose_fury.down
  28. actions.hekili+=/mongoose_bite,if=cooldown.mongoose_bite.charges_fractional>=2.75&(cooldown.aspect_of_the_eagle.remains<=6|cooldown.aspect_of_the_eagle.remains>14)
  29. actions.hekili+=/fury_of_the_eagle,if=(!talent.way_of_the_moknathal.enabled|buff.moknathal_tactics.remains>cast_time)&(buff.mongoose_fury.stack=6|(buff.mongoose_fury.stack>=3&buff.mongoose_fury.remains<=gcd))
  30. actions.hekili+=/mongoose_bite,if=buff.aspect_of_the_eagle.up&buff.mongoose_fury.up
  31. actions.hekili+=/mongoose_bite,if=buff.mongoose_fury.up
  32. actions.hekili+=/snake_hunter,if=cooldown.mongoose_bite.charges=0&buff.mongoose_fury.remains>gcd*3
  33. actions.hekili+=/flanking_strike,if=buff.mongoose_fury.up&buff.mongoose_fury.remains>gcd*2&cooldown.mongoose_bite.charges<2&focus>50-(focus.regen*gcd)
  34. actions.hekili+=/explosive_trap
  35. actions.hekili+=/caltrops,if=!dot.caltrops_tick.ticking
  36. actions.hekili+=/butchery,if=active_enemies>1
  37. actions.hekili+=/carve,if=active_enemies>1&talent.serpent_sting.enabled&!dot.serpent_sting.ticking
  38. actions.hekili+=/raptor_strike,if=active_enemies=1&talent.serpent_sting.enabled&!dot.serpent_sting.ticking
  39. actions.hekili+=/throwing_axes
  40. actions.hekili+=/flanking_strike,if=active_enemies=1&focus>50-(focus.regen*gcd)
  41. actions.hekili+=/raptor_strike,if=active_enemies=1&focus.time_to_max<=gcd
  42. actions.hekili+=/carve,if=active_enemies>1&focus.time_to_max<=gcd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement