Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Question Help to find local bot directory

Joined
Jul 19, 2016
Messages
35
Hello guys!

I wanted to get into bot writing for osrs since i recently started playing it again, but I have never used IntelliJ earlier, so I followed the following guide to get set up: Tutorial - The Coding Chronicles - Chapter One: Ready, Set, Go!

I followed every step but at the absolutely last step, after having compiled the code, where you chose the Local Bot Directory I m not able to find the "com" folder under out\production\projectname.

Does anyone know how to fix this problem?

Thanks! :)
 
Client Developer
Joined
Oct 12, 2015
Messages
3,745
Should be able to see the following if you've compiled:

Vn7kw5L.png
 
Χ Ξ Σ
Joined
Apr 15, 2016
Messages
379
You should find it assuming that you followed the format and created the com folder in the first place bots.something.PNG
 
Joined
Jul 19, 2016
Messages
35
This is what I get after compiling, and suppose that the file with the class and manifest is the one I should select? And when I do so and refresh the bot repository nothing happens.
 

Attachments

  • support.png
    support.png
    10 KB · Views: 29
Client Developer
Joined
Oct 12, 2015
Messages
3,745
Yeah so you didn't follow me guide exactly :p You need to change your project naming/structure and select the directory and have your selected directory similar to:
2T9dytZ.png
 
Joined
Jul 19, 2016
Messages
35
You should find it assuming that you followed the format and created the com folder in the first place View attachment 1055
Thank you, forgot to create the com folder, will redo it with this now!
Thanks! :D
 
Thanks guys!
Figured it out, cant wait to start making some bots now! :)
 
Now i am only getting this problem so if you mind helping me with this aswell upload_2016-7-20_0-41-49.png

Thanks :)
 
Χ Ξ Σ
Joined
Apr 15, 2016
Messages
379
Thank you, forgot to create the com folder, will redo it with this now!
Thanks! :D
 
Thanks guys!
Figured it out, cant wait to start making some bots now! :)
 
Now i am only getting this problem so if you mind helping me with this aswell View attachment 1057

Thanks :)
If you're starting spectre from IntelliJ make sure you've selected the 32bit JRE.

1) Click that and select "Edit Configuration"
2) Make sure to select the 32bit JRE (usually under program files x86)
dothismate.PNG
 
Top