Advertisement
Guest User

The DPS is real

a guest
Nov 25th, 2014
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.06 KB | None | 0 0
  1. # Executed before combat begins. Accepts non-harmful actions only.
  2.  
  3. actions.precombat=flask,type=greater_draenic_strength_flask
  4. actions.precombat+=/food,type=calamari_crepes
  5. actions.precombat+=/horn_of_winter
  6. actions.precombat+=/unholy_presence
  7. # Snapshot raid buffed stats before combat begins and pre-potting is done.
  8. actions.precombat+=/snapshot_stats
  9. actions.precombat+=/army_of_the_dead
  10. actions.precombat+=/potion,name=draenic_strength
  11. actions.precombat+=/raise_dead
  12.  
  13. # Executed every time the actor is available.
  14.  
  15. actions=auto_attack
  16. actions+=/deaths_advance,if=movement.remains>2
  17. actions+=/antimagic_shell,damage=100000
  18. actions+=/blood_fury
  19. actions+=/berserking
  20. actions+=/arcane_torrent
  21. actions+=/use_item,slot=trinket1
  22. actions+=/potion,name=draenic_strength,if=buff.dark_transformation.up&target.time_to_die<=60
  23. actions+=/run_action_list,name=aoe,if=active_enemies>=2
  24. actions+=/run_action_list,name=single_target,if=active_enemies<2
  25.  
  26. actions.aoe=unholy_blight
  27. actions.aoe+=/run_action_list,name=spread,if=!dot.blood_plague.ticking|!dot.frost_fever.ticking
  28. actions.aoe+=/defile
  29. actions.aoe+=/breath_of_sindragosa,if=runic_power>75
  30. actions.aoe+=/run_action_list,name=bos_aoe,if=dot.breath_of_sindragosa.ticking
  31. actions.aoe+=/blood_boil,if=blood=2|(frost=2&death=2)
  32. actions.aoe+=/summon_gargoyle
  33. actions.aoe+=/dark_transformation
  34. actions.aoe+=/blood_tap,if=buff.shadow_infusion.stack=5
  35. actions.aoe+=/defile
  36. actions.aoe+=/death_and_decay,if=unholy=1
  37. actions.aoe+=/soul_reaper,if=target.health.pct-3*(target.health.pct%target.time_to_die)<=45
  38. actions.aoe+=/scourge_strike,if=unholy=2
  39. actions.aoe+=/blood_tap,if=buff.blood_charge.stack>10
  40. actions.aoe+=/death_coil,if=runic_power>90|buff.sudden_doom.react|(buff.dark_transformation.down&rune.unholy<=1)
  41. actions.aoe+=/blood_boil
  42. actions.aoe+=/icy_touch
  43. actions.aoe+=/scourge_strike,if=unholy=1
  44. actions.aoe+=/death_coil
  45. actions.aoe+=/blood_tap
  46. actions.aoe+=/plague_leech
  47. actions.aoe+=/empower_rune_weapon
  48.  
  49. actions.single_target=plague_leech,if=cooldown.outbreak.remains<1
  50. actions.single_target+=/plague_leech,if=!talent.necrotic_plague.enabled&(dot.blood_plague.remains<1&dot.frost_fever.remains<1)
  51. actions.single_target+=/plague_leech,if=talent.necrotic_plague.enabled&(dot.necrotic_plague.remains<1)
  52. actions.single_target+=/soul_reaper,if=target.health.pct-3*(target.health.pct%target.time_to_die)<=45
  53. actions.single_target+=/blood_tap,if=(target.health.pct-3*(target.health.pct%target.time_to_die)<=45&cooldown.soul_reaper.remains=0)
  54. actions.single_target+=/summon_gargoyle
  55. actions.single_target+=/death_coil,if=runic_power>90
  56. actions.single_target+=/defile
  57. actions.single_target+=/dark_transformation
  58. actions.single_target+=/unholy_blight,if=!talent.necrotic_plague.enabled&(dot.frost_fever.remains<3|dot.blood_plague.remains<3)
  59. actions.single_target+=/unholy_blight,if=talent.necrotic_plague.enabled&dot.necrotic_plague.remains<1
  60. actions.single_target+=/outbreak,if=!talent.necrotic_plague.enabled&(!dot.frost_fever.ticking|!dot.blood_plague.ticking)
  61. actions.single_target+=/outbreak,if=talent.necrotic_plague.enabled&!dot.necrotic_plague.ticking
  62. actions.single_target+=/plague_strike,if=!talent.necrotic_plague.enabled&(!dot.blood_plague.ticking|!dot.frost_fever.ticking)
  63. actions.single_target+=/plague_strike,if=talent.necrotic_plague.enabled&!dot.necrotic_plague.ticking
  64. actions.single_target+=/breath_of_sindragosa,if=runic_power>75
  65. actions.single_target+=/run_action_list,name=bos_st,if=dot.breath_of_sindragosa.ticking
  66. actions.single_target+=/death_and_decay,if=cooldown.breath_of_sindragosa.remains<7&runic_power<88&talent.breath_of_sindragosa.enabled
  67. actions.single_target+=/scourge_strike,if=cooldown.breath_of_sindragosa.remains<7&runic_power<88&talent.breath_of_sindragosa.enabled
  68. actions.single_target+=/festering_strike,if=cooldown.breath_of_sindragosa.remains<7&runic_power<76&talent.breath_of_sindragosa.enabled
  69. actions.single_target+=/death_and_decay,if=unholy=2
  70. actions.single_target+=/blood_tap,if=unholy=2&cooldown.death_and_decay.remains=0
  71. actions.single_target+=/scourge_strike,if=unholy=2
  72. actions.single_target+=/death_coil,if=runic_power>80
  73. actions.single_target+=/festering_strike,if=blood=2&frost=2
  74. actions.single_target+=/death_and_decay
  75. actions.single_target+=/blood_tap,if=cooldown.death_and_decay.remains=0
  76. actions.single_target+=/blood_tap,if=buff.blood_charge.stack>10&(buff.sudden_doom.react|(buff.dark_transformation.down&rune.unholy<=1))
  77. actions.single_target+=/death_coil,if=buff.sudden_doom.react|(buff.dark_transformation.down&rune.unholy<=1)
  78. actions.single_target+=/scourge_strike,if=!(target.health.pct-3*(target.health.pct%target.time_to_die)<=45)|(unholy>=1&death>=1)|(death>=2)
  79. actions.single_target+=/festering_strike
  80. actions.single_target+=/blood_tap,if=buff.blood_charge.stack>=10&runic_power>=30
  81. actions.single_target+=/death_coil
  82. actions.single_target+=/empower_rune_weapon
  83.  
  84. actions.bos_st=death_and_decay,if=runic_power<88
  85. actions.bos_st+=/festering_strike,if=runic_power<77
  86. actions.bos_st+=/scourge_strike,if=runic_power<88
  87. actions.bos_st+=/blood_tap,if=buff.blood_charge.stack>=5
  88. actions.bos_st+=/plague_leech
  89. actions.bos_st+=/empower_rune_weapon
  90. actions.bos_st+=/death_coil,if=buff.sudden_doom.react
  91.  
  92. actions.bos_aoe=death_and_decay,if=runic_power<88
  93. actions.bos_aoe+=/blood_boil,if=runic_power<88
  94. actions.bos_aoe+=/scourge_strike,if=runic_power<88&unholy=1
  95. actions.bos_aoe+=/icy_touch,if=runic_power<88
  96. actions.bos_aoe+=/blood_tap,if=buff.blood_charge.stack>=5
  97. actions.bos_aoe+=/plague_leech
  98. actions.bos_aoe+=/empower_rune_weapon
  99. actions.bos_aoe+=/death_coil,if=buff.sudden_doom.react
  100.  
  101. actions.spread=blood_boil,cycle_targets=1,if=dot.blood_plague.ticking|dot.frost_fever.ticking
  102. actions.spread+=/outbreak,if=!talent.necrotic_plague.enabled&(!dot.blood_plague.ticking|!dot.frost_fever.ticking)
  103. actions.spread+=/outbreak,if=talent.necrotic_plague.enabled&!dot.necrotic_plague.ticking
  104. actions.spread+=/plague_strike,if=!talent.necrotic_plague.enabled&(!dot.blood_plague.ticking|!dot.frost_fever.ticking)
  105. actions.spread+=/plague_strike,if=talent.necrotic_plague.enabled&!dot.necrotic_plague.ticking
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement