Guest User

Moonkin simcraft actionlist by Miraclous

a guest
Feb 13th, 2015
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.62 KB | None | 0 0
  1. druid="Miraclous_Active"
  2. origin="https://eu.api.battle.net/wow/character/nordrassil/Miraclous/advanced"
  3. thumbnail="http://eu.battle.net/static-render/eu/bronze-dragonflight/38/112172838-avatar.jpg"
  4. level=100
  5. race=night_elf
  6. role=spell
  7. position=back
  8. professions=engineering=700/alchemy=700
  9. talents=http://eu.battle.net/wow/en/tool/talent-calculator#Ua!1021120
  10. glyphs=moonwarding/rebirth/stampeding_roar/grace/travel/flapping_owl
  11. spec=balance
  12.  
  13. # This action priority list is created by Miraclous.
  14. # It currently only supports Incarnation as tier 4 talent.
  15. # It currently only supports Euphoria for Singletarget and Euphoria & BoP for Multitarget as tier 7 talents.
  16. # The lines "actions.aoe+=/use_item,slot=trinket2" regarding trinkets might produce errors when you use them without having on-use trinkets equipped.
  17. # It was optimized using 400sec fights with light_movement and 50k iterations. I chose this to get a more accurate "real fight" simulation result compared to 600sec patchwerk.
  18. # Racial on-use abilities are not included.
  19. # The prepull cannot be simmed properly. The current one sims highest, even though it's of no use in-game.
  20. # Incarnation & CA usage is very complicated with the 4set bonus. It depends on talents, movement, amount of targets and most of all fight length. The current restrictions placed on them work well for 1-2 targt situations with 400s fight and light_movement.
  21. # I only started using simcraft about a month ago, so code might be ugly or I might've missed some things. Anyways it's a lot better than the default code for these 3 talent combinations.
  22.  
  23.  
  24. # Executed before combat begins. Accepts non-harmful actions only.
  25.  
  26. actions.precombat=flask,type=greater_draenic_intellect_flask
  27. actions.precombat+=/food,type=sleeper_surprise
  28. actions.precombat+=/mark_of_the_wild,if=!aura.str_agi_int.up
  29. actions.precombat+=/moonkin_form
  30. # Snapshot raid buffed stats before combat begins and pre-potting is done.
  31. actions.precombat+=/snapshot_stats
  32. actions.precombat+=/potion,name=draenic_intellect
  33. actions.precombat+=/incarnation
  34. actions.precombat+=/starfire
  35.  
  36. # Executed every time the actor is available.
  37.  
  38. actions=potion,name=draenic_intellect,if=buff.celestial_alignment.up
  39. actions+=/call_action_list,name=single_target,if=active_enemies=1&talent.euphoria.enabled&talent.incarnation_chosen_of_elune.enabled
  40. actions+=/call_action_list,name=aoe,if=active_enemies>=2&talent.balance_of_power.enabled&talent.incarnation_chosen_of_elune.enabled
  41. actions+=/call_action_list,name=euphaoe,if=active_enemies>=2&talent.euphoria.enabled&talent.incarnation_chosen_of_elune.enabled
  42.  
  43. #ONLY USE WITH EUPHORIA
  44. actions.single_target=incarnation,if=cooldown.celestial_alignment.remains<15
  45. actions.single_target+=/celestial_alignment,if=eclipse_energy>0&cooldown.incarnation.remains>60
  46. actions.single_target+=/use_item,slot=trinket1
  47. actions.single_target+=/use_item,slot=trinket2
  48. actions.single_target+=/moonfire,if=buff.celestial_alignment.up&remains<1&dot.sunfire.remains<1
  49. actions.single_target+=/starsurge,if=(buff.lunar_empowerment.down&eclipse_energy>0&eclipse_dir.lunar)|(buff.lunar_empowerment.down&buff.celestial_alignment.up&eclipse_energy>0)|(buff.lunar_empowerment.down&eclipse_energy>20&eclipse_dir.solar)
  50. actions.single_target+=/starsurge,if=(buff.solar_empowerment.down&eclipse_energy<-30&eclipse_dir.solar)|(buff.lunar_empowerment.down&buff.celestial_alignment.up&eclipse_energy>0)|(buff.solar_empowerment.down&eclipse_energy<-50&eclipse_dir.lunar)
  51. actions.single_target+=/starsurge,if=(charges=3&buff.bloodlust.down)
  52. actions.single_target+=/sunfire,if=(remains<20&buff.solar_peak.remains<1.8&buff.solar_peak.up)|remains<3
  53. actions.single_target+=/moonfire,if=(buff.lunar_peak.up&buff.lunar_peak.remains<2.7&remains<20)|remains<3|(buff.celestial_alignment.up&buff.celestial_alignment.remains<=2&dot.sunfire.remains<eclipse_change+10)|(dot.sunfire.remains<3&buff.celestial_alignment.up)
  54. actions.single_target+=/wrath,if=(eclipse_energy<=0&eclipse_change-0.1>cast_time)|(eclipse_energy>0&cast_time>eclipse_change)|(buff.celestial_alignment.remains>cast_time&buff.solar_empowerment.up)
  55. actions.single_target+=/starfire,if=(eclipse_energy>=0&eclipse_change+0.15>cast_time)|(eclipse_energy<0&cast_time>eclipse_change)
  56. actions.single_target+=/wrath
  57. actions.single_target+=/moonfire,moving=1
  58. actions.single_target+=/sunfire,moving=1
  59.  
  60. #ONLY USE WITH BOP
  61. actions.aoe=incarnation,if=cooldown.celestial_alignment.remains<15
  62. actions.aoe+=/celestial_alignment,if=eclipse_energy>0&cooldown.incarnation.remains>60
  63. actions.aoe+=/use_item,slot=trinket1
  64. actions.aoe+=/use_item,slot=trinket2
  65. actions.aoe+=/starfall,if=!buff.starfall.up&active_enemies>=2
  66. actions.aoe+=/sunfire,cycle_targets=1,if=remains<5|(buff.solar_peak.remains<1.8&buff.solar_peak.up&remains<21+eclipse_change)|(eclipse_change<=active_enemies&remains<eclipse_change+19)
  67. actions.aoe+=/starsurge,if=(charges=2&recharge_time<6)|charges=3
  68. actions.aoe+=/moonfire,cycle_targets=1,if=remains<5|(buff.lunar_peak.up&buff.lunar_peak.remains<2.7&remains<21+eclipse_change)|(eclipse_change<=active_enemies&remains<eclipse_change+19)
  69. actions.aoe+=/starsurge,if=buff.lunar_empowerment.down&eclipse_energy>60&active_enemies=2&eclipse_dir.lunar&charges=2&buff.starfall.remains>3
  70. actions.aoe+=/starsurge,if=buff.solar_empowerment.down&eclipse_energy<-60&active_enemies=2&eclipse_dir.solar&charges=2&buff.starfall.remains>3
  71. actions.aoe+=/hurricane,if=eclipse_energy<0&active_enemies>5,interrupt=1
  72. actions.aoe+=/wrath,if=(eclipse_energy<=0&eclipse_change-0.1>cast_time)|(eclipse_energy>0&cast_time>eclipse_change)|(buff.celestial_alignment.remains>cast_time&buff.solar_empowerment.up)
  73. actions.aoe+=/starfire,if=(eclipse_energy>=0&eclipse_change+0.15>cast_time)|(eclipse_energy<0&cast_time>eclipse_change)
  74. actions.aoe+=/wrath
  75. actions.aoe+=/moonfire,moving=1,cycle_targets=1
  76. actions.aoe+=/sunfire,moving=1,cycle_targets=1
  77.  
  78. #ONLY USE WITH EUPHORIA
  79. actions.euphaoe=incarnation,if=cooldown.celestial_alignment.remains<15
  80. actions.euphaoe+=/celestial_alignment,if=eclipse_energy>0&cooldown.incarnation.remains>60
  81. actions.euphaoe+=/use_item,slot=trinket1
  82. actions.euphaoe+=/use_item,slot=trinket2
  83. actions.euphaoe+=/starfall,if=(!buff.starfall.up&active_enemies>=2)
  84. actions.euphaoe+=/sunfire,cycle_targets=1,if=remains<5|(buff.solar_peak.remains<1.8&buff.solar_peak.up&remains<20)|(eclipse_change<=active_enemies&remains<eclipse_change+19)
  85. actions.euphaoe+=/starsurge,if=(charges=2&recharge_time<6)|charges=3
  86. actions.euphaoe+=/moonfire,cycle_targets=1,if=remains<5|(buff.lunar_peak.up&buff.lunar_peak.remains<2.7&remains<20)|(eclipse_change<=active_enemies&remains<eclipse_change+19)
  87. actions.euphaoe+=/starsurge,if=buff.lunar_empowerment.down&eclipse_energy>40&active_enemies<4&eclipse_dir.lunar&charges=2&buff.starfall.remains>3
  88. actions.euphaoe+=/starsurge,if=buff.solar_empowerment.down&eclipse_energy<-40&active_enemies<4&eclipse_dir.solar&charges=2&buff.starfall.remains>3
  89. actions.euphaoe+=/hurricane,if=eclipse_energy<0&active_enemies>5,interrupt=1
  90. actions.euphaoe+=/wrath,if=(eclipse_energy<=0&eclipse_change-0.1>cast_time)|(eclipse_energy>0&cast_time>eclipse_change)|(buff.celestial_alignment.remains>cast_time&buff.solar_empowerment.up)
  91. actions.euphaoe+=/starfire,if=(eclipse_energy>=0&eclipse_change+0.15>cast_time)|(eclipse_energy<0&cast_time>eclipse_change)
  92. actions.euphaoe+=/wrath
  93. actions.euphaoe+=/moonfire,moving=1,cycle_targets=1
  94. actions.euphaoe+=/sunfire,moving=1,cycle_targets=1
  95.  
  96. head=runeenscribed_hood,id=113845,bonus_id=562/567
  97. neck=odyssian_choker,id=113833,bonus_id=567,enchant=75mastery
  98. shoulders=living_wood_spaulders,id=115544,bonus_id=42/566
  99. back=cloak_of_searing_shadows,id=113847,bonus_id=567,enchant=gift_of_mastery
  100. chest=living_wood_raiment,id=115540,bonus_id=566
  101. shirt=precious_ribbon,id=52019
  102. wrists=bracers_of_spare_skin,id=113634,bonus_id=565/567,gems=50mastery
  103. hands=living_wood_grips,id=115541,bonus_id=566
  104. waist=belt_of_bloody_guts,id=113636,bonus_id=565/567,gems=50mastery,addon=nitro_boosts
  105. legs=living_wood_legguards,id=115543,bonus_id=566
  106. feet=mountainwalkers_boots,id=113649,bonus_id=567
  107. finger1=kargaths_last_link,id=113604,bonus_id=567,enchant=50mastery
  108. finger2=spellbound_solium_band_of_the_kirintor,id=118301,enchant=50mastery
  109. trinket1=darmacs_unstable_talisman,id=113948,bonus_id=566
  110. trinket2=shards_of_nothing,id=113835,bonus_id=567
  111. main_hand=spire_of_tectus,id=113639,bonus_id=567,enchant=mark_of_bleeding_hollow
  112.  
  113. # Gear Summary
  114. # gear_stamina=4073
  115. # gear_intellect=3328
  116. # gear_spell_power=1596
  117. # gear_crit_rating=951
  118. # gear_haste_rating=872
  119. # gear_mastery_rating=1454
  120. # gear_armor=1076
  121. # gear_multistrike_rating=541
  122. # gear_versatility_rating=86
  123. # gear_speed_rating=114
  124. # set_bonus=tier17_2pc=1
  125. # set_bonus=tier17_4pc=1
Advertisement
Add Comment
Please, Sign In to add comment