From 408e0426ae942e049b9fb2980abca1e749a1f25e Mon Sep 17 00:00:00 2001 From: Mahtra <93822896+MahtraDR@users.noreply.github.com> Date: Thu, 14 Nov 2024 10:35:24 +1300 Subject: [PATCH] Adding circle check --- bard-whistle.lic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bard-whistle.lic b/bard-whistle.lic index cd86fbc748..55b489ee3b 100644 --- a/bard-whistle.lic +++ b/bard-whistle.lic @@ -5,7 +5,7 @@ no_kill_all class Whistle def initialize @combat_scripts = ['hunting-buddy', 'combat-trainer'] - exit unless DRStats.guild == 'Bard' && DRSkill.getrank('Bardic Lore') < 1750 + exit unless DRStats.guild == 'Bard' && DRSkill.getrank('Bardic Lore') < 1750 && DRStats.circle >= 18 passive_loop end