Sometimes you don’t want to warp to a default belt or anomaly but to a fleet-member / tanker
Using Fleet and watchlist could enable this.
how:
When watchlist is active with one player in the watchlist use context menu to warp the entry - warp within 0 - or 10 km
When no watchlistpanel is visible use default warp instructions
or
use the fleet-window and warp to the squad, wing or fleet leader?
for coding:
watchListPanel = parseWatchListPanelWindowFromUITreeRoot uiTree
I guess you are looking for people with experience playing EVE Online to comment on your idea?
We have a channel for EVE Online on the discord server, maybe some of the people there have not seen your post here already.
I was actually looking for your feedback. If you think it would be cool to implement this and help me with the code , so I could add it to my fork?
Or I you consider implementing it into the main branche.
Sure, here is my feedback.
It looks like you want to adapt the behavior of your bot.
I don’t remember seeing a “watchlist”, this is a new thing.
What is “fleet-window”?
Yes, I help you with the code. The first step of coding is documenting what effects you want from your bot in what condition.
You can code it using a table with two columns. One column describes the environment. The other column describes the effect that the bot should emit in that environment.
How many steps of effects do you want to add or change in your scenario?
There are multiple ways to get the data from your watchlist window. The easiest way is to share a complete session recording that contains a step with your watchlist. You can use the Download session archive button in devtools to export your session recording:
Step 44 → enabled watchlist from fleet window (could be from chat window also) 2 or more players should be in fleet to be able to add a player to a watchlist
Step 52 → warp to watchlist entry
Expected behavior:
→ if watchlist window exist
—> warp to first entry @ 0m
—> keep at range or orbit @ 1000m
→ else
–> random warp to asteriod or anomaly (default behavior)
→ end
Great Thanks!
I see you already implemented the parsing into the botting sources.
I will try to code the warp sequence ,or would you be able to guide me through here
→ if watchlist window exist
—> warp to first entry @ 0m
—> keep at range or orbit @ 1000m from entry
→ else
–> random warp to asteriod or anomaly (default behavior)
→ end