Jessecar96 / SteamBot

Automated bot software for interacting with Steam Trade
http://scrap.tf
MIT License
1.33k stars 911 forks source link

Adding items to backpack #303

Open ghost opened 11 years ago

ghost commented 11 years ago

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.

StormReaper commented 11 years ago

No, not at the moment

waylaidwanderer commented 11 years ago

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.

geel9 commented 11 years ago

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

ghost commented 11 years ago

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.

geel9 commented 11 years ago

316 allows for setting the position of items

teliosdev commented 11 years ago

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