Mistweaver PVE

Didn’t see a working PVE version, so here’s what I use.


Sequences ["MistHeal"] = {
StepFunction = [[
	limit = limit or 1
	if step == limit then
		limit = limit % #macros + 1
		step = 1
	else
		step = step % #macros + 1
	end
]],
PreMacro = [[
/use Stance of the wise serpent
]],
'/castsequence Renewing Mist,Soothing Mist,Surging Mist',
'/cast Uplift',
'/cast Chi Wave',
'/use Thunder Focus Tea',
'/use Mana Tea',
'/use Expel Harm',
'/cast Soothing Mist',
PostMacro = [[
/use [combat]13
/use [combat]14
]],
}