You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. I've got a script that monitors changes in the data from the API and I noticed that Broodoo shields all have buy limits of null now. Previously, they were correctly listing the buy limit as 125.
I double checked the wiki, and each Broodoo shield still appears to be listing 125 as the buy limit.
Hey @tyler-shaw - after a quick look... yes you are correct. The uncharged variant should have a buy limit of 125. The charged version with 10 charges should also have a buy limit, but it also doesn't: https://api.osrsbox.com/items/6215
I get the buy limit data from the following wiki page: https://oldschool.runescape.wiki/w/Grand_Exchange/Buying_limits. Then match on item name, or wiki name
Looks like the manes in that table do not match the names used in the other wiki pages etc. Will have a little think about how to solve this without hardcoding heaps of stuff.
Hello. I've got a script that monitors changes in the data from the API and I noticed that Broodoo shields all have buy limits of
null
now. Previously, they were correctly listing the buy limit as 125.I double checked the wiki, and each Broodoo shield still appears to be listing 125 as the buy limit.
For example, here's the green one on the API: https://api.osrsbox.com/items/6235
And the respective page on the wiki: https://oldschool.runescape.wiki/w/Broodoo_shield_(green)#Uncharged
Thanks!
The text was updated successfully, but these errors were encountered: