Advertisement
Gebuz

Boomkin APL

Oct 24th, 2016
1,206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.22 KB | None | 0 0
  1. # Executed before combat begins. Accepts non-harmful actions only.
  2.  
  3. actions.precombat=flask,type=flask_of_the_whispered_pact
  4. actions.precombat+=/food,type=azshari_salad
  5. actions.precombat+=/moonkin_form
  6. actions.precombat+=/blessing_of_elune
  7. actions.precombat+=/augmentation,type=defiled
  8. # Snapshot raid buffed stats before combat begins and pre-potting is done.
  9. actions.precombat+=/snapshot_stats
  10. actions.precombat+=/potion,name=deadly_grace
  11. actions.precombat+=/solar_wrath
  12.  
  13. # Executed every time the actor is available.
  14.  
  15. actions=potion,name=deadly_grace,if=buff.celestial_alignment.up|buff.incarnation.up
  16. actions+=/use_item,slot=trinket1
  17. actions+=/use_item,slot=trinket2
  18. #actions+=/use_item,slot=finger2,if=(buff.celestial_alignment.up|buff.incarnation.up)
  19. actions+=/blessing_of_elune,if=active_enemies<=2&talent.blessing_of_the_ancients.enabled&buff.blessing_of_elune.down
  20. actions+=/blessing_of_anshe,if=active_enemies>=3&talent.blessing_of_the_ancients.enabled&buff.blessing_of_anshe.down
  21. actions+=/call_action_list,name=ed,if=equipped.the_emerald_dreamcatcher
  22. #actions+=/moonfire,if=(talent.natures_balance.enabled&remains<3)|(remains<6.6&!talent.natures_balance.enabled)
  23. actions+=/moonfire,cycle_targets=1,max_cycle_targets=3,if=remains<6.6&target.time_to_die>10&buff.fury_of_elune_up.down
  24. actions+=/sunfire,if=(talent.natures_balance.enabled&remains<3)|(remains<5.4&!talent.natures_balance.enabled)
  25. actions+=/call_action_list,name=fury_of_elune,if=talent.fury_of_elune.enabled&cooldown.fury_of_elune.remains<target.time_to_die
  26. actions+=/new_moon,if=(charges=2&recharge_time<5)|charges=3
  27. actions+=/half_moon,if=(charges=2&recharge_time<5)|charges=3|(target.time_to_die<15&charges=2)|buff.incarnation.up
  28. actions+=/berserking,if=(buff.celestial_alignment.up|buff.incarnation.up)
  29. actions+=/full_moon,if=buff.berserking.up|buff.incarnation.up
  30. actions+=/full_moon,if=(charges=2&recharge_time<5)|charges=3|target.time_to_die<15
  31. actions+=/stellar_flare,cycle_targets=1,max_cycle_targets=4,if=active_enemies<4&remains<7.2&astral_power>=15
  32. actions+=/starfall,if=buff.oneths_overconfidence.up
  33. actions+=/astral_communion,if=astral_power.deficit>=75
  34. actions+=/incarnation,if=astral_power>=40
  35. actions+=/celestial_alignment,if=astral_power>=40
  36. actions+=/solar_wrath,if=buff.solar_empowerment.stack=3
  37. actions+=/lunar_strike,if=buff.lunar_empowerment.stack=3
  38. actions+=/call_action_list,name=celestial_alignment_phase,if=buff.celestial_alignment.up|buff.incarnation.up
  39. actions+=/call_action_list,name=single_target
  40.  
  41. actions.fury_of_elune=incarnation,if=astral_power>=95&cooldown.fury_of_elune.remains<=gcd
  42. actions.fury_of_elune+=/fury_of_elune,if=astral_power>=95
  43. actions.fury_of_elune+=/new_moon,if=((charges=2&recharge_time<5)|charges=3)&&(buff.fury_of_elune_up.up|(cooldown.fury_of_elune.remains>gcd*3&astral_power<=90))
  44. actions.fury_of_elune+=/half_moon,if=((charges=2&recharge_time<5)|charges=3)&&(buff.fury_of_elune_up.up|(cooldown.fury_of_elune.remains>gcd*3&astral_power<=80))
  45. actions.fury_of_elune+=/full_moon,if=((charges=2&recharge_time<5)|charges=3)&&(buff.fury_of_elune_up.up|(cooldown.fury_of_elune.remains>gcd*3&astral_power<=60))
  46. actions.fury_of_elune+=/astral_communion,if=buff.fury_of_elune_up.up&astral_power<=25
  47. actions.fury_of_elune+=/warrior_of_elune,if=buff.fury_of_elune_up.up|(cooldown.fury_of_elune.remains>=35&buff.lunar_empowerment.up)
  48. actions.fury_of_elune+=/lunar_strike,if=buff.warrior_of_elune.up&(astral_power<=90|(astral_power<=85&buff.incarnation.up))
  49. actions.fury_of_elune+=/new_moon,if=astral_power<=90&buff.fury_of_elune_up.up
  50. actions.fury_of_elune+=/half_moon,if=astral_power<=80&buff.fury_of_elune_up.up&astral_power>cast_time*12
  51. actions.fury_of_elune+=/full_moon,if=astral_power<=60&buff.fury_of_elune_up.up&astral_power>cast_time*12
  52. actions.fury_of_elune+=/moonfire,if=buff.fury_of_elune_up.down&remains<=6.6
  53. actions.fury_of_elune+=/sunfire,if=buff.fury_of_elune_up.down&remains<=5.4
  54. actions.fury_of_elune+=/stellar_flare,if=remains<7.2&active_enemies=1
  55. actions.fury_of_elune+=/starfall,if=(active_enemies>=2&talent.stellar_flare.enabled|active_enemies>=3)&buff.fury_of_elune_up.down&cooldown.fury_of_elune.remains>10
  56. actions.fury_of_elune+=/starsurge,if=active_enemies<=2&buff.fury_of_elune_up.down&cooldown.fury_of_elune.remains>7
  57. actions.fury_of_elune+=/solar_wrath,if=buff.solar_empowerment.up
  58. actions.fury_of_elune+=/lunar_strike,if=buff.lunar_empowerment.stack=3|(buff.lunar_empowerment.remains<5&buff.lunar_empowerment.up)|active_enemies>=2
  59. actions.fury_of_elune+=/solar_wrath
  60.  
  61. actions.celestial_alignment_phase=starfall,if=(active_enemies>=2&talent.stellar_flare.enabled|active_enemies>=3)&((talent.fury_of_elune.enabled&cooldown.fury_of_elune.remains>12&buff.fury_of_elune_up.down)|!talent.fury_of_elune.enabled)
  62. actions.celestial_alignment_phase+=/starsurge,if=active_enemies<=2
  63. actions.celestial_alignment_phase+=/warrior_of_elune
  64. actions.celestial_alignment_phase+=/lunar_strike,if=buff.warrior_of_elune.up
  65. actions.celestial_alignment_phase+=/solar_wrath,if=buff.solar_empowerment.up
  66. actions.celestial_alignment_phase+=/lunar_strike,if=buff.lunar_empowerment.up
  67. actions.celestial_alignment_phase+=/solar_wrath,if=talent.natures_balance.enabled&dot.sunfire_dmg.remains<5&cast_time<dot.sunfire_dmg.remains
  68. actions.celestial_alignment_phase+=/lunar_strike,if=talent.natures_balance.enabled&dot.moonfire_dmg.remains<5&cast_time<dot.moonfire_dmg.remains|active_enemies>=2
  69. actions.celestial_alignment_phase+=/solar_wrath
  70.  
  71. actions.single_target=new_moon,if=astral_power<=90
  72. actions.single_target+=/half_moon,if=astral_power<=80
  73. actions.single_target+=/full_moon,if=astral_power<=60
  74. actions.single_target+=/starfall,if=(active_enemies>=2&talent.stellar_flare.enabled|active_enemies>=3)&((talent.fury_of_elune.enabled&cooldown.fury_of_elune.remains>12&buff.fury_of_elune_up.down)|!talent.fury_of_elune.enabled)
  75. actions.single_target+=/starsurge,if=active_enemies<=2
  76. actions.single_target+=/warrior_of_elune
  77. actions.single_target+=/lunar_strike,if=buff.warrior_of_elune.up
  78. actions.single_target+=/solar_wrath,if=buff.solar_empowerment.up
  79. actions.single_target+=/lunar_strike,if=buff.lunar_empowerment.up
  80. actions.single_target+=/solar_wrath,if=talent.natures_balance.enabled&dot.sunfire_dmg.remains<5&cast_time<dot.sunfire_dmg.remains
  81. actions.single_target+=/lunar_strike,if=talent.natures_balance.enabled&dot.moonfire_dmg.remains<5&cast_time<dot.moonfire_dmg.remains|active_enemies>=2
  82. actions.single_target+=/solar_wrath
  83.  
  84. #assumes bota and 30% static haste
  85. actions.ed=astral_communion,if=astral_power.deficit>=75&buff.the_emerald_dreamcatcher.up
  86. actions.ed+=/incarnation,if=astral_power>=20|buff.the_emerald_dreamcatcher.stack>1
  87. actions.ed+=/celestial_alignment,if=astral_power>=20|buff.the_emerald_dreamcatcher.stack>1
  88. actions.ed+=/new_moon,if=astral_power<=90&((charges=2&recharge_time<5)|charges=3)&buff.the_emerald_dreamcatcher.remains>execute_time&!buff.incarnation.up
  89. actions.ed+=/half_moon,if=astral_power<=80&((charges=2&recharge_time<5)|charges=3)&buff.the_emerald_dreamcatcher.remains>execute_time
  90. actions.ed+=/full_moon,if=astral_power<=60&((charges=2&recharge_time<5)|charges=3)&buff.the_emerald_dreamcatcher.remains>execute_time
  91. actions.ed+=/lunar_strike,if=buff.lunar_empowerment.up&buff.the_emerald_dreamcatcher.remains>execute_time&buff.the_emerald_dreamcatcher.remains<gcd.max&astral_power<=77.5
  92. actions.ed+=/solar_wrath,if=buff.solar_empowerment.up&buff.the_emerald_dreamcatcher.remains>execute_time&buff.the_emerald_dreamcatcher.remains<gcd.max&astral_power<=85
  93. actions.ed+=/starsurge,if=(buff.the_emerald_dreamcatcher.up&buff.the_emerald_dreamcatcher.remains<gcd.max)|astral_power>=90|((buff.celestial_alignment.up|buff.incarnation.up)&astral_power>=85)|(buff.the_emerald_dreamcatcher.up&astral_power>=77.5&(buff.celestial_alignment.up|buff.incarnation.up))
  94. actions.ed+=/stellar_flare,cycle_targets=1,max_cycle_targets=4,if=active_enemies<4&remains<7.2&astral_power>=15
  95. actions.ed+=/moonfire,if=(talent.natures_balance.enabled&remains<3)|(remains<6.6&!talent.natures_balance.enabled)
  96. actions.ed+=/sunfire,if=(talent.natures_balance.enabled&remains<3)|(remains<5.4&!talent.natures_balance.enabled)
  97. actions.ed+=/starfall,if=buff.oneths_overconfidence.up&buff.the_emerald_dreamcatcher.remains>execute_time&remains<2
  98. actions.ed+=/solar_wrath,if=buff.solar_empowerment.stack>1&buff.the_emerald_dreamcatcher.remains>2*execute_time&dot.moonfire.remains>5&astral_power>=6
  99. actions.ed+=/solar_wrath,if=buff.solar_empowerment.up&buff.the_emerald_dreamcatcher.remains>execute_time&astral_power>=10&dot.sunfire.remains<5.4&dot.moonfire.remains>6.6
  100. actions.ed+=/lunar_strike,if=buff.lunar_empowerment.up&buff.the_emerald_dreamcatcher.remains>execute_time&astral_power>=5&(!(buff.celestial_alignment.up|buff.incarnation.up)|(buff.celestial_alignment.up|buff.incarnation.up)&astral_power<=77)
  101. actions.ed+=/solar_wrath,if=buff.solar_empowerment.up&buff.the_emerald_dreamcatcher.remains>execute_time&astral_power>=10
  102. actions.ed+=/starfall,if=buff.oneths_overconfidence.up&remains<2
  103. actions.ed+=/full_moon,if=astral_power<=60
  104. actions.ed+=/half_moon,if=astral_power<=80
  105. actions.ed+=/new_moon,if=astral_power<=90
  106. actions.ed+=/solar_wrath,if=buff.solar_empowerment.stack>2
  107. actions.ed+=/solar_wrath,if=buff.solar_empowerment.up
  108. actions.ed+=/lunar_strike,if=buff.lunar_empowerment.up
  109. actions.ed+=/solar_wrath
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement