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
Hi, csjh!
I was analyzing your code because I want some different features and if you can help me I would be glad!
I want to get the lowest single price from a stackable item (like Worm Membrane).
So, if there are any quantity of membranes for lesser than 90k I would like to buy them.
The issue is, as far as I know, the stack quantity is nowhere on that hypixel api (at least I didn't find it even on swagger.json). Do you know of a way to get that value?
If so, I will create a branch for it doing the modifications I said, and if you like it you can incorporate on your code!
Thank you for your attention!
The text was updated successfully, but these errors were encountered:
It's stored in the item bytes which is gzipped, base64 encoded NBT data
You could try translating the javascript used @ https://cowtipper.de/nbt to python
Hi, csjh!
I was analyzing your code because I want some different features and if you can help me I would be glad!
I want to get the lowest single price from a stackable item (like Worm Membrane).
So, if there are any quantity of membranes for lesser than 90k I would like to buy them.
The issue is, as far as I know, the stack quantity is nowhere on that hypixel api (at least I didn't find it even on swagger.json). Do you know of a way to get that value?
If so, I will create a branch for it doing the modifications I said, and if you like it you can incorporate on your code!
Thank you for your attention!
The text was updated successfully, but these errors were encountered: