
Nacho
-
Posts
21 -
Joined
-
Last visited
Reputation Activity
-
-
-
Nacho reacted to Dr. McKay in Check if a offer sent by the bot was accepted
Listen for the sentOfferChanged event and see if the new state is Accepted.
-
Nacho reacted to Vanilla in AppID of a offer
using 'item.appid'
https://github.com/DoctorMcKay/node-steamcommunity/wiki/CEconItem#appid
-
Nacho reacted to Vanilla in Edit Steam Profile Summary
Using steamcommunity editProfile.https://github.com/DoctorMcKay/node-steamcommunity/wiki/SteamCommunity#editprofilesettings-callback
-
Nacho reacted to Dr. McKay in Why loadUserInventory doesn't return the market_hash_name?
loadUserInventory is deprecated. Use getUserInventoryContents instead.
-
Nacho reacted to Dr. McKay in addTheirItems add all items from a appID
Fetch the inventory for only tradable items, then call addTheirItems with the raw array of items. I believe there is an example in the repo that does exactly this.