Advertisement
Botis

BDruid APL

Sep 15th, 2016
458
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.67 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+=/augmentation,type=defiled
  6. actions.precombat+=/moonkin_form
  7. actions.precombat+=/blessing_of_elune
  8. actions.precombat+=/snapshot_stats
  9. actions.precombat+=/potion,name=deadly_grace
  10. actions.precombat+=/solar_wrath
  11.  
  12. # Executed every time the actor is available.
  13.  
  14. actions=potion,name=deadly_grace,if=buff.celestial_alignment.up|buff.incarnation.up
  15. actions+=/blessing_of_elune,if=active_enemies<=2&talent.blessing_of_the_ancients.enabled&buff.blessing_of_elune.down
  16. actions+=/blessing_of_anshe,if=active_enemies>=3&talent.blessing_of_the_ancients.enabled&buff.blessing_of_anshe.down
  17. actions+=/blood_fury,if=buff.celestial_alignment.up|buff.incarnation.up
  18. actions+=/berserking,if=buff.celestial_alignment.up|buff.incarnation.up
  19. actions+=/arcane_torrent,if=buff.celestial_alignment.up|buff.incarnation.up
  20. actions+=/call_action_list,name=fury_of_elune,if=talent.fury_of_elune.enabled&cooldown.fury_of_elue.remains<target.time_to_die
  21. actions+=/call_action_list,name=ed,if=equipped.the_emerald_dreamcatcher
  22. actions+=/new_moon,if=(charges=2&recharge_time<5)|charges=3
  23. actions+=/half_moon,if=(charges=2&recharge_time<5)|charges=3|(target.time_to_die<15&charges=2)
  24. actions+=/full_moon,if=(charges=2&recharge_time<5)|charges=3|target.time_to_die<15
  25. actions+=/stellar_flare,cycle_targets=1,max_cycle_targets=4,if=active_enemies<4&remains<7.2&astral_power>=15
  26. actions+=/moonfire,if=(talent.natures_balance.enabled&remains<3)|(remains<6.6&!talent.natures_balance.enabled)
  27. actions+=/sunfire,if=(talent.natures_balance.enabled&remains<3)|(remains<5.4&!talent.natures_balance.enabled)
  28. actions+=/astral_communion,if=astral_power.deficit>=75
  29. actions+=/incarnation,if=astral_power>=40
  30. actions+=/celestial_alignment,if=astral_power>=40
  31. actions+=/starfall,if=buff.oneths_overconfidence.up
  32. actions+=/solar_wrath,if=buff.solar_empowerment.stack=3
  33. actions+=/lunar_strike,if=buff.lunar_empowerment.stack=3
  34. actions+=/call_action_list,name=celestial_alignment_phase,if=buff.celestial_alignment.up|buff.incarnation.up
  35. actions+=/call_action_list,name=single_target
  36.  
  37. actions.fury_of_elune=incarnation,if=astral_power>=95&cooldown.fury_of_elune.remains<=gcd
  38. actions.fury_of_elune+=/fury_of_elune,if=astral_power>=95
  39. 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))
  40. 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))
  41. 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))
  42. actions.fury_of_elune+=/astral_communion,if=buff.fury_of_elune_up.up&astral_power<=25
  43. actions.fury_of_elune+=/warrior_of_elune,if=buff.fury_of_elune_up.up|(cooldown.fury_of_elune.remains>=35&buff.lunar_empowerment.up)
  44. actions.fury_of_elune+=/lunar_strike,if=buff.warrior_of_elune.up&(astral_power<=90|(astral_power<=85&buff.incarnation.up))
  45. actions.fury_of_elune+=/new_moon,if=astral_power<=90&buff.fury_of_elune_up.up
  46. actions.fury_of_elune+=/half_moon,if=astral_power<=80&buff.fury_of_elune_up.up&astral_power>cast_time*12
  47. actions.fury_of_elune+=/full_moon,if=astral_power<=60&buff.fury_of_elune_up.up&astral_power>cast_time*12
  48. actions.fury_of_elune+=/moonfire,if=buff.fury_of_elune_up.down&remains<=6.6
  49. actions.fury_of_elune+=/sunfire,if=buff.fury_of_elune_up.down&remains<5.4
  50. actions.fury_of_elune+=/stellar_flare,if=remains<7.2&active_enemies=1
  51. 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
  52. actions.fury_of_elune+=/starsurge,if=active_enemies<=2&buff.fury_of_elune_up.down&cooldown.fury_of_elune.remains>7
  53. actions.fury_of_elune+=/solar_wrath,if=buff.solar_empowerment.up
  54. actions.fury_of_elune+=/lunar_strike,if=buff.lunar_empowerment.stack=3|(buff.lunar_empowerment.remains<5&buff.lunar_empowerment.up)|active_enemies>=2
  55. actions.fury_of_elune+=/solar_wrath
  56.  
  57. 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)
  58. actions.celestial_alignment_phase+=/starsurge,if=active_enemies<=2
  59. actions.celestial_alignment_phase+=/warrior_of_elune
  60. actions.celestial_alignment_phase+=/lunar_strike,if=buff.warrior_of_elune.up
  61. actions.celestial_alignment_phase+=/solar_wrath,if=buff.solar_empowerment.up
  62. actions.celestial_alignment_phase+=/lunar_strike,if=buff.lunar_empowerment.up
  63. actions.celestial_alignment_phase+=/solar_wrath,if=talent.natures_balance.enabled&dot.sunfire_dmg.remains<5&cast_time<dot.sunfire_dmg.remains
  64. 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
  65. actions.celestial_alignment_phase+=/solar_wrath
  66.  
  67. actions.single_target=new_moon,if=astral_power<=90
  68. actions.single_target+=/half_moon,if=astral_power<=80
  69. actions.single_target+=/full_moon,if=astral_power<=60
  70. 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)
  71. actions.single_target+=/starsurge,if=active_enemies<=2
  72. actions.single_target+=/warrior_of_elune
  73. actions.single_target+=/lunar_strike,if=buff.warrior_of_elune.up
  74. actions.single_target+=/solar_wrath,if=buff.solar_empowerment.up
  75. actions.single_target+=/lunar_strike,if=buff.lunar_empowerment.up
  76. actions.single_target+=/solar_wrath,if=talent.natures_balance.enabled&dot.sunfire_dmg.remains<5&cast_time<dot.sunfire_dmg.remains
  77. actions.single_target+=/lunar_strike,if=talent.natures_balance.enabled&dot.moonfire_dmg.remains<5&cast_time<dot.moonfire_dmg.remains|active_enemies>=2
  78. actions.single_target+=/solar_wrath
  79.  
  80. actions.ed=astral_communion,if=astral_power.deficit>=75&buff.the_emerald_dreamcatcher.up
  81. actions.ed+=/incarnation,if=astral_power>=85&!buff.the_emerald_dreamcatcher.up
  82. actions.ed+=/celestial_alignment,if=astral_power>=85&!buff.the_emerald_dreamcatcher.up
  83. 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)
  84. actions.ed+=/stellar_flare,cycle_targets=1,max_cycle_targets=4,if=active_enemies<4&remains<7.2&astral_power>=15
  85. actions.ed+=/moonfire,if=(talent.natures_balance.enabled&remains<3)|(remains<6.6&!talent.natures_balance.enabled)
  86. actions.ed+=/sunfire,if=(talent.natures_balance.enabled&remains<3)|(remains<5.4&!talent.natures_balance.enabled)
  87. actions.ed+=/solar_wrath,if=buff.solar_empowerment.up&buff.the_emerald_dreamcatcher.remains>execute_time&astral_power>=12&dot.sunfire.remains<5.4&dot.moonfire.remains>6.6
  88. actions.ed+=/lunar_strike,if=buff.lunar_empowerment.up&buff.the_emerald_dreamcatcher.remains>execute_time&astral_power>=8&(!(buff.celestial_alignment.up|buff.incarnation.up)|(buff.celestial_alignment.up|buff.incarnation.up)&astral_power<=77)
  89. actions.ed+=/solar_wrath,if=buff.solar_empowerment.up&buff.the_emerald_dreamcatcher.remains>execute_time&astral_power>=12
  90. actions.ed+=/new_moon,if=astral_power<=90
  91. actions.ed+=/half_moon,if=astral_power<=80
  92. actions.ed+=/full_moon,if=astral_power<=60
  93. actions.ed+=/solar_wrath,if=buff.solar_empowerment.up
  94. actions.ed+=/lunar_strike,if=buff.lunar_empowerment.up
  95. actions.ed+=/solar_wrath
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement