Advertisement
Hekili

Untitled

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