Michael Rätzel
Michael Rätzel
> if theres a way for me to send you the log (and how to) let me know! Would love for this to be fixed The easiest way would be...
Yes, that worked. I am looking at event 66 in session-2021-01-18T10-21-07-538048. In this case, it seems like there was no asteroid remaining in the belt. In this case, it seems...
> @Viir Would it be possible to put a "check" on this function to test if a menu item does not appear after 2-3 seconds of the useContextMenuCascadeOnOverviewEntry call, that...
That depends on which code you used to arrive at your observation in the first place. Which app did you use? I did not find a mention of the app...
At the moment, your link points to https://github.com/Viir/bots/blob/0ef5dd76a8d116fe5c87bbb76a3a5996e69d04bf/implement/applications/eve-online/eve-online-mining-bot/BotEngineApp.elm It seems the image that you posted points to this part: https://github.com/Viir/bots/blob/0ef5dd76a8d116fe5c87bbb76a3a5996e69d04bf/implement/applications/eve-online/eve-online-mining-bot/BotEngineApp.elm#L621-L628 Here we see the overview entry already comes in as...
> I'm going to now read and study this guide: https://github.com/Viir/bots/blob/main/guide/eve-online/developing-for-eve-online.md Thanks, let me know if anything is missing there. > I have still not yet discovered the script line...
> and whether or not iconSpriteColorPercent and bgColorFillsPercent are relevant to that shaded entry. If the values in these properties are not sufficient to distinguish the entries, the next step...
@ls400hurdles Yes, if you found that `iconSpriteColorPercent` is predicting this for your setup, add a function like the following: ```Elm overviewWindowEntryLooksValid : OverviewWindowEntry -> Bool overviewWindowEntryLooksValid entry = entry.iconSpriteColorPercent ==...
Thank you for sharing your experience! > 1. Bot will not warp to anomaly when anomaly is visible in probe scanner window. This can happen when your game client displays...
Thank you for sharing the recording. This session was started with the `--detailed-session-recording` option set to `off`. Therefore it does not contain the necessary information. Note this part of the...