-
Posts
3544 -
Joined
-
Last visited
Everything posted by Dr. McKay
-
You would probably want to set a timer to re-check it.
-
autoRetry was removed in v2.
-
You'll miss out on things like stickers and custom names if you use market_hash_name as your unique field.
-
You should update to v2, which removed the autoRetry option.
-
Question [Error: Could not act on confirmation]
Dr. McKay replied to Inkognitoo's topic in node-steamcommunity
The tag for accepting needs to be allow, not accept. -
Can't send Trade Offers - 403 Error
Dr. McKay replied to rezzex's topic in node-steam-tradeoffer-manager
Don't call parentalUnlock until the callback of setCookies fires Don't try to send an offer until the callback of parentalUnlock fires -
Not presently, no. If you want your own name and stuff, you can use the GetPlayerSummaries WebAPI method.
-
That's just how Valve does it. The classid/instanceid can also include some hidden data that isn't displayed in the actual item data, so you'll just have to live with whatever duplicates you get.
-
Question Get New Cookies After They Expire?
Dr. McKay replied to 16austin16's topic in node-steam-user
You can't just call webLogOn(), you need to call it as a method of a SteamUser object. -
Question Get New Cookies After They Expire?
Dr. McKay replied to 16austin16's topic in node-steam-user
Show your code please. -
Question Manipulate item amount after adding it?
Dr. McKay replied to pumble's topic in node-steam-tradeoffer-manager
You can't increase the "amount" of a non-stacked item. If you want to add multiple cases, you need to call addItem for each individual case object. -
Question Get New Cookies After They Expire?
Dr. McKay replied to 16austin16's topic in node-steam-user
https://github.com/DoctorMcKay/node-steam-user#weblogon -
The region will be fixed when there's time to fix it.
-
There are pretty much two things you can do. Cancel unknown offers in unknownOfferSent and hope that the user doesn't accept it before you can cancel it (and if they do, fix it manually) Include some kind of internal identifier in the trade offer message and use that to track offers instead of (or in addition to) the offer ID
-
Invisible Items Glitch - Managed to do it on purpose.
Dr. McKay replied to Gilroy's topic in node-steam-tradeoffer-manager
Would you mind PMing me how you make this happen?