Skip to content

Commit

Permalink
Adding circle check
Browse files Browse the repository at this point in the history
  • Loading branch information
MahtraDR committed Nov 13, 2024
1 parent 156cb7c commit 408e042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bard-whistle.lic
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 408e042

Please sign in to comment.