SteamBot icon indicating copy to clipboard operation
SteamBot copied to clipboard

Adding items to backpack

Open ghost opened this issue 11 years ago • 6 comments

Hi. Is it possible to transfer items from "new items" to backpack using steamapi? Newly acquired items are not placed in backpack slots That is the case at least for Dota2, don't know about other games.

ghost avatar May 27 '13 21:05 ghost

No, not at the moment

StormReaper avatar May 27 '13 21:05 StormReaper

You need to actually launch TF2 to do that. You could fake it with SteamBot, but that would require a bit of reverse engineering. Your TF2 client sends a message to Steam saying "Place this item in this position in the backpack" so you'd have to figure out how to replicate that programmatically.

waylaidwanderer avatar May 29 '13 02:05 waylaidwanderer

You could send a GC message asking the game to sort your backpack.

geel9 avatar May 30 '13 06:05 geel9

Well what is a GC message? If it is something not very complicated, could you explain? I want to send them to backpack, order is irrelevant.

ghost avatar May 30 '13 11:05 ghost

#316 allows for setting the position of items

geel9 avatar Jun 01 '13 10:06 geel9

#316 has not been merged yet. This is still an issue.

teliosdev avatar Jun 01 '13 12:06 teliosdev