Mendenbarr

DW no PS

Oct 22nd, 2013
2,175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.96 KB | None | 0 0
  1. actions=auto_attack
  2. actions+=/antimagic_shell,damage=100000
  3. actions+=/pillar_of_frost
  4. actions+=/mogu_power_potion,if=target.time_to_die<=30|(target.time_to_die<=60&buff.pillar_of_frost.up)
  5. actions+=/empower_rune_weapon,if=target.time_to_die<=60&(buff.mogu_power_potion.up|buff.golemblood_potion.up)
  6. actions+=/blood_fury
  7. actions+=/berserking
  8. actions+=/arcane_torrent
  9. actions+=/use_item,slot=hands
  10. actions+=/raise_dead
  11. actions+=/run_action_list,name=aoe,if=active_enemies>=5
  12. actions+=/run_action_list,name=single_target,if=active_enemies<5
  13.  
  14. actions.aoe=unholy_blight,if=talent.unholy_blight.enabled
  15. actions.aoe+=/pestilence,if=dot.blood_plague.ticking&talent.plague_leech.enabled,line_cd=28
  16. actions.aoe+=/pestilence,if=dot.blood_plague.ticking&talent.unholy_blight.enabled&cooldown.unholy_blight.remains<49,line_cd=28
  17. actions.aoe+=/howling_blast
  18. actions.aoe+=/blood_tap,if=talent.blood_tap.enabled&buff.blood_charge.stack>10
  19. actions.aoe+=/frost_strike,if=runic_power>76
  20. actions.aoe+=/death_and_decay,if=unholy=1
  21. actions.aoe+=/plague_strike,if=unholy=2
  22. actions.aoe+=/blood_tap,if=talent.blood_tap.enabled
  23. actions.aoe+=/frost_strike
  24. actions.aoe+=/horn_of_winter
  25. actions.aoe+=/plague_leech,if=talent.plague_leech.enabled&unholy=1
  26. actions.aoe+=/plague_strike,if=unholy=1
  27. actions.aoe+=/empower_rune_weapon
  28.  
  29. actions.single_target=blood_tap,if=talent.blood_tap.enabled&(buff.blood_charge.stack>10&(runic_power>76|(runic_power>=20&buff.killing_machine.react)))
  30. actions.single_target+=/frost_strike,if=buff.killing_machine.react|runic_power>88
  31. actions.single_target+=/howling_blast,if=death>1|frost>1
  32. actions.single_target+=/unholy_blight,if=talent.unholy_blight.enabled&((dot.frost_fever.remains<3|dot.blood_plague.remains<3))
  33. actions.single_target+=/soul_reaper,if=target.health.pct-3*(target.health.pct%target.time_to_die)<=35
  34. actions.single_target+=/blood_tap,if=talent.blood_tap.enabled&((target.health.pct-3*(target.health.pct%target.time_to_die)<=35&cooldown.soul_reaper.remains=0))
  35. actions.single_target+=/howling_blast,if=!dot.frost_fever.ticking
  36. actions.single_target+=/plague_strike,if=!dot.blood_plague.ticking&unholy>0
  37. actions.single_target+=/howling_blast,if=buff.rime.react
  38. actions.single_target+=/frost_strike,if=runic_power>76
  39. # actions.single_target+=/obliterate,if=unholy>0&!buff.killing_machine.react
  40. actions.single_target+=/howling_blast
  41. actions.single_target+=/frost_strike,if=talent.runic_empowerment.enabled&unholy=1
  42. actions.single_target+=/blood_tap,if=talent.blood_tap.enabled&(target.health.pct-3*(target.health.pct%target.time_to_die)>35|buff.blood_charge.stack>=8)
  43. actions.single_target+=/frost_strike,if=runic_power>=40
  44. actions.single_target+=/horn_of_winter
  45. actions.single_target+=/blood_tap,if=talent.blood_tap.enabled
  46. actions.single_target+=/plague_leech,if=talent.plague_leech.enabled
  47. actions.single_target+=/empower_rune_weapon
  48. actions.single_target+=/death_and_decay,if=unholy>0&buff.pillar_of_frost.down
  49. actions.single_target+=/plague_strike,if=unholy>0
Advertisement
Add Comment
Please, Sign In to add comment