Apaec Posted August 3, 2016 Author Share 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 }' Quote Link to comment Share on other sites More sharing options...
jller12 Posted August 4, 2016 Share 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 Quote Link to comment Share on other sites More sharing options...
Apaec Posted August 4, 2016 Author Share 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 Quote Link to comment Share on other sites More sharing options...
Insanctus Posted August 10, 2016 Share Posted August 10, 2016 (edited) This is an amazing guide , Great for beginners, Thank you @@Apaec Edited August 10, 2016 by Insanctus Quote Link to comment Share on other sites More sharing options...
Abyssal Service Posted September 8, 2016 Share Posted September 8, 2016 Thanks! Quote Link to comment Share on other sites More sharing options...
Savages Posted September 14, 2016 Share 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 Quote Link to comment Share on other sites More sharing options...
Abyssal Service Posted September 16, 2016 Share Posted September 16, 2016 Thanks for all your help Quote Link to comment Share on other sites More sharing options...
ziex Posted September 17, 2016 Share Posted September 17, 2016 (edited) dont mind this, i found the problem. Edited September 17, 2016 by ziex Quote Link to comment Share on other sites More sharing options...
Mr Pro Pop Posted September 17, 2016 Share Posted September 17, 2016 thanks for this Quote Link to comment Share on other sites More sharing options...
Aces_ Posted October 12, 2016 Share 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? Quote Link to comment Share on other sites More sharing options...
Explv Posted October 21, 2016 Share 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 Quote Link to comment Share on other sites More sharing options...
Hzkane Posted November 7, 2016 Share 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? Quote Link to comment Share on other sites More sharing options...
Juggles Posted November 8, 2016 Share 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. Quote Link to comment Share on other sites More sharing options...
DocMatson Posted November 9, 2016 Share 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. Quote Link to comment Share on other sites More sharing options...
HastyLife Posted November 11, 2016 Share Posted November 11, 2016 Helped alot thanks sir! Quote Link to comment Share on other sites More sharing options...