oldschoolgg / oldschoolbot

Old School Bot - A fanmade discord bot based on Old School RuneScape (OSRS)
https://www.oldschool.gg/
MIT License
141 stars 128 forks source link

Aerial Fishing. Cant catch Greater Siren. #1274

Closed MagiskeMaya closed 3 years ago

MagiskeMaya commented 3 years ago

🐛 Bug Report

After getting the stats individually for catching the Greater Siren from Aerial Fishing, I can't seem to catch

any of them. The requirements are 91 Fishing and 87 Hunting according to the wiki, which my minion currently possesses. Screenshot_1 Screenshot_2 Screenshot_3

TizHub commented 3 years ago

COPIED FROM BUG REPORT I MADE:

Looks like some of the code may be broken, https://discord.com/channels/342983479501389826/668073484731154462/805181407914754048 this person has the required stats for greater sirens but didn't receive greater sirens as loot, it's possible that the roll requires the hunter and fishing level to be 1 more than what is intended (I may be reading the code wrong)

if ( currentRoll > 82 && currentFishLevel > greaterSiren.fishLvl! && currentHuntLevel > greaterSiren.level! ) { greaterSirenCaught++; continue;

Lajnux commented 3 years ago

1275 will resolve this