Hi all,
I've been writing personal scripts for some time now with the hope to eventually become a script developer.
Some scripters export data from the bot to some form of database so they can analyse/display the bots statics (e.g. 1b total exp gained). I tried exporting the data to an sql database using MySQL driver Connector/J. This worked great when I wrote some test code in eclipse and ran the test program but when I run the exact same code in a compiled script it doesn't work as the external library (Connect/J) can't be found despite it and OSBOT being properly configured in the build path.
Does anyone have any adivce on how I can export data from a running OSBOT script? Is there any standard/good practices?
Kind Regards
Laws