Looking for someone to help develop a bot that can read the capacitor level and automatically use the shortcut for the capacitor booster …
To read the capacitor level you can use the one displayed in the ship UI:
Here is the section about the ship UI in the guide on the game UI reading: https://github.com/Viir/bots/blob/master/guide/eve-online/parsed-user-interface-of-the-eve-online-game-client.md#ship-ui
You can use the levelFromPmarksPercent
field in the ShipUICapacitor
to get the level in percent:
https://github.com/Viir/bots/blob/004d0f63579e5a94f068107480204ef7b238cc49/implement/applications/eve-online/eve-online-mining-bot/src/EveOnline/ParseUserInterface.elm#L102-L106
The ratting bot from the guides overview uses keyboard shortcuts:
So I found this implementation of using keyboard shortcuts in there:
Now it is integrated into the guide here: bots/parsed-user-interface-of-the-eve-online-game-client.md at dc06a1abad9aedc87b5be49f850bd77b4ea21793 · Viir/bots · GitHub