Not to drum up an old thread, I've been gone a few months. But if you want a warrior to taunt with mq2melee and not spam it, you will need a tauntif= within the saved melee settings. Do a /melee save in game on the warrior, then open the ini file in you mq2 directory and add this line.
Code: Select all
tauntif=${If[${Select[${Me.Class.ShortName},WAR,SHD,PAL]} && !${Melee.GotAggro} && ${Me.GroupSize} && !${Raid.Members},1,0]}
He will taunt if he ever loses aggro to anyone that is not a tank, and he is grouped or in a raid.