oldschoolbot icon indicating copy to clipboard operation
oldschoolbot copied to clipboard

Clue hunter checks bank/equipped rather than CL

Open ghosts-are-spooky opened this issue 10 months ago • 0 comments

🐛 Bug Report

Crack the clue activity checks if the user has the specific piece equipped or in their bank

if ( user.hasEquipped(['Iron dagger', 'Bronze arrow', 'Iron med helm']) && user.getAttackStyles().includes(SkillsEnum.Strength) && !user.hasEquippedOrInBank(['Helm of raedwald']) ) { loot.add('Helm of raedwald');

This means that if somebody is trying to do crack the clue for CL, they have to delete or trade the items to be able to get the CL. This is also just confusing and unclear.

This should be updated to allow receiving if it's not on the cl in addition to current requirement.

ghosts-are-spooky avatar Apr 26 '24 11:04 ghosts-are-spooky