File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
implement/applications/eve-online/eve-online-mining-bot Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ All settings are optional; you only need them in case the defaults don't fit you
6868+ ` repair-before-undocking ` : Repair the ship at the station before undocking. The only supported values are ` no ` and ` yes ` .
6969+ ` afterburner-module-text ` : Text found in tooltips of the afterburner module.
7070+ ` afterburner-distance-threshold ` : Distance threshold (in meters) at which to activate/deactivate the afterburner.
71+ + ` return-drones-when-no-rats-visible ` : Return drones to bay when no rats are visible in space. Default is ` yes ` .
7172
7273When using more than one setting, start a new line for each setting in the text input field.
7374Here is an example of a complete settings string:
@@ -77,6 +78,7 @@ mining-site = mining bookmark label
7778unload-station-name = Noghere VII - Moon 15
7879activate-module-always = shield hardener
7980activate-module-always = afterburner
81+ return-drones-when-no-rats-visible = no
8082```
8183
8284The bot searches the configured structure or station name in the 'Locations' window and all overview windows.
Original file line number Diff line number Diff line change 1- {- EVE Online mining bot version 2025-11-19
1+ {- EVE Online mining bot version 2025-11-20
22
33 This bot automates the complete mining process, including offloading the ore and traveling between the mining spot and the unloading location.
44
3030 + `repair-before-undocking` : Repair the ship at the station before undocking. The only supported values are `no` and `yes`.
3131 + `afterburner-module-text` : Text found in tooltips of the afterburner module.
3232 + `afterburner-distance-threshold` : Distance threshold (in meters) at which to activate/deactivate the afterburner.
33+ + `return-drones-when-no-rats-visible` : Return drones to bay when no rats are visible in space. Default is `yes`.
3334
3435 When using more than one setting, start a new line for each setting in the text input field.
3536 Here is an example of a complete settings string:
3940 unload-station-name = Noghere VII - Moon 15
4041 activate-module-always = shield hardener
4142 activate-module-always = afterburner
43+ return-drones-when-no-rats-visible = no
4244 ```
4345
4446 The bot searches the configured structure or station name in the 'Locations' window and all overview windows.
You can’t perform that action at this time.
0 commit comments