Viir
(Michael Rätzel)
March 12, 2021, 7:33pm
63
@Mohano has published some functions to work with drones in EVE Online. These functions let you choose subsets of your drones to return to the bay or to launch and engage:
Here is a set of basic drone management function that I want to share. Maybe you can poke around and tailor it to your needs or just learn from it.
This function will recall drones if a specific drone type is matched.
For example to return your mining drone it could be used like this:
returnDronesTypeToBay context.readingFromGameClient "mining"
Or for your hobgoblins
returnDronesTypeToBay context.readingFromGameClient "hobgoblin"
returnDronesTypeToBay : ReadingFromGameClient -> String -> M…