Wrecking bot counts Containers twice.
Counts containers? You mean when the bot shouts its work left it says 2 containers left when there is only 1? This could be that containers take longer to leave space than most other entities, as you may notice the bot sometimes will spam the same container open and close, I put a leash on that behavior, but they still take a bit to unregister from the entity lists.
Edit: You were totally right, this was fixed. I know what happened to CTRL+D duplicates selected text and since I spam CTRL+S when I am working that gets through every once in awhile. Fixed it gonna update main post soon, wait till it says 2-27 Update though please
It still targets anything to use the salvager on. Even warp gates.
Edit: Ok so it does still try to salvage containers. I poured over my code, but found no hints yet, I will keep looking, but this doesn't affect the bots completion. HOWEVER, the bot WILL try to salvage and tractor anything locked on manually so ya, don't do that unless for some reason it misses a wreck or container.
But it doesn't target anything it shouldn't anymore, it looks for its targets by ids instead of searching by names, so if it targets random crap that problem is beyond the scope of my bot.
Even if you have a Home bookmark set, once it is done, it just sits in the last area salvaged.
Nah I used this stuff just last night, its working. Check the main post I have a note on bookmarks and this sounds just like the problem. Test your bookmark on the GoToBookmark feature (add a * to its name) if it does the same thing (not set destination, but turn on autopilot anyways) this is your bookmark, and I am still trying to figure out why certain bookmarks are now having issues. I know that its not my bot because I fought this very same issue with my GoToBookmark feature. I thought my code was faulty when it turned out it was the bookmark because I finally traded over the working one to the rest of my toons. As I get more information on this issue I will share, but for now all I can say is try to make your bookmark differently (in the station, outside it, far away from it). If you figure it out let me know, this is haunting me like the plague.
It does salvage in reverse of order book marks are made.
Nah I swear to you it is pretty random, although sometimes it may appear in some order. I tested it by making bookmarks A, B, C, D, E in that time order, I asked ISXEVE to tell me what order it saw them and it said something like, C, D, E, B, A. Sometime (soon hopefully) in the future I will be putting in a list box or two on the salvager options and this will allow you to select which bookmarks and which fleet members to go to, and in what order, AND you will get the option to loop said areas (useful for belt surfing or w/e else you all do). So this is already noted and planned.
Change the name of the script
Nah, there are too many references to Start in the GUI that I am not gonna go through it now. Place the bot in a subdirectory in your scripts folder (i.e. Scripts\WB\start) then you can do what I do and say run wb/start . This will also clean up your scripts directory as I add more obj_BlahBlahBlah.iss to the bot. Just use EVEBot as your example, it has its own folder and you have to say run evebot/evebot, but you have the option on mine to make the folder name smaller.