diff --git a/guide/eve-online/eve-online-anomaly-ratting-bot.md b/guide/eve-online/eve-online-anomaly-ratting-bot.md index e286d0ac..719514a2 100644 --- a/guide/eve-online/eve-online-anomaly-ratting-bot.md +++ b/guide/eve-online/eve-online-anomaly-ratting-bot.md @@ -10,7 +10,7 @@ This bot uses the probe scanner to warp to anomalies and kills rats using drones ## Starting the Bot + Download the BotEngine Windows console app from -[https://botengine.blob.core.windows.net/blob-library/by-name/2020-05-11-botengine-console.zip](https://botengine.blob.core.windows.net/blob-library/by-name/2020-05-11-botengine-console.zip). Extract this Zip-Archive. This will give you a file named `BotEngine.exe`. +[https://botengine.blob.core.windows.net/blob-library/by-name/2020-05-14-botengine-console.zip](https://botengine.blob.core.windows.net/blob-library/by-name/2020-05-14-botengine-console.zip). Extract this Zip-Archive. This will give you a file named `BotEngine.exe`. + Start the EVE Online client and log in to the game. + To start the autopilot bot, run the `BotEngine.exe` program with the following command: diff --git a/guide/eve-online/how-to-automate-traveling-in-eve-online-using-a-warp-to-0-autopilot.md b/guide/eve-online/how-to-automate-traveling-in-eve-online-using-a-warp-to-0-autopilot.md index 3708c175..1747c5a7 100644 --- a/guide/eve-online/how-to-automate-traveling-in-eve-online-using-a-warp-to-0-autopilot.md +++ b/guide/eve-online/how-to-automate-traveling-in-eve-online-using-a-warp-to-0-autopilot.md @@ -5,7 +5,7 @@ When playing EVE Online, you might spend significant time traveling between sola Fortunately, this process can be automated using a bot. The bot we are using here follows the route set in the in-game autopilot and uses the context menu to initiate warp and dock commands. Using the following steps, you can set up your warp-to-0 auto-pilot bot, to travel fast and safe in EVE Online. + Download the BotEngine Windows console app from -[https://botengine.blob.core.windows.net/blob-library/by-name/2020-05-11-botengine-console.zip](https://botengine.blob.core.windows.net/blob-library/by-name/2020-05-11-botengine-console.zip). Extract this Zip-Archive. This will give you a file named `BotEngine.exe`. +[https://botengine.blob.core.windows.net/blob-library/by-name/2020-05-14-botengine-console.zip](https://botengine.blob.core.windows.net/blob-library/by-name/2020-05-14-botengine-console.zip). Extract this Zip-Archive. This will give you a file named `BotEngine.exe`. + Start the EVE Online client and log in to the game. + To start the autopilot bot, run the `BotEngine.exe` program with the following command: diff --git a/guide/failed-run-bot-did-not-find-botengine-program.md b/guide/failed-run-bot-did-not-find-botengine-program.md index 85c107fa..9cb4f674 100644 --- a/guide/failed-run-bot-did-not-find-botengine-program.md +++ b/guide/failed-run-bot-did-not-find-botengine-program.md @@ -12,7 +12,7 @@ operable program or batch file. The botengine program is a tool for developing and running bots, and many guides implicitly assume it is registered on your Windows system. To make these guides and scripts work, follow these steps: + Download the file from -[https://botengine.blob.core.windows.net/blob-library/by-name/2020-05-11-botengine-console.zip](https://botengine.blob.core.windows.net/blob-library/by-name/2020-05-11-botengine-console.zip). +[https://botengine.blob.core.windows.net/blob-library/by-name/2020-05-14-botengine-console.zip](https://botengine.blob.core.windows.net/blob-library/by-name/2020-05-14-botengine-console.zip). + Extract the downloaded zip-archive. The extraction will give you a file named `BotEngine.exe`. + Run the `BotEngine.exe` program. It will open a window like in this screenshot: ![botengine ](./image/2020-03-05-botengine-guide-offer-install.png) diff --git a/guide/how-to-run-a-bot.md b/guide/how-to-run-a-bot.md index 879c8bc3..275a8da9 100644 --- a/guide/how-to-run-a-bot.md +++ b/guide/how-to-run-a-bot.md @@ -14,7 +14,7 @@ There also exists monitoring software which does not send any input to the game, ## Starting a Bot Download the BotEngine Windows console app from -[https://botengine.blob.core.windows.net/blob-library/by-name/2020-05-11-botengine-console.zip](https://botengine.blob.core.windows.net/blob-library/by-name/2020-05-11-botengine-console.zip). +[https://botengine.blob.core.windows.net/blob-library/by-name/2020-05-14-botengine-console.zip](https://botengine.blob.core.windows.net/blob-library/by-name/2020-05-14-botengine-console.zip). Extract this Zip-Archive. This will give you a file named `BotEngine.exe`. To start a bot, call this program with a command like the following: