• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

OTClient v8 login through command line

Vertek

New Member
Joined
Jul 25, 2024
Messages
1
Reaction score
0
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.
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!
 
Back
Top