Jump to content
McKay Development

Selectah

Member
  • Posts

    1
  • Joined

  • Last visited

Posts posted by Selectah

  1. So there isn't any easy way to link an item the bot received to the original owner?

     

    In my project we may need to give items back to the user. If the items can change their names and their 5 IDs after a trade or something, we'll have to figure out a guaranteed way to make sure that we will always know who were the owners of the items, and this sounds too much difficult...

     

    Can anyone here help me with this?

     

     

    The trade receipt page contains the new item data. If you're using node-steam-tradeoffer-manager, you only need to use offer.getReceivedItems.

     

     

    Hello, i have the same question.

     

    The use case is:

     

    1. Webuser set prices for items and requests API to deposit them;

     

    i.assetid          i.market_name  i.classid       i.instanceid

    9400869287   Falchion Case   991959905  0

    9400869231   Falchion Case   991959905  0

    9400869172   Falchion Case   991959905  0

    9400869102   Falchion Case   991959905  0

     

    2. API saves items and sends trade offer beetween webuser and trade bot;

    3. Trade bot accepts the offer;

    4. At this point i have to set correct prices for received items, but i can't match saved and received items because they are totally identical except the assetid property.

     

    i.assetid          i.market_name   i.classid        i.instanceid

    9401413793   Falchion Case    991959905   0

    9401413749   Falchion Case    991959905   0

    9401413842   Falchion Case    991959905   0

    9401413881   Falchion Case    991959905   0

     

    Please let me know If you are have any approaches to solve this.

     

    Thank you.

×
×
  • Create New...