From e089899e11361655c361974e8f7846cd75f32c9b Mon Sep 17 00:00:00 2001 From: nytmyr <53322305+nytmyr@users.noreply.github.com> Date: Sun, 31 May 2026 13:17:51 -0500 Subject: [PATCH] [Bots] Verify Tiger Claw on Monk Attacks (#5089) --- zone/bot.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/zone/bot.cpp b/zone/bot.cpp index 00662389c..ed3f47f45 100644 --- a/zone/bot.cpp +++ b/zone/bot.cpp @@ -5335,6 +5335,12 @@ void Bot::DoClassAttacks(Mob *target, bool IsRiposte) { if (ma_time) { switch (GetClass()) { case Class::Monk: { + + if (!GetSkill(EQ::skills::SkillTigerClaw)) { + monkattack_timer.Disable(); + return; + } + int reuse = (MonkSpecialAttack(target, EQ::skills::SkillTigerClaw) - 1); // Live AA - Technique of Master Wu