James Botting

Results 10 comments of James Botting
trafficstars

Hmm. Can you actually initiate a trade with a bot not on your friends list, though?

That’s a pain. But as you say, it should just be a cause of altering the message handler to not pass steam chats or trade requests on from non friends....

Yeah I wouldn't say this is SteamKit's fault. It's just doing it's job passing on the messages it receives from the network; I mean, if it's anyones fault it's the...

What's the plan on this, sounds like a bit of work, who's going to stay implementing it? On 11 Oct 2014 15:38, "BlueRaja" [email protected] wrote: > Alright, I think it's...

I thought Valve have been trying to kill the community api on steamcommunity.com for a while now. I don't know if that is relevant, but if it is, is it...

Yeah looks like the Inventory (json) API isn't on the hate list, only the ?xml=1 API's. For the reference, these are the ones they want to depreciate: https://partner.steamgames.com/documentation/community_data

My bot does this on Linux also. (Mono JIT compiler version 3.8.1 (master/c106cdc Tue Aug 26 13:02:30 BST 2014) When this happens, the log file spams with 'TryAnotherCM' It looks...

Ah that's interesting. I was going to investigate this and implement a way to change CM when this happens. I definitely get bot logouts and have to reboot my bot...

Dosent really resolve the issue since there's a chance SteamKit will just use the same CM again. I made a patch to SteamKit last night but need to test it...

Looking like my issue was SteamKit related and not the same as yours; I compiled SteamBot against my fork of SteamKit with a patch for blacklisting CM servers and it...