Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.81 KB | None | 0 0
  1.  
  2. #actions.precombat=flask
  3. #actions.precombat+=/food
  4. #actions.precombat+=/augmentation
  5. actions.precombat=moonkin_form
  6. actions.precombat+=/blessing_of_elune
  7. # Snapshot raid buffed stats before combat begins and pre-potting is done.
  8. actions.precombat+=/snapshot_stats
  9. #actions.precombat+=/potion
  10. actions.precombat+=/solar_wrath
  11.  
  12. # Executed every time the actor is available.
  13. #actions=potion,name=potion_of_prolonged_power,if=buff.celestial_alignment.up|buff.incarnation.up
  14. actions=blessing_of_elune,if=active_enemies<=2
  15. actions+=/blessing_of_anshe,if=active_enemies>=3
  16. actions+=/blood_fury,if=buff.celestial_alignment.up|buff.incarnation.up
  17. actions+=/berserking,if=buff.celestial_alignment.up|buff.incarnation.up
  18. actions+=/arcane_torrent,if=buff.celestial_alignment.up|buff.incarnation.up
  19. actions+=/lights_judgment,if=buff.celestial_alignment.up|buff.incarnation.up
  20. actions+=/use_items
  21. actions+=/warrior_of_elune
  22. actions+=/incarnation,if=astral_power>=80|(astral_power>=40&!talent.fury_of_elune.enabled)
  23. actions+=/celestial_alignment,if=astral_power>=80|(astral_power>=40&!talent.fury_of_elune.enabled)
  24. actions+=/call_action_list,name=aoe,if=(spell_targets.starfall>=2&talent.stellar_drift.enabled)|spell_targets.starfall>=3
  25. actions+=/call_action_list,name=st
  26.  
  27. actions.st+=/fury_of_elune,if=(buff.celestial_alignment.up|buff.incarnation.up)|(cooldown.celestial_alignment.remains>30|cooldown.incarnation.remains>30)
  28. #actions.st+=/force_of_nature,if=(buff.celestial_alignment.up|buff.incarnation.up)|(cooldown.celestial_alignment.remains>30|cooldown.incarnation.remains>30)
  29. #actions.st+=/force_of_nature
  30. actions.st+=/stellar_flare,target_if=refreshable,if=target.time_to_die>10
  31. actions.st+=/moonfire,target_if=refreshable,if=((talent.natures_balance.enabled&remains<3)|remains<6.6)&target.time_to_die>8
  32. actions.st+=/sunfire,target_if=refreshable,if=((talent.natures_balance.enabled&remains<3)|remains<5.4)&target.time_to_die>8
  33. actions.st+=/solar_wrath,if=buff.solar_empowerment.stack=3&astral_power.deficit>10
  34. actions.st+=/lunar_strike,if=buff.lunar_empowerment.stack=3&astral_power.deficit>15
  35. actions.st+=/starsurge,if=((cooldown.fury_of_elune.remains>15|!talent.fury_of_elune.enabled)&(astral_power.deficit<40|buff.celestial_alignment.up|buff.incarnation.up))|(cooldown.fury_of_elune.remains<15&astral_power.deficit<20)|(gcd.max*(astral_power%40))>target.time_to_die
  36. actions.st+=/new_moon,if=astral_power.deficit>10
  37. actions.st+=/half_moon,if=astral_power.deficit>20
  38. actions.st+=/full_moon,if=astral_power.deficit>40
  39. actions.st+=/lunar_strike,if=buff.warrior_of_elune.up&buff.lunar_empowerment.up
  40. actions.st+=/solar_wrath,if=buff.solar_empowerment.up
  41. actions.st+=/lunar_strike,if=buff.lunar_empowerment.up
  42. actions.st+=/solar_wrath
  43.  
  44. actions.aoe=starfall,if=buff.stellar_empowerment.remains<gcd.max*2|astral_power.deficit<22.5|(buff.celestial_alignment.remains>8|buff.incarnation.remains>8)|target.time_to_die<8
  45. actions.aoe+=/stellar_flare,target_if=refreshable,if=target.time_to_die>10
  46. actions.aoe+=/sunfire,target_if=refreshable,if=astral_power.deficit>7&target.time_to_die>4
  47. actions.aoe+=/moonfire,target_if=refreshable,if=astral_power.deficit>7&target.time_to_die>4
  48. actions.aoe+=/force_of_nature
  49. actions.aoe+=/starsurge,if=buff.oneths_intuition.react&(!buff.astral_acceleration.up|buff.astral_acceleration.remains>5|astral_power.deficit<44)
  50. actions.aoe+=/new_moon,if=astral_power.deficit>14&(!(buff.celestial_alignment.up|buff.incarnation.up)|(charges=2&recharge_time<5)|charges=3)
  51. actions.aoe+=/half_moon,if=astral_power.deficit>24
  52. actions.aoe+=/full_moon,if=astral_power.deficit>44
  53. actions.aoe+=/lunar_strike,if=buff.warrior_of_elune.up
  54. actions.aoe+=/solar_wrath,if=buff.solar_empowerment.up
  55. actions.aoe+=/lunar_strike,if=buff.lunar_empowerment.up
  56. actions.aoe+=/lunar_strike,if=spell_targets.lunar_strike>=4|spell_haste<0.45
  57. actions.aoe+=/solar_wrath
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement