Blue Posted July 5, 2017 Report Posted July 5, 2017 i'm getting a lot of errors 26, and i have maked the bot to handle gived and received items, and if any error comes up, completely reload inventory, but still there are errors 26 all the time, so this event will for sure be fired ?? Constructor i'm using.↓↓ new TradeOfferManager({ "steam": client, "language": "en", "community":community, "pollInterval": "10000", "cancelTime": "7200000" }); Quote
tacyarg Posted July 5, 2017 Report Posted July 5, 2017 error 26 means that the item id's you are trying to user are invalid. You need to re-scan the inventory and properly map the request again. Quote
Blue Posted July 6, 2017 Author Report Posted July 6, 2017 (edited) error 26 means that the item id's you are trying to user are invalid. You need to re-scan the inventory and properly map the request again.yes i know what error 26 is about, you dont get my point, if the sentOfferChanged isnt fired, so the bot cant handle items to avoid errors 26. and to a bot with requests all the time, re-scan inventory just isnt a good idea. Edited July 6, 2017 by Blue Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.