Advertisement
Guest User

BoS

a guest
Mar 25th, 2015
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.34 KB | None | 0 0
  1. # Executed every time the actor is available.
  2.  
  3. actions=auto_attack
  4. # if=time>10
  5. actions+=/blood_fury
  6. # if=time>10
  7. actions+=/berserking
  8. # if=time>10
  9. actions+=/arcane_torrent
  10. actions+=/potion,name=draenic_armor,if=buff.potion.down&buff.blood_shield.down&!unholy&!frost
  11. actions+=/antimagic_shell
  12. actions+=/conversion,if=!buff.conversion.up&runic_power>50&health.pct<90
  13. actions+=/lichborne,if=health.pct<90
  14. actions+=/death_strike,if=incoming_damage_5s>=health.max*0.65
  15. actions+=/army_of_the_dead,if=buff.bone_shield.down&buff.dancing_rune_weapon.down&buff.icebound_fortitude.down&buff.vampiric_blood.down
  16. actions+=/bone_shield,if=buff.army_of_the_dead.down&buff.bone_shield.down&buff.dancing_rune_weapon.down&buff.icebound_fortitude.down&buff.vampiric_blood.down
  17. actions+=/vampiric_blood,if=health.pct<50
  18. actions+=/breath_of_sindragosa,if=runic_power>75
  19. actions+=/run_action_list,name=bos_st,if=dot.breath_of_sindragosa.ticking
  20. actions+=/icebound_fortitude,if=health.pct<30&buff.army_of_the_dead.down&buff.dancing_rune_weapon.down&buff.bone_shield.down&buff.vampiric_blood.down
  21. actions+=/rune_tap,if=health.pct<50&buff.army_of_the_dead.down&buff.dancing_rune_weapon.down&buff.bone_shield.down&buff.vampiric_blood.down&buff.icebound_fortitude.down
  22. actions+=/dancing_rune_weapon,if=health.pct<80&buff.army_of_the_dead.down&buff.icebound_fortitude.down&buff.bone_shield.down&buff.vampiric_blood.down
  23. actions+=/death_pact,if=health.pct<50
  24. actions+=/outbreak,if=(!talent.necrotic_plague.enabled&disease.min_remains<8)|!disease.ticking
  25. actions+=/death_coil,if=runic_power>90
  26. actions+=/plague_strike,if=(!talent.necrotic_plague.enabled&!dot.blood_plague.ticking)|(talent.necrotic_plague.enabled&!dot.necrotic_plague.ticking)
  27. actions+=/icy_touch,if=(!talent.necrotic_plague.enabled&!dot.frost_fever.ticking)|(talent.necrotic_plague.enabled&!dot.necrotic_plague.ticking)
  28. actions+=/defile
  29. actions+=/plague_leech,if=((!blood&!unholy)|(!blood&!frost)|(!unholy&!frost))&cooldown.outbreak.remains<=gcd
  30. actions+=/call_action_list,name=bt,if=talent.blood_tap.enabled
  31. actions+=/call_action_list,name=re,if=talent.runic_empowerment.enabled
  32. actions+=/call_action_list,name=rc,if=talent.runic_corruption.enabled
  33. actions+=/call_action_list,name=nrt,if=!talent.blood_tap.enabled&!talent.runic_empowerment.enabled&!talent.runic_corruption.enabled
  34. actions+=/defile,if=buff.crimson_scourge.react
  35. actions+=/death_and_decay,if=buff.crimson_scourge.react
  36. actions+=/blood_boil,if=buff.crimson_scourge.react
  37. actions+=/death_coil
  38. actions+=/empower_rune_weapon,if=!blood&!unholy&!frost
  39.  
  40. #actions.bos_st+=/use_item,name=vial_of_convulsive_shadows
  41. actions.bos_st+=/blood_tap,if=buff.blood_charge.stack>=10
  42. actions.bos_st+=/plague_leech,if=unholy=0&frost=0|(blood=0&frost=0)|(unholy=0&blood=0)&runic_power>=85
  43. actions.bos_st+=/outbreak,if=!dot.blood_plague.ticking
  44. actions.bos_st+=/plague_strike,if=!dot.blood_plague.ticking&unholy>=1
  45. actions.bos_st+=/blood_boil,if=buff.crimson_scourge.react,if=runic_power<91
  46. actions.bos_st+=/chains_of_ice,if=runic_power<71
  47. actions.bos_st+=/soul_reaper,if=target.health.pct-3*(target.health.pct%target.time_to_die)<=45
  48. actions.bos_st+=/blood_boil,if=blood>=1&runic_power<90
  49. actions.bos_st+=/blood_tap,if=buff.blood_charge.stack>=5
  50. actions.bos_st+=/plague_leech
  51. actions.bos_st+=/empower_rune_weapon,if=runic_power<50&dot.breath_of_sindragosa.ticking&blood=0&frost=0&unholy=0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement