miss the entry “LabelText” so Im not able to retrieve the status “Ready”/“In Space” of fighters. Into the Api Explorer I see it but if I go to recall it from code I miss it…
Hi, i have tried it, now it doesnt go to the bookmark, but it just start the resist module and nothing after that.
@thesaltonsea the bot depends on the scanner window to enter anomalies. When no anomalies in group “combat” are visible, the bot waits for anomalies to appear.
“Cannot implicitly convert type ‘Sanderling.Motor.MotionParam’ to ‘Sanderling.ABot.Bot.IBotTask’. An explicit conversion exists (are you missing a cast?)”
What about the missing reference of “LabelText” into " memoryMeasurement?.ShipUi?.SquadronsUI?." ?
“Cannot implicitly convert type ‘Sanderling.Motor.MotionParam’ to ‘Sanderling.ABot.Bot.IBotTask’. An explicit conversion exists (are you missing a cast?)”
“Cannot implicitly convert type ‘Sanderling.Motor.MotionParam’ to ‘Sanderling.ABot.Bot.IBotTask’. An explicit conversion exists (are you missing a cast?)”
So finnaly got it to start I needed to use the new probe scanner and it should be open all the time. Now i have other issue - the bot is not starting the Shield Booster , it just start the active resists but its not startig the booster even after i got below 50% shields. Any ideas ?
And where can i see what other settings can be set up with bot.conf file
So finnaly got it to start I needed to use the new probe scanner and it should be open all the time. Now i have other issue - the bot is not starting the Shield Booster , it just start the active resists but its not startig the booster even after i got below 50% shields. Any ideas ?
Right now there is no activation of Shield Booster, I will add this soon.
And where can i see what other settings can be set up with bot.conf file
So i use it 5-6h with Ishtar and 5-6h with tengu, work nice with the current options
Another important thing like the shield booster is to call the drones back when neut/red enters the system and the ship warp to the bookmark. Maybe with the option to set the duration that the ship to wait for drones before warping in the bot.config
1) Do we get some info from the eve UI about this limitation? If this information is on screen maybe we can store that to replace the “5” literal at the code location you linked.
One thing that caught my attention here is that the config file you linked contains no comma between the two attributes. I did not expect this to be parsed at all. Judging from the screenshot http://clip2net.com/s/3D4a2aw you linked, it looks like the property for the bookmark is not parsed from the config file. I will test with this file.
Are there universal rules for this config file? Perhaps you could provide an example for illustration.
I will try different variations in the evening and report the results.
No need to try different variations. One universal rule is that the configuration has to be a valid JSON string. So I googled for “json validator” and found the one at http://jsonlint.com/ which gives a nicer explanation of what would be expected at the stated location in the string:
Error: Parse error on line 2:
...ookmark": "HOME" "ModuleActivePermane...
---------------------^
Expecting 'EOF', '}', ':', ',', ']', got 'STRING'
Adding a comma at the location was enough to make it pass as JSON.
Thank you for the research. I think at the moment there is no code to identify a title. Using the upmost label in the tooltip as the title might not work because the one containing the keyboard shortcut could be closer to the top. Not sure yet how I will choose the set of labels to test.