Jump to content

automation functions


luke

Recommended Posts

A function that winbot had, is that it is to open the bot by selecting an .exe already with a defined name and a defined script for example on the opening command line directing the client's .exe to open it, and directing the script to hook that specific client and already load the script, to be more automated

An example

"C:\OTBot\OTBot.exe" -c "C:\RetroCores\clientname.exe" -s "C:\Scripts\scriptname.xml"

-c = Client directory that he will open and select/hook automatic
-s = Script that it will load and start automatically

 

and another important thing to use together with the suggestion above

 

connect('accountName', 'PassWord', 'CharacterNick')

 

if these functions are added to the bot I will leave the competitor for this bot to do tests, as I didn't find anything referring to "connect()", for me it is not interesting because I am using more than 60 instances and this function is fundamental for me need something to leave fully automated.

 

 

 

Edited by luke
Link to comment
Share on other sites

×
×
  • Create New...