Jump to content
McKay Development

Is there any known way to split stacked items in inventory (RUST)?


Oleg

Recommended Posts

Hi Folks, 

I'm creating trading app with Java porting node projects.

 

RUST supports stacked items and I need to split them in my inventory. 

I didn't find anything related to splitting in your node projects. Is there any known way to split them at all?

 

Also I noticed that stack is automatically split after entering RUST game. Is this worth to debug RUST api calls? 

Is there any tutorial on reverse engineering Steam games?

 

Thank you

Link to comment
Share on other sites

Do you have any idea what "itemid" param stands for?

 image.png.e1d0bc284c90f9ab3cdb7ee0c6d1e542.png

Tried to put assetId, but no success

---------------------------------------------------------------------------------------------------------

Nevermind, I was using wrong SteamId, after putting correct one, splitting works as expected. 

You can use asset id as itemId. 

Interesting is that you can split only 1 item from stack at once request, so if you have 10 items, you will need 9 requests to separate them.

 

Thanks you so much, you saved a lot of my time!

Edited by Oleg
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...