Anyone running the bot on a shedule from a batch file or the sort?
I want to automate the bot as far as possible and run it from a script every day. i have troubles finding the bot process to activate botting after i have started the bot via a script. Is there some way to configure the bot via command line?
I use NirCmd (NirCmd - Windows command line tool) to simulate key and mouse events. the miner is the only char on that account so its always first on charakter selection screen. What i am struggling with is the loading of a script. I can only switch to the bot with a simulated alt-tab wich feels like an unclean solution to me. i was wondering if someone did something similar and could provide some pointers
put the script on default ⌠or close to that.
I see that:
on the interface where you chose to load the script ( from web, other source and open dev buttons) if you chose the open dev environment, then you load the last script
and then simply F5.
also if you start the Sanderling after you login ingame is completed, the Sanderling window should be in front, you wait until the Sanderling read the game interface (for green check, you put some minutes delay) and then click on open environment. and f5.
I talk theoretically. (but also I like to start a bot and game completely automatic for one computer, so if you solve entire thing Iâm interested)
an "auto"login could be that ( but Iâm not sure if is working or is is safe)
Also we could ask @Viir to include in next version an completely autologin and start a default script :d
Yes, we could add an option to the Sanderling.exe program to directly start a bot.
One option to specify a bot could be a name of a file to load the bot from. Then the sanderling.exe could do the same as when the đ Load Bot From Local File is used and then also start the bot. I guess this could make the batchfile simpler.
Some time ago I used a modified ISBoxerEVELauncher for a similar task.
But after one of the updates, the option to launch the Eve client with the âCharacterNameâ parameter disappeared.
There is a good alternative. If you have one account in your Eve client, you can use this:
And now your script should :
launch EveLauncher
wait until eve online client window appears
select character
launch bot
kill EveLauncher (optional)
This algorithm also allows you to not worry about updating the Eve client. I wrote a small console application for these tasks. If anyone is interested I can put in free access.
Release (MD5: 2a6e1d34e83c7ea052233347a734977f) Source code (MD5: 29cbc592904f0cdc556ffbcb6e4634b9)
How to use it?
Unzip the archive TpEveLauncherRelease.zip
Open the settings.json file
If you are using VPN to hide your ip, then fill in these parameters: (otherwise, just skip this step.)
"DefaultHttpString":"http://www.geoplugin.net/xml.gp?", // this is site where we check our ip
"CountryToHide":"Somalia", // your country if your ip is dynamic
"IpToHide":"127.0.0.1", // your ip if it allways static
"DelayBeforeRecheckOurIp":10, // how often to check the connection (once per 10 sec.)
to load a script and enter botting would really rock but also would it be great if the bot closes/run a definable ,exe or ,bat if it has âsucceededâ
Are we going to have to have the authentication handshake?
That has been my major gripe with current Sanderling we have to register our bot then it checks if we have enough credits then it asks to us to accept the conditions. (all requiring a mouse-click from us)
Also any way to increase the what was the problem kaboonus was having with GARBAGE file size too large? so documentation had to be condensed/removed to another file.
I am only a shade tree programmer and have no idea how hard it would be to implement but just a suggestion.
Yes, I will include this, so no click will be required.
There are some upcoming changes to fix this problem. The plan is to introduce a better programming language in the first half of 2019. Together with this change, the current size limitation will be lifted.