Recommended Language for clientless bot?
Wanting to make&&test a clientless bot for ROTMG, but don't know which language to pick. I would like to be able to run multiple simultaneously, but don't know whether to use c#/c++,NodeJS, or a K-Relay plugin. Any input would be greatly appreciated.
I personally prefer the nodeJS clientless because of it's simplicity, you can still accomplish complex tasks (like some of those trade bots you may have noticed in usw2 or even a working multibox with projectile handling. Bear in mind your choice will heavily differ based on what languages you have experience in, c++ or c# are deffinitely easier to get a GUI working in. if you dont already know the github endpoint for Killer's node clientless is /thomas-crane/nrelay, you can clone into it with git make shure to use the flag --branch dev for the latest version.