Quote Originally Posted by 'Fursphere',index.php?page=Thread&postID=180332#po st180332
Ok - can somebody tell me whats going on here?

Code:
//Button 1 macro for all toons
/click MultiBarRightButton1
/click MultiBarRightButton2
/click MultiBarRightButton3
/click MultiBarRightButton4
/click MultiBarRightButton5

//Prot Pally (5 seperate macros, one for each line)
/castsequence [target=player] Cleanse,,,,
/castsequence [target=party1] ,Cleanse,,,
/castsequence [target=party2] ,,Cleanse,,
/castsequence [target=party3] ,,,Cleanse,
/castsequence [target=party4] ,,,,Cleanse
When I hit the /click button, it randomly double clicks macros. The individual macros work fine, tested them all. But the clicker double clicks and skips.. can't figure it out. I replaced cleanse with flash of light for testing.
If this is intended as a spam macro, you're going to end up with them all on the same rotation, because every button press will pass through on the blank portions of the sequence, but will be held up on the spell if casting or on GCD. If you're looking for a smart cleanse macro, might I suggest:

Code:
/castrandom [target=player1] Cleanse,,,,
/castrandom [target=player2] Cleanse,,,
/castrandom [target=player3] Cleanse,,
/castrandom [target=player4] Cleanse,
/castrandom [target=player5] Cleanse