Make bot check inventory when taking/submitting #6
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "check-inventory-on-submit"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The bot will check if the map ID is in it's inventory before letting you submit it, and vice versa that the map isn't already in the inventory when taking it. (closes #5)
Also, I updated the Noblox version because it fixed getProductInfo to use the newer API, which I had implemented a workaround for previously.
Finally, I noticed that the Roblox API endpoint for product info is really strict and limits you to only like 1 request per 30 seconds. I couldn't find a better alternative, but I added a better error message for when that happens.
Bot checks inventory when taking/submittingto Make bot check inventory when taking/submittingWonderful, thanks!