Skip to content

Instantly share code, notes, and snippets.

@benphelps
Created July 11, 2013 17:29
Show Gist options
  • Save benphelps/5977449 to your computer and use it in GitHub Desktop.
Save benphelps/5977449 to your computer and use it in GitHub Desktop.
-- SPEC ID 258
ProbablyEngine.rotation.register(258, {
{ "Power Word: Fortitude", "!player.buff(Power Word: Fortitude)" },
{ "Inner Fire", "!player.buff(Inner Fire)" },
{ "Shadow Form", "!player.buff(Shadowform)" },
{ "Shadow Word: Pain", "target.debuff(Shadow Word: Pain).duration < 3" },
{ "Vampiric Touch", "target.debuff(Vampiric Touch).duration < 4" },
{ "Devouring Plague", "player.shadoworbs = 3" },
{ "Mind Blast" },
{ "Mind Spike", "player.buff(Surge of Darkness)" },
{ "Shadow Word: Death" },
{ "Mind Flay", "target.debuff(Devouring Plague)" },
{ "Mind Flay" }
}
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment