Apaec Posted August 3, 2016 Author Posted August 3, 2016 Question, what ever way i do mining. The bot keeps clicking on different ores. How to stop the clicking after bot has started mining and until he has mined the ore? After interacting with a rock, try adding a sleep. for example, 'sleep(1000)'. You will also have to add to the condition checks in the getState() to factor in a check for animations to see if the player is stick mining. for example: 'if (myPlayer().isAnimating()) { //do stuff }'
jller12 Posted August 4, 2016 Posted August 4, 2016 I know it's a good start but i can't get eclipse to install. https://postimg.org/image/lcdtk8msx/ this is the message i get. And yes i reinstalled java and updated it :P
Apaec Posted August 4, 2016 Author Posted August 4, 2016 I know it's a good start but i can't get eclipse to install. https://postimg.org/image/lcdtk8msx/ this is the message i get. And yes i reinstalled java and updated it :P Have you installed the JDK? you will also need this to run eclipse apa
Insanctus Posted August 10, 2016 Posted August 10, 2016 (edited) This is an amazing guide , Great for beginners, Thank you @@Apaec Edited August 10, 2016 by Insanctus
Savages Posted September 14, 2016 Posted September 14, 2016 tried doing it but in the process i found it difficult to find all this stuff even though it explains it. so i just stopped =p
ziex Posted September 17, 2016 Posted September 17, 2016 (edited) dont mind this, i found the problem. Edited September 17, 2016 by ziex
Aces_ Posted October 12, 2016 Posted October 12, 2016 Is there any way to update the bot by its source without actually exporting the project as Jar file? for Example after ctrl + S using eclipse?
Explv Posted October 21, 2016 Posted October 21, 2016 really good guide but my problem is the coding, the language is too complex for me and i find it hard to do. Is there a way round this? I find it really interesting to see how osrs bots work as i have used them in the past. Follow some Java tutorials until you have a good understanding of the language, then start writing scripts 1
Hzkane Posted November 7, 2016 Posted November 7, 2016 Follow some Java tutorials until you have a good understanding of the language, then start writing scripts Thanks, helped me set up eclipse for osbot quickly. Do you really have to update the jar every time there is a osbot update? Or is it only when there is an update to the api, or is it every Thursday when osbot gets a update?
Juggles Posted November 8, 2016 Posted November 8, 2016 Thanks, helped me set up eclipse for osbot quickly. Do you really have to update the jar every time there is a osbot update? Or is it only when there is an update to the api, or is it every Thursday when osbot gets a update? I never change my .jar and I've never had problems.
DocMatson Posted November 9, 2016 Posted November 9, 2016 Thanks, helped me set up eclipse for osbot quickly. Do you really have to update the jar every time there is a osbot update? Or is it only when there is an update to the api, or is it every Thursday when osbot gets a update? I just use a symbolic link. and update that link when i DL a new version.