Skip to content

Commit 99bbd8a

Browse files
committed
update guides to latest versions of examples
1 parent 4d9b16f commit 99bbd8a

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

guide/eve-online/eve-online-combat-anomaly-bot.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ If the BotLab client is not already installed on your machine, follow the guide
2626
The BotLab client is a tool for developing bots and also makes running bots easier with graphical user interfaces for configuration.
2727

2828
In the BotLab client, load the bot by entering the following link in the 'Select Bot' view:
29-
<https://catalog.botlab.org/5e505439bd2868c3>
29+
<https://catalog.botlab.org/f698f8010ae995ef>
3030

3131
There is a detailed walkthrough video on how to load and run a bot at <https://to.botlab.org/guide/video/how-to-run-a-bot-live>
3232

@@ -48,6 +48,7 @@ All settings are optional; you only need them in case the defaults don't fit you
4848
+ `anomaly-wait-time`: Minimum time to wait after arriving in an anomaly before considering it finished. Use this if you see anomalies in which rats arrive later than you arrive on grid.
4949
+ `warp-to-anomaly-distance`: Defaults to 'Within 0 m'
5050
+ `deactivate-module-on-warp` : Name of a module to deactivate when warping. Enter the name as it appears in the tooltip. Use this setting multiple times to select multiple modules.
51+
+ `hide-location-name` : Name of a location to hide. Enter the name as it appears in the 'Locations' window.
5152

5253
When using more than one setting, start a new line for each setting in the text input field.
5354
Here is an example of a complete settings string:
@@ -58,6 +59,7 @@ anomaly-name = Drone Horde
5859
hide-when-neutral-in-local = yes
5960
avoid-rat = Infested Carrier
6061
activate-module-always = shield hardener
62+
hide-location-name = Dock me here
6163
```
6264

6365
----

guide/eve-online/eve-online-mining-bot.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ If the BotLab client is not already installed on your machine, follow the guide
3131
The BotLab client is a tool for developing bots and also makes running bots easier with graphical user interfaces for configuration.
3232

3333
In the BotLab client, load the bot by entering the following link in the 'Select Bot' view:
34-
<https://catalog.botlab.org/ac44fb7318168bdb>
34+
<https://catalog.botlab.org/ed9b5acc9cebd2c4>
3535

3636
There is a detailed walkthrough video on how to load and run a bot at <https://to.botlab.org/guide/video/how-to-run-a-bot-live>
3737

@@ -58,18 +58,22 @@ To give an overview of the performance of the bot, it displays statistics like t
5858

5959
All settings are optional; you only need them in case the defaults don't fit your use-case.
6060

61+
+ `mining-site` : Name of a mining location, as it appears in the 'Label' column of the 'Locations' window.
6162
+ `unload-station-name` : Name of a station to dock to when the mining hold is full.
6263
+ `unload-structure-name` : Name of a structure to dock to when the mining hold is full.
6364
+ `activate-module-always` : Text found in tooltips of ship modules that should always be active. For example: "shield hardener".
6465
+ `hide-when-neutral-in-local` : Should we hide when a neutral or hostile pilot appears in the local chat? The only supported values are `no` and `yes`.
65-
+ `unload-fleet-hangar-percent` : This will make the bot to unload the mining hold at least XX percent full to the fleet hangar, you must be in a fleet with an orca or a rorqual and the fleet hangar must be visible within the inventory window.
66+
+ `unload-fleet-hangar-percent` : This will make the bot unload the mining hold at least XX percent full to the fleet hangar, you must be in a fleet with an orca or a rorqual and the fleet hangar must be visible within the inventory window.
6667
+ `dock-when-without-drones` : This will make the bot dock when it's out of drones. The only supported values are `no` and `yes`.
6768
+ `repair-before-undocking` : Repair the ship at the station before undocking. The only supported values are `no` and `yes`.
69+
+ `afterburner-module-text` : Text found in tooltips of the afterburner module.
70+
+ `afterburner-distance-threshold` : Distance threshold (in meters) at which to activate/deactivate the afterburner.
6871

6972
When using more than one setting, start a new line for each setting in the text input field.
7073
Here is an example of a complete settings string:
7174

7275
```
76+
mining-site = mining bookmark label
7377
unload-station-name = Noghere VII - Moon 15
7478
activate-module-always = shield hardener
7579
activate-module-always = afterburner

0 commit comments

Comments
 (0)