Hey, just want to ask you if it's possible to login to the server - through OTClient v8 (8.00 protocol) - from the command line? F.e.
I have a case where I am trying to manage a lot of accounts from the C# application where I have the list of my accounts. I want to choose the account and click a button like "Sell loot". Then I will run the otclientv8.exe file with provided credentials and set appropriate bot config to sell loot for the particular account. I want also to check how many money I have and return it somehow from the client (probably I will create a json file and will put it there) to my c# app. Maybe if the command line approach is not available, anyone have some idea how I can do it?
Best Regards!
Code:
otclientv8.exe --login test --password test --character test
I have a case where I am trying to manage a lot of accounts from the C# application where I have the list of my accounts. I want to choose the account and click a button like "Sell loot". Then I will run the otclientv8.exe file with provided credentials and set appropriate bot config to sell loot for the particular account. I want also to check how many money I have and return it somehow from the client (probably I will create a json file and will put it there) to my c# app. Maybe if the command line approach is not available, anyone have some idea how I can do it?
Best Regards!