Inscription Milling GS

Sequences['Milling'] = {
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
/use Milling
]],
	'/use Starflower',
	'/use Gorgrond Flytrap',
	'/use Nagrand Arrowbloom',
	'/use Talador Orchid',
	'/use Frostweed',
	'/use Fireweed',

PostMacro = [[
/script UIErrorsFrame:Clear()
/console Sound_EnableSFX 1
]],
}

It works AWESOME was so tired of click bowl click herb click bowl click herb :slight_smile:

need to add fireweed
'/use Fireweed',

Thanks for posting this. I am using it on my shaman. :stuck_out_tongue:

sorry all added fireweed but now the damn macro wont post in black box

I feel it is a little complicated!

Not working for me, only cycling thru the diffrent flower icons ;(