Jump to content
McKay Development

Nacho

Member
  • Posts

    21
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Nacho reacted to Dr. McKay in getExchangeDetails error   
    Argument 3 is tradeInitTime
  2. Like
    Nacho reacted to Dr. McKay in itemsReceived   
    getExchangeDetails.
  3. Like
    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.
  4. Like
    Nacho reacted to Vanilla in AppID of a offer   
    using 'item.appid' 
    https://github.com/DoctorMcKay/node-steamcommunity/wiki/CEconItem#appid
  5. Like
    Nacho reacted to Vanilla in Edit Steam Profile Summary   
    Using steamcommunity editProfile.https://github.com/DoctorMcKay/node-steamcommunity/wiki/SteamCommunity#editprofilesettings-callback
  6. Like
    Nacho reacted to Dr. McKay in Why loadUserInventory doesn't return the market_hash_name?   
    loadUserInventory is deprecated. Use getUserInventoryContents instead.
  7. Like
    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.
×
×
  • Create New...