Have searched the forums, and found some info about creating plugins, but nothing about botbases. Would appreciate it if someone could point me to that info if it exists, or post an example/template botbase with instructions on how it should be built. Thanks.
I think the best template to use is the default RaidBro bot base, which is Combat Assist on the drop down list. You have to make a class that derives from the BotBase class, and fill up the override methods in there. The most important part is your Root composite, which, as the name suggests, it's the root of all logic.