osrsbox / osrsbox-db

A complete and up-to-date database of Old School Runescape (OSRS) items, monsters and prayers
https://www.osrsbox.com/projects/osrsbox-db/
GNU General Public License v3.0
223 stars 80 forks source link

Missing The Nightmare from monsters_api #210

Closed MathieuDR closed 3 years ago

MathieuDR commented 3 years ago

The nightmare also has multiple known NPC ID's.

The following ID's are missing data

9432
9433
9460
9461
9462
9463
9464

Just like the hydra, we suspect that one of the ID's drops the 'loot' which results in a 404 error.

osrsbox commented 3 years ago

Hey @MathieuDR - checked the wiki to try match the missing IDs. The wiki currently lists the following IDs:

|id = 9415, 9416, 9417, 9418, 9419, 9420, 9421, 9422, 9423, 9424, 9425, 9426, 9427, 9428, 9429, 9430, 9431, 9432, 9433

To correlate against your list, I only see 9432 and 9433 matching. I will add those both in and see if that fixes the monster 404 when dropping problem. I am guessing here (and could be wrong as I have not investigated in-game) that the other IDs might be the "Idle" version?! Could be wrong. And the wiki only lists one ID as the idle version. Hmmmmm....

I will start by adding the missing two that have data and see if that fixes the problem. And will touch base after.

MathieuDR commented 3 years ago

Yes, my statement was incorrect. I have a big hunch the abyssal sire ID when it's dead is present on the API. There was some confusion before.

I have a strong indication the issue for the sire lies with us, my apologies.

osrsbox commented 3 years ago

This will be added in today's update, and will be automatically closed. Please reopen if there are any issues. Note - as discussed only adding in 9432 and 9433 so let me know if that doesn't solve the problem.