quake1337

Results 48 comments of quake1337

You get the "new items" notification however you would have to compare your backpack from before this notification and after you receive one and keep a couple copies of said...

@BlueRaja `private List outgoingOffers = new List();` This + add the outputted offer ID when you send an offer + timer + fetchOffer = profit

NuGet doesn't like nUnit apparently (AppVeyor builds fail because nUnit does not download)

No, tradeoffers cannot be corrupt. They can arrive to you corrupted due to your connection/valve servers sending malformed data. I'd validate the offer after sending the .Accept() method through. I'll...

Let me elaborate on the snipper posted above as it's fairly easy to understand. Upon startup, the bot has its LastTimeCheckedOffers timestamp set to zero, which is a (afaik) millis-since-1970...

100% legit bug in default SteamBot: I was on a bugfixing rampage sometime ago (fixing all classes I could find so I don't have to babysit my bot) and I...

Because 99% of my 'fixes' are breaking changes, and ya folks don't like those. And you know what a mess my previous PR was. I'm not used to using GitHub...

Doublepost: ![Screenshot](http://i.imgur.com/f4Q9kfD.png) Lines 108 and 127 of TradeStatus.cs seem to be the cause: We're thoughtlessly casting contextids to longs. Are there any games that do not have a contextid and...