Jump to content
McKay Development

Search the Community

Showing results for tags 'Trade offer'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • News & Announcements
    • Releases & Updates
  • Help & Support
    • General
    • Guides
    • node-steam-user
    • node-steamcommunity
    • node-steam-tradeoffer-manager
    • node-steam-session

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Skype


Location


Interests

Found 4 results

  1. Hi, I'm using only steam community and trade-offer-manager to send and receive trade offer, but after about a week now I got problem when trade offer set cookie always Not Logged In state while community still, so I follow example : https://github.com/DoctorMcKay/node-steam-tradeoffer-manager/blob/master/examples/storehouse-steam.js and fixed the problem, but I still not understand why It need to login with steam user and create new web login session.
  2. how to trade CS:GO items with the trashdump user? because I do not know
  3. I was trying to send a steam offer using a different language and I ported your code "http://github.com/DoctorMcKay/node-steam-tradeoffer-manager/blob/master/lib/classes/TradeOffer.js#L317" while sending my trade offer I receive error 401 and noticed that you intercept such error code and print that your are not logged in if such error occurs, I'd like to ask what is the cause of this error, and how to avoid it (what cookies are necessary, in my code I loaded all the cookies a person can obtain from logging to "http://steamcommunity.com" )
  4. Hey, I made this code: for(var i = 0; i < offer.itemsToReceive.length; i++){getPrices(offer.itemsToReceive).then(function(val){console.log(val);}).catch(function(err) {console.log(err);});} it prints the values of the items i receive in the trade.How do i make it so it just prints the total value, so all the item prices in one total.
×
×
  • Create New...