Advertisement
Guest User

Untitled

a guest
Mar 27th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.85 KB | None | 0 0
  1. # Executed before combat begins. Accepts non-harmful actions only.
  2. actions.precombat=flask,type=seventh_demon
  3. actions.precombat+=/augmentation,type=defiled
  4. actions.precombat+=/food,name=nightborne_delicacy_platter
  5. actions.precombat+=/snapshot_stats
  6. actions.precombat+=/potion,name=prolonged_power
  7. actions.precombat+=/lightning_shield
  8.  
  9. # Executed every time the actor is available.
  10. actions=wind_shear
  11. actions+=/bloodlust,if=target.health.pct<25|time>0.500
  12. actions+=/auto_attack
  13. actions+=/feral_spirit,if=!artifact.alpha_wolf.rank|(maelstrom>=20&cooldown.crash_lightning.remains<=gcd)
  14. actions+=/crash_lightning,if=artifact.alpha_wolf.rank&prev_gcd.1.feral_spirit
  15. actions+=/berserking,if=buff.ascendance.up|(feral_spirit.remains>5)|level<100
  16. actions+=/blood_fury,if=buff.ascendance.up|(feral_spirit.remains>5)|level<100
  17. actions+=/potion,name=prolonged_power,if=buff.berserking.up|target.time_to_die<=60
  18. actions+=/boulderfist,if=buff.boulderfist.remains<gcd|(maelstrom<=50&active_enemies>=3)
  19. actions+=/boulderfist,if=buff.boulderfist.remains<gcd|(charges_fractional>1.75&maelstrom<=100&active_enemies<=2)
  20. actions+=/rockbiter,if=talent.landslide.enabled&buff.landslide.remains<gcd
  21. #actions+=/rockbiter,if=talent.landslide.enabled&buff.landslide.remains<gcd&maelstrom<125&!buff.stormbringer.up
  22. actions+=/fury_of_air,if=!ticking&maelstrom>22
  23. actions+=/frostbrand,if=talent.hailstorm.enabled&buff.frostbrand.remains<gcd&((!talent.fury_of_air.enabled)|(talent.fury_of_air.enabled&maelstrom>25))
  24. actions+=/flametongue,if=buff.flametongue.remains<gcd|(cooldown.doom_winds.remains<6&buff.flametongue.remains<4)
  25. actions+=/doom_winds
  26. actions+=/crash_lightning,if=talent.crashing_storm.enabled&active_enemies>=3&(!talent.hailstorm.enabled|buff.frostbrand.remains>gcd)
  27. actions+=/earthen_spike
  28. actions+=/lightning_bolt,if=(talent.overcharge.enabled&maelstrom>=40&!talent.fury_of_air.enabled)|(talent.overcharge.enabled&talent.fury_of_air.enabled&maelstrom>46)
  29. actions+=/crash_lightning,if=buff.crash_lightning.remains<gcd&active_enemies>=2
  30. actions+=/windsong
  31. actions+=/ascendance,if=buff.stormbringer.react
  32. actions+=/windstrike,if=buff.stormbringer.react&((talent.fury_of_air.enabled&maelstrom>=26)|(!talent.fury_of_air.enabled))
  33. actions+=/stormstrike,if=buff.stormbringer.react&((talent.fury_of_air.enabled&maelstrom>=26)|(!talent.fury_of_air.enabled))
  34. actions+=/frostbrand,if=equipped.137084&talent.hot_hand.enabled&buff.hot_hand.react&!buff.frostbrand.up&((!talent.fury_of_air.enabled)|(talent.fury_of_air.enabled&maelstrom>25))
  35. actions+=/lava_lash,if=talent.hot_hand.enabled&buff.hot_hand.react
  36. actions+=/crash_lightning,if=active_enemies>=4
  37. actions+=/windstrike
  38. actions+=/stormstrike,if=talent.overcharge.enabled&cooldown.lightning_bolt.remains<gcd&maelstrom>80
  39. actions+=/stormstrike,if=talent.fury_of_air.enabled&maelstrom>46&(cooldown.lightning_bolt.remains>gcd|!talent.overcharge.enabled)
  40. actions+=/stormstrike,if=!talent.overcharge.enabled&!talent.fury_of_air.enabled
  41. actions+=/crash_lightning,if=((active_enemies>1|talent.crashing_storm.enabled|talent.boulderfist.enabled)&!set_bonus.tier19_4pc)|feral_spirit.remains>5
  42. actions+=/frostbrand,if=talent.hailstorm.enabled&buff.frostbrand.remains<4.8&((!talent.fury_of_air.enabled)|(talent.fury_of_air.enabled&maelstrom>25))
  43. actions+=/frostbrand,if=equipped.137084&!buff.frostbrand.up&((!talent.fury_of_air.enabled)|(talent.fury_of_air.enabled&maelstrom>25))
  44. actions+=/lava_lash,if=talent.fury_of_air.enabled&talent.overcharge.enabled&(set_bonus.tier19_4pc&maelstrom>=80)
  45. actions+=/lava_lash,if=talent.fury_of_air.enabled&!talent.overcharge.enabled&(set_bonus.tier19_4pc&maelstrom>=53)
  46. actions+=/lava_lash,if=(!set_bonus.tier19_4pc&maelstrom>=120)|(!talent.fury_of_air.enabled&set_bonus.tier19_4pc&maelstrom>=40)
  47. actions+=/flametongue,if=buff.flametongue.remains<4.8
  48. actions+=/sundering
  49. actions+=/rockbiter
  50. actions+=/flametongue
  51. actions+=/boulderfist
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement