i need a plugin to use the kofa'kota berry when the bot starts fighting mobs, and to continue to use it on cool down. can anyone help me?
If you're using CLU you can change the class specific settings for PRECOMBAT BUFFS to return new Decorator( ret => !Me.Mounted && !Me.IsDead && !Me.Combat && !Me.IsFlying && !Me.IsOnTransport && !Me.HasAura("Food") && !Me.HasAura("Drink"), new PrioritySelector( Buff.CastRaidBuff("Blessing of Kings", ret => true, "[Blessing] of Kings"), Buff.CastRaidBuff("Blessing of Might", ret => true, "[Blessing] of Might"), Item.RunMacroText("/Use Kofa'Kota Berry", ret => true, "Kafa Rush"))); And then it works Edit - Scratch that, she's stood here spamming it