Deleted ret pally post

this post is being deleted

The first error is you have too many blocks firing. It’s the reason I avoid priority loops.
You can click image to see how many actions are being attempted. Your macro is trying to do 15,006 actions, which is insane and will most certainly bog down your macro. For reference, my Ret macros use 69 (Nice!) actions. image

Your macro broken error is because you have a priority loop within a priority loop, which seems to break it.