Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.56 KB | None | 0 0
  1. # Executed before combat begins. Accepts non-harmful actions only.
  2. actions.precombat=flask,type=countless_armies
  3. actions.precombat+=/food,type=lavish_suramar_feast
  4. actions.precombat+=/augmentation,type=defiled
  5. # Snapshot raid buffed stats before combat begins and pre-potting is done.
  6. actions.precombat+=/snapshot_stats
  7. actions.precombat+=/potion,name=old_war
  8.  
  9. # Executed every time the actor is available.
  10. actions=charge
  11. actions+=/auto_attack
  12. actions+=/potion,name=old_war,if=(!talent.avatar.enabled|buff.avatar.up)&buff.battle_cry.up&debuff.colossus_smash.up|target.time_to_die<=26
  13. actions+=/blood_fury,if=buff.battle_cry.up|target.time_to_die<=16
  14. actions+=/berserking,if=buff.battle_cry.up|target.time_to_die<=11
  15. actions+=/arcane_torrent,if=buff.battle_cry_deadly_calm.down&rage.deficit>40&cooldown.battle_cry.remains
  16. actions+=/avatar,if=gcd.remains<0.25&(buff.battle_cry.up|cooldown.battle_cry.remains<15)|target.time_to_die<=20
  17. actions+=/battle_cry,,if=(!talent.ravager.enabled|prev_gcd.1.ravager)&!gcd.remains&target.debuff.colossus_smash.remains>=5&(!cooldown.bladestorm.remains|!set_bonus.tier20_4pc)&(!talent.rend.enabled|dot.rend.remains>4)
  18. actions+=/run_action_list,name=cleave,if=spell_targets.whirlwind>=2&talent.sweeping_strikes.enabled
  19. actions+=/run_action_list,name=aoe,if=spell_targets.whirlwind>=5&!talent.sweeping_strikes.enabled
  20. actions+=/run_action_list,name=execute,target_if=target.health.pct<=20&spell_targets.whirlwind<5
  21. actions+=/run_action_list,name=single,if=target.health.pct>20
  22.  
  23. actions.aoe=mortal_strike,if=cooldown_react
  24. actions.aoe+=/execute,if=buff.stone_heart.react
  25. actions.aoe+=/colossus_smash,if=cooldown_react&buff.shattered_defenses.down&buff.precise_strikes.down
  26. actions.aoe+=/warbreaker,if=buff.shattered_defenses.down
  27. actions.aoe+=/whirlwind,if=talent.fervor_of_battle.enabled&(debuff.colossus_smash.up|rage.deficit<50)&(!talent.focused_rage.enabled|buff.battle_cry_deadly_calm.up|buff.cleave.up)
  28. actions.aoe+=/rend,if=remains<=duration*0.3
  29. actions.aoe+=/bladestorm
  30. actions.aoe+=/cleave
  31. actions.aoe+=/execute,if=rage>90
  32. actions.aoe+=/whirlwind,if=rage>=40
  33. actions.aoe+=/shockwave
  34. actions.aoe+=/storm_bolt
  35.  
  36. actions.cleave=mortal_strike
  37. actions.cleave+=/execute,if=buff.stone_heart.react
  38. actions.cleave+=/colossus_smash,if=buff.shattered_defenses.down&buff.precise_strikes.down
  39. actions.cleave+=/warbreaker,if=buff.shattered_defenses.down
  40. actions.cleave+=/focused_rage,if=rage>100|buff.battle_cry_deadly_calm.up
  41. actions.cleave+=/whirlwind,if=talent.fervor_of_battle.enabled&(debuff.colossus_smash.up|rage.deficit<50)&(!talent.focused_rage.enabled|buff.battle_cry_deadly_calm.up|buff.cleave.up)
  42. actions.cleave+=/rend,if=remains<=duration*0.3
  43. actions.cleave+=/bladestorm
  44. actions.cleave+=/cleave
  45. actions.cleave+=/whirlwind,if=rage>40|buff.cleave.up
  46. actions.cleave+=/shockwave
  47. actions.cleave+=/storm_bolt
  48.  
  49. actions.execute=bladestorm,if=buff.battle_cry.up&(set_bonus.tier20_4pc|equipped.the_great_storms_eye)
  50. actions.execute+=/ravager,if=cooldown.battle_cry.remains<=gcd&debuff.colossus_smash.remains>6
  51. actions.execute+=/colossus_smash,if=buff.shattered_defenses.down
  52. actions.execute+=/warbreaker,if=(raid_event.adds.in>90|!raid_event.adds.exists)&cooldown.mortal_strike.remains<=gcd.remains&buff.shattered_defenses.down&buff.executioners_precision.stack=2
  53. actions.execute+=/heroic_charge,if=rage.deficit>=40&(!cooldown.heroic_leap.remains|swing.mh.remains>1.2)&buff.battle_cry.down
  54. #Remove the # above to run out of melee and charge back in for rage.
  55. actions.execute+=/focused_rage,if=rage.deficit<35
  56. actions.execute+=/rend,if=remains<5&((set_bonus.tier20_4pc&cooldown.bladestorm.remains<2&cooldown.battle_cry.remains)|cooldown.battle_cry.remains<2)
  57. actions.execute+=/mortal_strike,if=buff.executioners_precision.stack=2&buff.shattered_defenses.up
  58. actions.execute+=/execute
  59. actions.execute+=/overpower
  60. actions.execute+=/bladestorm,interrupt=1,if=(raid_event.adds.in>90|!raid_event.adds.exists|spell_targets.bladestorm_mh>desired_targets)&!set_bonus.tier20_4pc
  61.  
  62. actions.single=bladestorm,if=buff.battle_cry.up&set_bonus.tier20_4pc
  63. actions.single+=/ravager,if=cooldown.battle_cry.remains<=gcd&debuff.colossus_smash.remains>6
  64. actions.single+=/colossus_smash,if=buff.shattered_defenses.down
  65. actions.single+=/warbreaker,if=(raid_event.adds.in>90|!raid_event.adds.exists)&((talent.fervor_of_battle.enabled&debuff.colossus_smash.remains<gcd)|!talent.fervor_of_battle.enabled&((buff.stone_heart.up|cooldown.mortal_strike.remains<=gcd.remains)&buff.shattered_defenses.down))
  66. actions.single+=/heroic_charge,if=rage.deficit>=40&(!cooldown.heroic_leap.remains|swing.mh.remains>1.2)&buff.battle_cry.down
  67. #Remove the # above to run out of melee and charge back in for rage.
  68. actions.single+=/focused_rage,if=!buff.battle_cry_deadly_calm.up&buff.focused_rage.stack<3&!cooldown.colossus_smash.up&(rage>=130|debuff.colossus_smash.down|talent.anger_management.enabled&cooldown.battle_cry.remains<=8)
  69. actions.single+=/rend,if=remains<=0|remains<5&((set_bonus.tier20_4pc&cooldown.bladestorm.remains<2&cooldown.battle_cry.remains)|cooldown.battle_cry.remains<2)
  70. actions.single+=/execute,if=buff.stone_heart.react
  71. actions.single+=/mortal_strike,if=buff.shattered_defenses.up|buff.executioners_precision.down
  72. actions.single+=/overpower,if=buff.battle_cry.down
  73. actions.single+=/rend,if=remains<=duration*0.3
  74. actions.single+=/whirlwind,if=spell_targets.whirlwind>1|talent.fervor_of_battle.enabled
  75. actions.single+=/slam,if=spell_targets.whirlwind=1&!talent.fervor_of_battle.enabled
  76. actions.single+=/overpower
  77. actions.single+=/bladestorm,if=(raid_event.adds.in>90|!raid_event.adds.exists)&!set_bonus.tier20_4pc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement