Seeing as how the Flower Festival Event is out, I'm sure people will be looking for an easier way to buy those annoying Blessing of the Flower Gods. I haven't seen any threads posted with a macro to auto-buy them from the NPC so I just decided to post the one I wrote for myself (to hopefully save someone a LOT of clicking)
|
Source code
|
1
2
3
4
5
|
/run CastSpellByName("Attack")
/wait.05
/script ChoiceOption(2)
/wait.1
/script ChoiceOption(1)
|
You can adjust the wait times for yourself, but this is what seemed to run the best for me. Just target the NPC and spam away. Have fun :p