[PMM] [GS] [PVP/PVE] Monk MW

Yo gents!

Everybody knows that I’m not a GS fan, however I got fun writing down these sequences hereunder for MW Monks.

I didn’t test these at all!!Hence, if you are going to test them could you please give me back a feedback? I’d like to figure out if these could be of any help.

So….

TALENTS & GLYPHS

Talents: 2.1.3.3.1.3.3

Major Glyphs:

  • Glyph of Life Cocoon;
  • Glyph of Zen Focus;
  • Glyph of Freedom Roll;
    (for PVP obviously)

Minor Glyphs:

-it’s up to you…it does not matter at all…

[NO GS - MACRO]

STANCE

/console Sound_EnableSFX 0
#showtooltip [stance:2] Stance of the Spirited Crane; [stance:1] Stance of the Wise Serpent
/cast [stance:1] Stance of the Spirited Crane
/cast [stance:2] Stance of the Wise Serpent
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 

BBL

/console Sound_EnableSFX 0
#showtooltip Zen Sphere
/cast [@mouseover,exists,help,nodead] [@target,exists,help,nodead] [@player] Zen Sphere
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1
[GS - MACRO]

SINGLE TARGET STANDARD HEAL

Sequences["MWST"] = {
	StepFunction = [[
		limit = limit or 1
		if step == limit then
			limit = limit % #macros + 1
			step = 1
		else
			step = step % #macros + 1
		end
	]],
	PreMacro = [[
/console Sound_EnableSFX 0
#showtooltip Soothing Mist
/use Stance of the wise serpent
	]],
'/use Chi Brew',
'/cast [@mouseover,exists,help,nodead,channeling: Soothing Mist][@target,help,nodead,channeling: Soothing Mist][@player,channeling: Soothing Mist] Enveloping Mist',
'/cast [@mouseover,exists,help,nodead][@target,exists,help,nodead][@player] Renewing Mist',
'/cast [@mouseover,exists,help,nodead,nochanneling][@target,help,nodead,nochanneling][@player,nochanneling] Soothing Mist',
'/cast [@mouseover,exists,help,nodead,channeling: Soothing Mist][@target,help,nodead,channeling: Soothing Mist][@player,channeling: Soothing Mist] Surging Mist',
'/cast Chi Wave',
'/cast Expel Harm',
	PostMacro = [[
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1
	]],
}

SINGLE TARGET OHSHITWTF!!! HEAL

Sequences["MWSTBOOM"] = {
	StepFunction = [[
		limit = limit or 1
		if step == limit then
			limit = limit % #macros + 1
			step = 1
		else
			step = step % #macros + 1
		end
	]],
	PreMacro = [[
/console Sound_EnableSFX 0
#showtooltip Surging Mist
/use Stance of the wise serpent
	]],
'/cast !Thunder Focus Tea',
'/cast [@mouseover,exists,help,nodead,nochanneling][@target,help,nodead,nochanneling][@player,nochanneling] Soothing Mist',
'/cast [@mouseover,exists,help,nodead,channeling: Soothing Mist][@target,help,nodead,channeling: Soothing Mist][@player,channeling: Soothing Mist] Enveloping Mist',
'/cast [@mouseover,exists,help,nodead,channeling: Soothing Mist][@target,help,nodead,channeling: Soothing Mist][@player,channeling: Soothing Mist] Surging Mist',
	PostMacro = [[
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1
	]],
}

AOE STANDARD HEAL (rem to change mouseover/you own target)

Sequences["MWAOE"] = {
	StepFunction = [[
		limit = limit or 1
		if step == limit then
			limit = limit % #macros + 1
			step = 1
		else
			step = step % #macros + 1
		end
	]],
	PreMacro = [[
/console Sound_EnableSFX 0
#showtooltip Surging Mist
/use Stance of the wise serpent
	]],
'/use Chi Brew',
'/castsequence reset=0.3 [@mouseover,exists,help,nodead][@target,exists,help,nodead][@player] Renewing Mist,Renewing Mist,Renewing Mist',
'/cast [@mouseover,exists,help,nodead,nochanneling][@target,help,nodead,nochanneling][@player,nochanneling] Uplift',
'/cast [@mouseover,exists,help,nodead,nochanneling][@target,help,nodead,nochanneling][@player,nochanneling] Soothing Mist',
'/cast Detonate Chi',
'/cast Chi Wave',
'/cast Expel Harm',
	PostMacro = [[
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1
	]],
}

FISTWEAVING

Sequences["MWFW"] = {
	StepFunction = [[
		limit = limit or 1
		if step == limit then
			limit = limit % #macros + 1
			step = 1
		else
			step = step % #macros + 1
		end
	]],
	PreMacro = [[
/console Sound_EnableSFX 0
#showtooltip Rising Sun Kick
/use Stance of the Spirited Crane
	]],
'/use Chi Brew',
'/cast Touch of Death',
'/cast Rising Sun Kick',
'/castsequence reset=1/target Tiger Palm,null',
'/cast Touch of Death',
'/cast Rising Sun Kick',
'/cast Blackout Kick',
'/cast Jab',
'/cast Touch of Death',
'/cast Rising Sun Kick',
'/cast Chi Wave',
'/cast Expel Harm',
	PostMacro = [[
/cast [@player] Surging Mist
/stopcasting
/startattack
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1
	]],
}

lemme know!

alex

Nice… required a hell of a lot of re-editing as it wasn’t put up in a black box…

Not sure the Fistweave macro is firing off properly…

Would consider putting Mana Tea into macro unless u have it unglyphed…

What are you talents / glyphs??

Funky

u were right…so i tested those by myself and posted the right version.

thanks man

Is there anyway someone can put these in correctly into Blackbox because I have tried to edit these on my own but no success at this time I would really appreciate it

With your GS Fistweaving macro, all it casts is Jab and Tiger Palm.

at least for me :frowning:

 SINGLE TARGET STANDARD HEAL

Sequences["MWST"] = {
	StepFunction = [[
		limit = limit or 1
		if step == limit then
			limit = limit % #macros + 1
			step = 1
		else
			step = step % #macros + 1
		end
	]],
	PreMacro = [[
/console Sound_EnableSFX 0
#showtooltip Soothing Mist
/use Stance of the wise serpent
	]],
'/use Chi Brew',
'/cast [@mouseover,exists,help,nodead,channeling: Soothing Mist][@target,help,nodead,channeling: Soothing Mist][@player,channeling: Soothing Mist] Enveloping Mist',
'/cast [@mouseover,exists,help,nodead][@target,exists,help,nodead][@player] Renewing Mist',
'/cast [@mouseover,exists,help,nodead,nochanneling][@target,help,nodead,nochanneling][@player,nochanneling] Soothing Mist',
'/cast [@mouseover,exists,help,nodead,channeling: Soothing Mist][@target,help,nodead,channeling: Soothing Mist][@player,channeling: Soothing Mist] Surging Mist',
'/cast Chi Wave',
'/cast Expel Harm',
	PostMacro = [[
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1
	]],
}

SINGLE TARGET OHSHITWTF!!!! HEAL

Sequences["MWSTBOOM"] = {
	StepFunction = [[
		limit = limit or 1
		if step == limit then
			limit = limit % #macros + 1
			step = 1
		else
			step = step % #macros + 1
		end
	]],
	PreMacro = [[
/console Sound_EnableSFX 0
#showtooltip Surging Mist
/use Stance of the wise serpent
	]],
'/cast !Thunder Focus Tea',
'/cast [@mouseover,exists,help,nodead,nochanneling][@target,help,nodead,nochanneling][@player,nochanneling] Soothing Mist',
'/cast [@mouseover,exists,help,nodead,channeling: Soothing Mist][@target,help,nodead,channeling: Soothing Mist][@player,channeling: Soothing Mist] Enveloping Mist',
'/cast [@mouseover,exists,help,nodead,channeling: Soothing Mist][@target,help,nodead,channeling: Soothing Mist][@player,channeling: Soothing Mist] Surging Mist',
	PostMacro = [[
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1
	]],
}

AOE STANDARD HEAL (rem to change mouseover/you own target)

Sequences["MWAOE"] = {
	StepFunction = [[
		limit = limit or 1
		if step == limit then
			limit = limit % #macros + 1
			step = 1
		else
			step = step % #macros + 1
		end
	]],
	PreMacro = [[
/console Sound_EnableSFX 0
#showtooltip Surging Mist
/use Stance of the wise serpent
	]],
'/use Chi Brew',
'/castsequence reset=0.3 [@mouseover,exists,help,nodead][@target,exists,help,nodead][@player] Renewing Mist,Renewing Mist,Renewing Mist',
'/cast [@mouseover,exists,help,nodead,nochanneling][@target,help,nodead,nochanneling][@player,nochanneling] Uplift',
'/cast [@mouseover,exists,help,nodead,nochanneling][@target,help,nodead,nochanneling][@player,nochanneling] Soothing Mist',
'/cast Detonate Chi',
'/cast Chi Wave',
'/cast Expel Harm',
	PostMacro = [[
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1
	]],
}

FISTWEAVING

Sequences["MWFW"] = {
	StepFunction = [[
		limit = limit or 1
		if step == limit then
			limit = limit % #macros + 1
			step = 1
		else
			step = step % #macros + 1
		end
	]],
	PreMacro = [[
/console Sound_EnableSFX 0
#showtooltip Rising Sun Kick
/use Stance of the Spirited Crane
	]],
'/use Chi Brew',
'/cast Touch of Death',
'/cast Rising Sun Kick',
'/castsequence reset=1/target Tiger Palm,null',
'/cast Touch of Death',
'/cast Rising Sun Kick',
'/cast Blackout Kick',
'/cast Jab',
'/cast Touch of Death',
'/cast Rising Sun Kick',
'/cast Chi Wave',
'/cast Expel Harm',
	PostMacro = [[
/cast [@player] Surging Mist
/stopcasting
/startattack
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1
	]],
}