Advertisement
Guest User

Untitled

a guest
Aug 31st, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. local ST = {
  2. --Summon Pet
  3. {'46584', '!pet.exists'},
  4. --Outbreak to maintain Virulent Plague
  5. {'77575', '!target.debuff(191587)'},
  6. --Dark Transformation
  7. {'63560'},
  8. --Apocalypse
  9. {'!220143', 'target.debuff(194310).count = 8' },
  10. --Dark Arbiter
  11. {'!207349', {'player.runes >= 1','player.energy >= 90'},'target'},
  12. --Death Coil During Dark Arbiter
  13. {'47541', 'player.spell(207349).cooldown >= 165' },
  14. --Death Coil with Sudden Doom procs.
  15. {'47541', 'player.buff(49530)'},
  16. --Scourge Strike to burst Festering Wound.
  17. {'55090', 'target.debuff(194310).count >= 3', 'player.spell(220143).cooldown >= 8'},
  18. --Festering Strike to apply Festering Wound.
  19. {'85948', 'target.debuff(194310).count < 7'},
  20. --Death Coil to dump Runic Power.
  21. {'47541', {'player.runes <= 1','player.spell(207349).cooldown >= 10'}},
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement