Skip to content

Instantly share code, notes, and snippets.

Created October 27, 2014 18:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/84ab8309d1a3e3ce5119 to your computer and use it in GitHub Desktop.
Save anonymous/84ab8309d1a3e3ce5119 to your computer and use it in GitHub Desktop.
-- ProbablyEngine Rotation Packager
-- Created on Oct 27th 2014 9:08 am
ProbablyEngine.rotation.register_custom(268, "Tank", {
-- Your Rotation Here!
--------------
----Start-----
--------------
-- Provoke
{"provoke" {
"target.name(Sha of Pride)",
"!player.debuff(Wounded Pride)",
"focus.debuff(Wounded Pride)",
"toggle.autotaunt", } },
{"provoke" {
"target.name(Immerseus)",
"focus.debuff(Corrosive Blast)",
"toggle.autotaunt", } },
-- Buffs
{ "Legacy of the Emperor", {
"!player.buff(Legacy of the Emperor)",
"!player.buff(Blessing of Kings)",
"!player.buff(Mark of the Wild)",
"!player.buff(Embrace of the Shale Spider)", } }
-- Interrupts
{ "Spear Hand Strike", "modifier.Interrupts" },
-- Purifying
{"Purifying Brew", "player.debuff(Heavy Stagger)" },
-- Rotation
{ "Dizzying Haze", "modiifer.lshift", "ground" },
{ "Tiger Palm", "player.buff(125359).duration <= 3" },
{ "Tiger Palm", "!player.buff(125359)" }, -- Tiger Palm for Buff
{ "Chi Wave" },
{ "Expel Harm", "player.health <= 85" },
{ "Blackout Kick" },
{ "Rushing Jade Wind", "modifier.lalt" },
{ "Spinning Crane Kick", "modifier.lalt" },
{ "Keg Smash" }
{ "Jab" }
{ "Elusive Brew", "player.buff(128938).count >= 7" },
-- OOC
},{
{"Purifying Brew", "player.debuff(Heavy Stagger)" },
{"Purifying Brew", "player.debuff(Moderate Stagger)" },
{ "Legacy of the Emperor", {
"!player.buff(Legacy of the Emperor)",
"!player.buff(Blessing of Kings)",
"!player.buff(Mark of the Wild)",
"!player.buff(Embrace of the Shale Spider)", } },
}
function()
ProbablyEngine.toggle.create('autotaunt', 'Interface\\Icons\\Ability_Monk_Provoke', 'Auto Taunt', 'Toggle Auto Taunting for Bosses.')
end)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment