alexlg Posted December 17, 2019 Posted December 17, 2019 Hey guys, I'm new to scripting for OSBOT but I'm actually a programmer with a degree in real-life so I'm looking forward to start testing some java scripts on my favorite childhood game (was always against botting until I thought, wait a minute, if you can't beat em.. join em!) Thing is... I've got Eclipse installed and everything but I can't manage to see how to run local scripts on the damn client lmao, I only see Scripts (SDN) and Plugin tabs when I click on the play button... Am I missing something? Did I install the wrong client...? How the hell do I test out my scripts, lol... Thanks alot, anyone who takes the time to actually get me going, I'll be more than glad to help you out on programming questions.
Naked Posted December 17, 2019 Posted December 17, 2019 So with Eclipse you'll add the osbot jar to your build path, and export the script jar as a jar (not runnable jar) to your OSBot/Scripts folder. Here's Intellij instructions, if they help at all. https://osbot.org/forum/topic/154399-script-development-setup/
alexlg Posted December 17, 2019 Author Posted December 17, 2019 Got it to work, thanks a lot bro! 1 1