Skip to content

Instantly share code, notes, and snippets.

@benphelps
Created November 9, 2013 00:03
Show Gist options
  • Save benphelps/7379609 to your computer and use it in GitHub Desktop.
Save benphelps/7379609 to your computer and use it in GitHub Desktop.
-- SPEC ID 261
ProbablyEngine.rotation.register(261, {
-- Buffs
{ "Deadly Poison", "!player.buff(Deadly Poison)" },
{ "Leeching Poison", "!player.buff(Leeching Poison)" },
-- Cooldowns
{ "Shadow Blades", "modifier.cooldowns" },
{ "Slice and Dice", {
"!player.buff(Slice and Dice)",
"player.combopoints = 5"
}},
{ "Vanish", {
"!palyer.buff(Shadow Dance)",
"modifier.cooldowns"
}},
-- Rotation
{ "Eviscerate", "player.combopoints = 5" },
{ "Hemorrhage", "target.debuff(Hemorrhage).duration <= 4" },
{{
{ "Fan of Knives", "modifier.multitarget" },
{ "Hemorrhage", "modifier.shift" },
{ "Backstab" }
}, "player.combopoints < 5" },
{ "Sinister Strike" },
}, {
{ "Ambush", {
"player.buff(Vanish)"
}, "target" },
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment