Jump to content
McKay Development

Reason

Member
  • Posts

    11
  • Joined

  • Last visited

Posts posted by Reason

  1. I made something like this:

    const request = require('request');
    var myProxy = request.defaults({'proxy': 'http://myproxyip:3128' });

    And i have other questions there is a possible to change proxy dynamically for example for offer.getReceivedItem or i can set it only once in constructor of steamcommunity

  2. Hello, I have problem getting new assetid's after trade. Sometimes steam is just giving bad new assetid. I tryed offer.getReceivedItems() and offer.getExchangeDetails().

     

    For example:

    - offer.getReceivedItems() - https://pastebin.com/9BHN8zQK

    - offer.getExchangeDetails() - https://pastebin.com/B83595WH

     

    but new item have completely different assetid: https://pastebin.com/xKT0pQmr

     

    Steam is still showing wrong assetid it only happens with first item of trade rest have good id's.

     

    There is a solution to fix this, because this bug is annoying?

×
×
  • Create New...