6.03 Mistweaving Serpent and Crane [macro tool kit & Gnome]

Been playing around in bg’s and trying to get a macro or macro’s to work, and this is what i have come up with.
build: 1,1,3,1,3,3,3
Stance of the Wise Serpent

Single Target:

#showtooltip
/tar mouseover
/use Stance of the Wise Serpent
/castsequence reset=8 renewing mist,soothing mist,Surging mist,surging mist,renewing mist
/castsequence reset=1 !Enveloping Mist,!Expel Harm,!Chi Wave,Thunder Focus Tea
/use Chi Brew

Group Healing

#showtooltip
/use Stance of the Wise Serpent
/tar mouseover
/castsequence reset=8 renewing mist,soothing mist,Surging mist,surging mist,renewing mist
/castsequence reset=1 !Uplift,!Expel Harm,!Chi Wave,Thunder Focus Tea
/use Chi Brew

Stance of the Spirited Crane

Gnome Sequencer

Sequences['MistFist'] = {
    PreMacro = [[
/targetenemy [noharm][dead]
/use Stance of the Spirited Crane
    ]],
		'/use !Chi Wave',
		'/use !Expel Harm',
		'/use Jab',
		'/use Blackout Kick',
		'/use Rising Sun Kick',
	    PostMacro = [[
/use !touch of Death
/use [combat]13
/use [combat]14
    ]],
}

Crane Proc

#showtooltip
/tar mouseover
/cast Surging Mist

Other Useful Macro’s

Bubble

#showtooltip
/tar mouseover
/castsequence reset=120 Life Cocoon,Diffuse Magic

Ring of Peace

#showtooltip
/tar mouseover
/cast Ring of Peace

CC

#showtooltip
/tar mouseover
/castsequence reset=15 Paralysis,Quaking Palm

small update, using gnome for everything now

Single Target Heals

Sequences["MistSTHeal2"] = {
	PreMacro = [[
/targetenemy [noharm][dead]
	]],
	[[/castsequence reset=8/target [@mouseover,help,nodead][help,nodead][@player][nochanneling]  Renewing Mist]],
	[[/castsequence reset=0.3 [@mouseover,help,nodead][help,nodead][@player][nochanneling] Surging Mist]],
	[[/castsequence reset=0.3 [@mouseover,help,nodead][help,nodead][@player] Soothing Mist]],
	[[/castsequence reset=0.3 [@mouseover,help,nodead][help,nodead][@player][channeling: Soothing Mist] Enveloping Mist]],
	[[/cast [@mouseover,help,nodead][help,nodead][@player][nochanneling] Expel Harm]],
	[[/cast [@mouseover,help,nodead][help,nodead][@player][nochanneling] Chi Wave]],
	    PostMacro = [[
/use !Thunder Focus Tea
/use !Chi Brew
/use [combat]13
/use [combat]14
    ]],
}

AOE Heals

Sequences["MistAOEHeal"] = {
	PreMacro = [[
/targetenemy [noharm][dead]
	]],
	[[/castsequence reset=8/target [@mouseover,help,nodead][help,nodead][@player]  Renewing Mist]],
	[[/castsequence reset=0.3 [@mouseover,help,nodead][help,nodead][@player] Surging Mist]],
	[[/castsequence reset=0.3 [@mouseover,help,nodead][help,nodead][@player] !Uplift]],
	[[/cast [@mouseover,help,nodead][help,nodead][@player] Expel Harm]],
	[[/cast [@mouseover,help,nodead][help,nodead][@player] Chi Wave]],
	[[/castsequence reset=0.3 [@mouseover,help,nodead][help,nodead][@player] Soothing Mist]],
	    PostMacro = [[
/use !Thunder Focus Tea
/use !Chi Brew
/use [combat]13
/use [combat]14
    ]],
}

Is this any good for pve?

no it’s not. It uses way to many mana for it to be viable. Only way to make this macro work in PVE is to really slowly click it manually… like 1 second intervals.