Skip to content

Fix/moveitems - #1

Open
narugo wants to merge 72 commits into
narugo:masterfrom
StormReaper:fix/moveitems
Open

Fix/moveitems#1
narugo wants to merge 72 commits into
narugo:masterfrom
StormReaper:fix/moveitems

Conversation

@narugo

@narugo narugo commented Feb 23, 2014

Copy link
Copy Markdown
Owner

if (bot.CurrentGame != 440)
bot.SetGamePlaying(440);
//throw new Exception("SteamBot is not ingame with AppID 440; current AppID is " + bot.CurrentGame);

StormReaper and others added 30 commits June 10, 2013 17:37
(With thanks to SteamKit2's developers)
Fixes Jessecar96#390
When merged with Jessecar96#405, this will supersede Jessecar96#393.

Also fixes a copy paste error in Jessecar96#393 in the FireOnUserRemoveItem function.
This commit will work on Windows machines. Still looking for a fix for Mono

[ci skip]
Allows commands to be given directly to bots via the BotManager
console.This command is handled in the UserHandler's `OnBotCommand`.

Other changes include threading the BotManager commands and
slightlychanging the way accounts are authorized while
`UseSeparateProcesses  = true`.

Extended functionality of the "start", "stop", and "auth" commands to
allow usernames as well as indexes.

Also fixed the `Console.Title` being set to the last bot to be
configured while in Separate Processes mode.
Readme update to include information about the subreddit
Prevent the trade from crashing when an out-of-schema item is added
As per suggestions, the bot command is no longer threaded, and a couple
conditionals are inverted. This also modifies username comparisons which
now use `StringComparison.CurrentCultureIgnoreCase`.
Cosmetical
macb and others added 29 commits October 3, 2013 23:32
Correct captchagid key name for request body.
Fixed: incorrect indexing due to class_instance.instaceid being NULL.
Source: @narugo
Thank you all people on
Jessecar96#467

Specially:
*@voided for ClientMsgHandler.cs
*@lazy1 for his awesome Step-By-Step explanation
Travis and I are not friends.
Force install of mono
Force install of mono
Forgot `sudo`
We're not trying to support travis at the moment so it may as well take
advantage of the guarantee that a fresh and official binary will be
downloaded
Switch to nuget packages and upstream SteamKit
@StormReaper
StormReaper deleted the fix/moveitems branch February 23, 2014 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants