I have / had the spam also there's something wrong with this section:
Rich (BB code):
|---Remove crap buffs
/if (!${Defined[meb]}) /declare meb int local 0
/if (!${Defined[findbuff]}) /declare findbuff string local
/for meb 1 to 42
/varset findbuff ${Me.Buff[${meb}]}
/if (${findbuff.Find[Strength of]}) /removebuff ${findbuff}
/if (${findbuff.Find[Spiritual V]}) /removebuff ${findbuff}
/if (${findbuff.Find[Spiritual Strength]}) /removebuff ${findbuff}
/if (${findbuff.Find[Spiritual Brawn]}) /removebuff ${findbuff}
/if (${findbuff.Find[Focus]}) /removebuff ${findbuff}
/next meb
As a temporary fix, commenting that out stops the can not remove this effect spam but you need to manage your self shield manually ( armor of the ardent for lvl105 )
You need to be low enough mana for the medtime sub to be called which is why the spam comes and goes and you got to have one of the buffs that matches that list, in my case it was a focus spell from my bst, the strange part is this would happen even if the spell did not actually stick to my cleric, I changed all those /removebuff commands to be /echo and it was spamming Focus of Okasi over and over even though it was blocked by armor of the ardent already.
Even stranger.....this spamming was removing other buffs like spirit of talatak kind of randomly
EDIT: Actually it was removing anything with spirit in the name which for me is 3 buffs from my bst + focus....and now I see the pattern lol