rsnrdk Posted August 21 Report Posted August 21 Hi everyone! Any updates on this topic? Currently the issue is still not fixed, maybe someone figured out another way to reliably determine who sent which item without new asset_id? I tried to check by Item Certificate but it also changes after trade between users. Quote
TheMaster Posted Wednesday at 11:19 PM Report Posted Wednesday at 11:19 PM use the get inventory contents for hte new assetid Quote
rsnrdk Posted Thursday at 08:41 AM Report Posted Thursday at 08:41 AM 8 hours ago, TheMaster said: use the get inventory contents for hte new assetid Thank you for the answer! You mean I should compare my Bot`s inventory before and after the trade and then exctract the new items by asset_ids that i didn`t have before trade right? Quote
TheMaster Posted 7 hours ago Report Posted 7 hours ago yes after the trade the new asset id is visible so just set up a inventory poll and u should be good any steam trading bot does inventory poll but be careful not to set the poll too frequent u can get ratelimited very fast. the old asset id is still in the event handler response so u have both the new id and the old one how i do it is i store a template of the doc in db then use a backfill script to fill in the new asset id. Hope that helps Regards rsnrdk 1 Quote
rsnrdk Posted 31 minutes ago Report Posted 31 minutes ago 7 hours ago, TheMaster said: yes after the trade the new asset id is visible so just set up a inventory poll and u should be good any steam trading bot does inventory poll but be careful not to set the poll too frequent u can get ratelimited very fast. the old asset id is still in the event handler response so u have both the new id and the old one how i do it is i store a template of the doc in db then use a backfill script to fill in the new asset id. Hope that helps Regards Thank you very much!😉 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.