Jump to content
McKay Development

JVz

Member
  • Posts

    30
  • Joined

  • Last visited

Everything posted by JVz

  1. So I gues there is no workaround atm. If so few more question: 1. These offers from "unknownOfferSent" still should always fire event "sentOfferChanged" if they will be accepted/canceled/etc? 2. Seems like these offers ignore "cancelTime" "pendingCancelTime" options of tradeoffer manager because they are not considered as offers created by manager. Is there better way than using setTimeout to implement same behavior as that options?
  2. Sometimes on sending tradeoffer bot will receive error from steam: "There was an error sending your trade offer. Please try again later. (16)" but in 5-60 seconds unknownOfferSent event fires 1-3 times with this exact trade (I triple checked that I create offer only once, with logs too), one of these offers will behave as usual and all others (if there are others) will have status InvalidItems. Usually it happens when steam lags Is it even possible? Or should I look for errors in my code?
  3. Maybe there is some lib that can process tradeoffers and avoids using steam dev API?
  4. You can't send or accept this trade offer because either you can't trade with the other user, or one of the parties in this trade can't send/receive one of the items in the trade. Possible causes: a ) You aren't friends with the other user and you didn't provide a trade token. b ) The trade token was wrong. c) You are trying to send or receive an item for a game in which you or the other user can't trade (e.g. due to a VAC ban). d) You are trying to send an item and the other user's inventory is full for that game.
  5. Hi. I'm using tradeoffer-manager for buying/selling items on OPSkins and few other marketplaces, but lately Valve started to ban my accounts. Usually I have 40-70 trades per day per account. What I need to change to stop receiving bans? Maybe you have some advices what i shouldn't do? Because Valve don't want to tell me what exactly am I doing agains their rules
×
×
  • Create New...