Viir
(Michael Rätzel)
April 14, 2020, 6:42am
2
Welcome Foivos and thank you for the feedback!
That seems like a good step forward. If we have a list of all interactions (mouse clicks, key presses) that you use, that would be a big progress.
ragnarok gave this good example:
Hi and thanks for the quick response!
Logic wise, it will follow the same rules as the current mining bot, the only difference would be once the ore hold reaches capacity instead of returning to station, it would take the following steps;
Right click on the ore and choose select all
Right click again and choose the option to Jettison
Continue to mine
Below is a screengrab of where the select all and jettison options are in the menu.
https://i.gyazo.com/4d91c640a234b003d394ef106a9306e5.png
T…
Their post also comes with a screenshot so that we can know how it looks in the game:
With these information it became possible for a programmer to implement the feature:
I am looking at the screengrab:
What I see there looks like we should find it in the contextMenus field. I see entries containing the texts Select All and Jettison. Based on the looks in the screenshot, I expect these to end up in the entries of the ContextMenu.
Working with context menus is very common; many bots do this. Since this is such a well-beaten path, we can skip the step of using a full memory sample of the game client. The screengrab seems sufficient for the identification of the e…