-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Grotesque guardians missing drops #221
Comments
I did some further investigation, the ID when Dusk dies is Yet when I query the 'monsters API' I receive the followind (query:
List of ID's that errors of Dusk: List of ID's that errors of Dawn: |
Do you have any information about this? @osrsbox |
Hey @MathieuDR and @JasperPluijmers - sorry about the long delay in reply, I don't get much time to work on this project anymore. Thanks for providing such detailed information @MathieuDR - made it really easy to research the problem. 404 Errors for Some IDsMonsters are a subset of NPCs. I identify monsters by determining if they are have "Attack" in the Couple FYIs:
Solution: I can add some of the IDs that you listed if that would help you out. No drops for Dusk/DawnThis is a hard solution to solve for me. The page with the drops is Grotesque_Guardians on the wiki. Most other monsters have drops embedded on their page. Since the names are different (Dusk VS Grotesque Guardians) and the category does not include No idea how to solve this - and since the data is programmatically generated, it is kind of hard. I will have a think about it, but a quicker solution might be to add one "exception" in your tool to load a static drops array that you put together. Sorry, but I don't have the time to focus on this project anymore, and have limited time for updates. EDIT:
|
This is a good question @JasperPluijmers. Yes, this is by design. The idea when first designing/making this project was to be really specific with each item / monster and provide all the "versions" as it can sometimes be really useful to be able to get the data that varies. One example is providing versions for noted/placeholder/normal variations of all items. Same with things like the different versions of monsters - one example is Hope that helps clarify the way it works, and why it was designed like this. |
Hey, thanks for the answer. I will defnitily look at the scraper since I would like to add a property if a drop is unique. Not sure how feasible this is, but must be possible I suppose. I will see if I can come with a work around for guardians on my end or preferably the scraper. Note, I would also like to thank you for your detailed answer! |
The code is a bit of a mess, and grew into a mutant over time... Just warning you! |
While investigating an issue for the discord rare drop notifier I discovered that none of the id's associated with Dusk and Dawn (grotesque guardians) have drops associated with them.
Also quite some of the id's associated with dusk or dawn get a 404 on
https://api.osrsbox.com/monsters/
Is this by design? Should not all id's just point to the same object or is there a specific reason?
I got the id's from
https://www.osrsbox.com/tools/npc-search/
edit
Nightmare has the same problem that some of the id's do not point to an object. But at least the correct id's have drops associated with them.
The text was updated successfully, but these errors were encountered: