kokole / SteamItemDropIdler

SteamItemDropIdler is a tool that allows you to idle Steam games for item drops.
GNU General Public License v2.0
105 stars 61 forks source link

Closed! #22

Closed JetPony closed 5 years ago

JetPony commented 6 years ago

Error 0x80000419

Novoxudobosor commented 6 years ago

Похоже что эти ребята все. RUST тоже перестал дропать после релиза. Разработчик последний раз отписывался больше года назад, похоже эта тема себя изжила странно что еще нет аналогов этой программы.

gmmanonymus111 commented 6 years ago

JetPony, would you like to tell me where did you find that Valve returned the confirmations? I didn't found anything regarding this, and the program seems to work fine for me (as of march 2nd).

gmmanonymus111 commented 6 years ago

@Appolosiom The appid is 440 ofc, othervise I'd not get any items. By working fine, i meant i've got some items, but not as much as it used to be (i've ran into similar issues before, but it went back to normal after a few weeks). In the meantime, I've read that valve banned a lot of idle bots, so you may be right, and this is the end of SIDI

JetPony commented 6 years ago

The problem solved, Issue closed.

gmmanonymus111 commented 6 years ago

@Appolosiom that supposed to be 0x80000419, I can't figure out how these messages are converted to enums or vice-versa, any ideas?

DixieF commented 6 years ago

@gmmanonymus111 0x80000419 == 0x419 == 1049. Which is k_EMsgGCUpdateItemSchema

gmmanonymus111 commented 6 years ago

@DixieF Thank you, now I understand!

MikeLund commented 6 years ago

@JetPony How did you fix it? TF2 is still broken for me.

gmmanonymus111 commented 6 years ago

So, it's been a few weeks, and the problem didn't go away as it used to be. I'm assuming you really need to accept items before a new drop (correct me if I'm wrong). Possible fix could be sending a 'SetSingleItemPosition' message to place it, but to do that, you need to know the itemID (so you need your inventory data). Does anyone know how to get inventory data?