Advertisement
Guest User

Fury Warrior DPS

a guest
Nov 4th, 2016
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. actions.single_target+=/dragon_roar,if=target.health.pct>=20&buff.battle_cry.down&buff.enrage.remains>1.5
  2. actions.single_target+=/rampage,if=buff.massacre.react&buff.enrage.remains<1&target.health.pct>=20
  3. actions.single_target+=/execute,if=buff.stone_heart.react&target.health.pct>=20
  4. actions.single_target+=/odyns_fury,if=buff.battle_cry.up&buff.enrage.up&target.health.pct>=20
  5. actions.single_target+=/rampage,if=rage>=85&buff.enrage.down&target.health.pct>=20
  6. actions.single_target+=/bloodthirst,if=buff.enrage.down&target.health.pct>=20
  7. actions.single_target+=/raging_blow,if=target.health.pct>=20
  8. actions.single_target+=/rampage,if=rage>=85&buff.enrage.up&target.health.pct>=20
  9. actions.single_target+=/bloodthirst,if=target.health.pct>=20
  10. actions.single_target+=/furious_slash,if=target.health.pct>=20
  11. actions.single_target+=/dragon_roar,if=target.health.pct<20&buff.battle_cry.down&buff.enrage.remains>1.5
  12. actions.single_target+=/rampage,if=buff.massacre.react&buff.enrage.remains<1&target.health.pct<20
  13. actions.single_target+=/odyns_fury,if=buff.battle_cry.up&buff.enrage.up&target.health.pct<20
  14. actions.single_target+=/execute,if=buff.stone_heart.react&target.health.pct<20
  15. actions.single_target+=/execute,if=target.health.pct<20
  16. actions.single_target+=/raging_blow,if=target.health.pct<20&rage<25
  17. actions.single_target+=/bloodthirst,if=target.health.pct<20&rage<25
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement