Advertisement
Swol

AMR APL

Apr 17th, 2017
791
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.32 KB | None | 0 0
  1. # Executed before combat begins. Accepts non-harmful actions only.
  2. actions.precombat=flask,type=flask_of_the_seventh_demon
  3. actions.precombat+=/food,type=the_hungry_magister,if=!equipped.majordomos_dinner_bell
  4. actions.precombat+=/food,type=nightborne_delicacy_platter,if=equipped.majordomos_dinner_bell
  5. actions.precombat+=/augmentation,type=defiled
  6. # Snapshot raid buffed stats before combat begins and pre-potting is done.
  7. actions.precombat+=/snapshot_stats
  8. actions.precombat+=/potion,name=old_war
  9. actions.precombat+=/metamorphosis,if=!(talent.demon_reborn.enabled&talent.demonic.enabled)
  10.  
  11. actions=auto_attack
  12. actions+=/pick_up_fragment
  13. actions+=/vengeful_retreat,if=talent.prepared.enabled|(talent.momentum.enabled&buff.momentum.down)
  14. actions+=/fel_rush,if=talent.momentum.enabled&buff.momentum.down&cooldown.vengeful_retreat.remains>buff.momentum.duration
  15. actions+=/call_action_list,name=cooldowns
  16. actions+=/fury_of_the_illidari,if=raid_event.adds.in>60
  17. actions+=/call_action_list,name=AoE,if=spell_targets.blade_dance1>1
  18. actions+=/call_action_list,name=single_target
  19.  
  20. actions.single_target+=/fel_eruption
  21. actions.single_target+=/death_sweep,if=talent.first_blood.enabled
  22. actions.single_target+=/fel_rush,if=charges=2&buff.momentum.down
  23. actions.single_target+=/annihilation
  24. actions.single_target+=/fel_barrage,if=charges>=5&(buff.momentum.up|!talent.momentum.enabled)&raid_event.adds.in>30
  25. actions.single_target+=/throw_glaive,if=talent.bloodlet.enabled&raid_event.adds.in>recharge_time
  26. #Use Eye Beam on a single target with Demonic or Blind Fury. Only use with Demonic if it will extend or trigger Metamorphosis. Save it for AoE.
  27. actions.single_target+=/eye_beam,if=((talent.blind_fury.enabled&!talent.demonic.enabled)|(talent.demonic.enabled&(!buff.metamorphosis.up|!buff.metamorphosis.extended_by_demonic)))&(buff.momentum.up|!talent.momentum.enabled)&raid_event.adds.in>45-15*talent.demonic_appetite.enabled
  28. actions.single_target+=/felblade
  29. actions.single_target+=/blade_dance,if=talent.first_blood.enabled&(cooldown.eye_beam.remains>0|!talent.demonic.enabled)
  30. actions.single_target+=/chaos_strike,if=cooldown.eye_beam.remains>0|!talent.demonic.enabled
  31. actions.single_target+=/fel_rush,if=!talent.momentum.enabled&(!buff.metamorphosis.up|!talent.demonic.enabled)&raid_event.adds.in>recharge_time
  32. actions.single_target+=/demons_bite
  33. actions.single_target+=/throw_glaive
  34.  
  35. actions.AoE+=/death_sweep
  36. actions.AoE+=/fel_barrage,if=charges>=5
  37. actions.AoE+=/eye_beam
  38. actions.AoE+=/fel_rush
  39. actions.AoE+=/blade_dance,if=cooldown.eye_beam.remains>0
  40. actions.AoE+=/throw_glaive
  41. actions.AoE+=/annihilation,if=talent.chaos_cleave.enabled
  42. actions.AoE+=/chaos_strike,if=talent.chaos_cleave.enabled
  43. actions.AoE+=/chaos_nova,if=cooldown.eye_beam.remains>0&talent.unleashed_power.enabled
  44.  
  45. actions.cooldowns+=/potion,name=old_war,if=buff.chaos_blades.up|!talent.chaos_blades.enabled
  46. #Use Trinkets would go here. SimC has no catch-all for this, so you need to specifically add trinket use for your gear.
  47. actions.cooldowns+=/use_item,slot=finger2
  48. actions.cooldowns+=/metamorphosis,if=!talent.demon_reborn.enabled|cooldown.eye_beam.remains>0|(!talent.demonic.enabled&spell_targets.eye_beam_tick=1)
  49. actions.cooldowns+=/nemesis
  50. actions.cooldowns+=/chaos_blades,if=cooldown.metamorphosis.remains>60|buff.metamorphosis.up|target.time_to_die<buff.chaos_blades.duration
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement