Milling Macro (Nothing fancy)

Sequences[‘milling’] = {
PreMacro = [[
/cast Milling
]],
‘/use Talador Orchid’,
‘/use Nagrand Arrowbloom’,
‘/use Starflower’,
‘/use Gorgrond Flytrap’,
‘/use Fireweed’,
‘/use Frostweed’,
}

I’ve found that the PreMacro block content should not have any whitespace, and the very last item in your Sequences block needs a comma, even though it’s the last item. It seems to screw up other Sequences in your lua file if you don’t include it.

Please post any improvements. I bind this to CTRL wheel up and cycle through. I haven’t tried implementing [nochannelling] (sp?) to avoid interrupting myself when spamming the macro.

Enjoy, I hope it helps someone.