Advertisement
Guest User

Moonkin APL

a guest
Sep 7th, 2016
2,680
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.83 KB | None | 0 0
  1. druid="Druid_Balance_T19P"
  2. level=110
  3. race=troll
  4. role=spell
  5. position=back
  6. talents=1200333
  7. artifact=59:137303:137381:137303:0:1035:3:1036:3:1039:3:1040:3:1041:1:1042:5:1044:1:1046:1:1047:1:1049:1:1294:1
  8. spec=balance
  9.  
  10. # Executed before combat begins. Accepts non-harmful actions only.
  11.  
  12. actions.precombat=flask,type=flask_of_the_whispered_pact
  13. actions.precombat+=/food,type=azshari_salad
  14. actions.precombat+=/augmentation,type=defiled
  15. actions.precombat+=/moonkin_form
  16. actions.precombat+=/blessing_of_elune
  17. actions.precombat+=/snapshot_stats
  18. actions.precombat+=/potion,name=deadly_grace
  19. actions.precombat+=/solar_wrath
  20.  
  21. # Executed every time the actor is available.
  22.  
  23. actions=potion,name=deadly_grace,if=buff.celestial_alignment.up|buff.incarnation.up
  24. actions+=/blessing_of_elune,if=active_enemies<=2&talent.blessing_of_the_ancients.enabled&buff.blessing_of_elune.down
  25. actions+=/blessing_of_anshe,if=active_enemies>=3&talent.blessing_of_the_ancients.enabled&buff.blessing_of_anshe.down
  26. actions+=/blood_fury,if=buff.celestial_alignment.up|buff.incarnation.up
  27. actions+=/berserking,if=buff.celestial_alignment.up|buff.incarnation.up
  28. actions+=/arcane_torrent,if=buff.celestial_alignment.up|buff.incarnation.up
  29. actions+=/call_action_list,name=fury_of_elune,if=talent.fury_of_elune.enabled&cooldown.fury_of_elue.remains<target.time_to_die
  30. actions+=/call_action_list,name=ed,if=equipped.the_emerald_dreamcatcher
  31. actions+=/new_moon,if=(charges=2&recharge_time<5)|charges=3
  32. actions+=/half_moon,if=(charges=2&recharge_time<5)|charges=3|(target.time_to_die<15&charges=2)
  33. actions+=/full_moon,if=(charges=2&recharge_time<5)|charges=3|target.time_to_die<15
  34. actions+=/stellar_flare,cycle_targets=1,max_cycle_targets=4,if=active_enemies<4&remains<7.2&astral_power>=15
  35. actions+=/moonfire,if=(talent.natures_balance.enabled&remains<3)|(remains<6.6&!talent.natures_balance.enabled)
  36. actions+=/sunfire,if=(talent.natures_balance.enabled&remains<3)|(remains<5.4&!talent.natures_balance.enabled)
  37. actions+=/astral_communion,if=astral_power.deficit>=75
  38. actions+=/incarnation,if=astral_power>=40
  39. actions+=/celestial_alignment,if=astral_power>=40
  40. actions+=/starfall,if=buff.oneths_overconfidence.up
  41. actions+=/solar_wrath,if=buff.solar_empowerment.stack=3
  42. actions+=/lunar_strike,if=buff.lunar_empowerment.stack=3
  43. actions+=/call_action_list,name=celestial_alignment_phase,if=buff.celestial_alignment.up|buff.incarnation.up
  44. actions+=/call_action_list,name=single_target
  45.  
  46. actions.fury_of_elune=incarnation,if=astral_power>=95&cooldown.fury_of_elune.remains<=gcd
  47. actions.fury_of_elune+=/fury_of_elune,if=astral_power>=95
  48. 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))
  49. 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))
  50. 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))
  51. actions.fury_of_elune+=/astral_communion,if=buff.fury_of_elune_up.up&astral_power<=25
  52. actions.fury_of_elune+=/warrior_of_elune,if=buff.fury_of_elune_up.up|(cooldown.fury_of_elune.remains>=35&buff.lunar_empowerment.up)
  53. actions.fury_of_elune+=/lunar_strike,if=buff.warrior_of_elune.up&(astral_power<=90|(astral_power<=85&buff.incarnation.up))
  54. actions.fury_of_elune+=/new_moon,if=astral_power<=90&buff.fury_of_elune_up.up
  55. actions.fury_of_elune+=/half_moon,if=astral_power<=80&buff.fury_of_elune_up.up&astral_power>cast_time*12
  56. actions.fury_of_elune+=/full_moon,if=astral_power<=60&buff.fury_of_elune_up.up&astral_power>cast_time*12
  57. actions.fury_of_elune+=/moonfire,if=buff.fury_of_elune_up.down&remains<=6.6
  58. actions.fury_of_elune+=/sunfire,if=buff.fury_of_elune_up.down&remains<5.4
  59. actions.fury_of_elune+=/stellar_flare,if=remains<7.2&active_enemies=1
  60. 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
  61. actions.fury_of_elune+=/starsurge,if=active_enemies<=2&buff.fury_of_elune_up.down&cooldown.fury_of_elune.remains>7
  62. actions.fury_of_elune+=/solar_wrath,if=buff.solar_empowerment.up
  63. actions.fury_of_elune+=/lunar_strike,if=buff.lunar_empowerment.stack=3|(buff.lunar_empowerment.remains<5&buff.lunar_empowerment.up)|active_enemies>=2
  64. actions.fury_of_elune+=/solar_wrath
  65.  
  66. 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)
  67. actions.celestial_alignment_phase+=/starsurge,if=active_enemies<=2
  68. actions.celestial_alignment_phase+=/warrior_of_elune
  69. actions.celestial_alignment_phase+=/lunar_strike,if=buff.warrior_of_elune.up
  70. actions.celestial_alignment_phase+=/solar_wrath,if=buff.solar_empowerment.up
  71. actions.celestial_alignment_phase+=/lunar_strike,if=buff.lunar_empowerment.up
  72. actions.celestial_alignment_phase+=/solar_wrath,if=talent.natures_balance.enabled&dot.sunfire_dmg.remains<5&cast_time<dot.sunfire_dmg.remains
  73. 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
  74. actions.celestial_alignment_phase+=/solar_wrath
  75.  
  76. actions.single_target=new_moon,if=astral_power<=90
  77. actions.single_target+=/half_moon,if=astral_power<=80
  78. actions.single_target+=/full_moon,if=astral_power<=60
  79. 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)
  80. actions.single_target+=/starsurge,if=active_enemies<=2
  81. actions.single_target+=/warrior_of_elune
  82. actions.single_target+=/lunar_strike,if=buff.warrior_of_elune.up
  83. actions.single_target+=/solar_wrath,if=buff.solar_empowerment.up
  84. actions.single_target+=/lunar_strike,if=buff.lunar_empowerment.up
  85. actions.single_target+=/solar_wrath,if=talent.natures_balance.enabled&dot.sunfire_dmg.remains<5&cast_time<dot.sunfire_dmg.remains
  86. actions.single_target+=/lunar_strike,if=talent.natures_balance.enabled&dot.moonfire_dmg.remains<5&cast_time<dot.moonfire_dmg.remains|active_enemies>=2
  87. actions.single_target+=/solar_wrath
  88.  
  89. actions.ed=astral_communion,if=astral_power.deficit>=75&buff.the_emerald_dreamcatcher.up
  90. actions.ed+=/incarnation,if=astral_power>=85&!buff.the_emerald_dreamcatcher.up
  91. actions.ed+=/celestial_alignment,if=astral_power>=85&!buff.the_emerald_dreamcatcher.up
  92. 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)
  93. actions.ed+=/stellar_flare,cycle_targets=1,max_cycle_targets=4,if=active_enemies<4&remains<7.2&astral_power>=15
  94. actions.ed+=/moonfire,if=(talent.natures_balance.enabled&remains<3)|(remains<6.6&!talent.natures_balance.enabled)
  95. actions.ed+=/sunfire,if=(talent.natures_balance.enabled&remains<3)|(remains<5.4&!talent.natures_balance.enabled)
  96. 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
  97. 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)
  98. actions.ed+=/solar_wrath,if=buff.solar_empowerment.up&buff.the_emerald_dreamcatcher.remains>execute_time&astral_power>=12
  99. actions.ed+=/new_moon,if=astral_power<=90
  100. actions.ed+=/half_moon,if=astral_power<=80
  101. actions.ed+=/full_moon,if=astral_power<=60
  102. actions.ed+=/solar_wrath,if=buff.solar_empowerment.up
  103. actions.ed+=/lunar_strike,if=buff.lunar_empowerment.up
  104. actions.ed+=/solar_wrath
  105.  
  106. head=corpse_feast_headwrap,id=137427,bonus_id=1727
  107. neck=strand_of_the_stars,id=137487,bonus_id=1727,enchant=mark_of_the_distant_army
  108. shoulders=epaulets_of_dessicated_foliage,id=134452,bonus_id=1727
  109. back=goldscar_pelt,id=133639,bonus_id=1727,enchant=binding_of_intellect
  110. chest=wicked_broodmothers_chestguard,id=137449,bonus_id=1727
  111. wrists=flame_jugglers_armbands,id=137512,bonus_id=1727
  112. hands=guileful_intruder_handguards,id=137480,bonus_id=1727
  113. waist=taut_halyard_waistband,id=134456,bonus_id=1727
  114. legs=fevermelt_legguards,id=134460,bonus_id=1727
  115. feet=tunnel_trudger_footguards,id=137397,bonus_id=1727
  116. finger1=band_of_fused_coral,id=134532,bonus_id=1727,enchant=binding_of_haste
  117. finger2=ring_of_contempt,id=134490,bonus_id=1727,enchant=binding_of_haste
  118. trinket1=naraxas_spiked_tongue,id=137349,bonus_id=1727
  119. trinket2=chrono_shard,id=137419,bonus_id=1727
  120. main_hand=scythe_of_elune,id=128858,bonus_id=722,gem_id=137303/137381/137303,relic_id=3412/3412/3412
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement