Hi, Here is part of a spell casting macro I wrote to repeatedly cast a spell over and over. The code below you can copy into your macro to handle fizzles, you just need to write the functionality you want when the fizzle is caught. All i do is set a flag to true, and handle it in the CastSpell proce...