Apaec Posted January 17, 2017 Author Share Posted January 17, 2017 Thanks again! Perhaps a little dull question - but how I could get the coordinates for specific place on map? Go into options > debug > entity hover debug, and hover over the tile in question ~apa 1 Quote Link to comment Share on other sites More sharing options...
Magerange Posted January 19, 2017 Share Posted January 19, 2017 (edited) A little update from my adventures so far. Managed to get my first ban on suicide account I used to test script for wooducutting. Got till like 45 woodcutting, lvl 3, f2p. No biggie, expected, but not so soon, tbh. Since I had no other accounts to woodcut from (all of others are currentyl lvl 1 wc), had to change the script a little bit.With the help of tutorials on this forums section, I managed to add banking and Area walking! Seems promising so far, now I need to figure it out how to make it chop trees ONLY in the specific Area. Something Apaec already mentioned... Nonetheless, I already have an idea for my next script (or next 2). Therefore I would like to ask a question related with my further adventures into scripting - how should I handle dialogue with NPC? I mean, going through various options? Thanks! Will keep you updated with my progress! Edited January 19, 2017 by Magerange Quote Link to comment Share on other sites More sharing options...
Apaec Posted January 20, 2017 Author Share Posted January 20, 2017 A little update from my adventures so far. Managed to get my first ban on suicide account I used to test script for wooducutting. Got till like 45 woodcutting, lvl 3, f2p. No biggie, expected, but not so soon, tbh. Since I had no other accounts to woodcut from (all of others are currentyl lvl 1 wc), had to change the script a little bit. With the help of tutorials on this forums section, I managed to add banking and Area walking! Seems promising so far, now I need to figure it out how to make it chop trees ONLY in the specific Area. Something Apaec already mentioned... Nonetheless, I already have an idea for my next script (or next 2). Therefore I would like to ask a question related with my further adventures into scripting - how should I handle dialogue with NPC? I mean, going through various options? Thanks! Will keep you updated with my progress! Awesome progress! And yes, if you "suicide" bot (just leave it running) you will get banned no matter what As for dialogues, take a look at the API http://osbot.org/api/ , specifically http://osbot.org/api/org/osbot/rs07/api/Dialogues.html Hopefully the suite of methods available there should suffice for your needs! apa 1 Quote Link to comment Share on other sites More sharing options...
digbicksam Posted January 28, 2017 Share Posted January 28, 2017 thanks for this looking to get into coding Quote Link to comment Share on other sites More sharing options...
simply_gainzs Posted February 23, 2017 Share Posted February 23, 2017 thanks for this, i found out about this site years and years ago never had time to go in depth, finally joined years later and im falling in love and was wondering where would be a good place to start! Thanks! Quote Link to comment Share on other sites More sharing options...
Nurvael Posted February 23, 2017 Share Posted February 23, 2017 Tysm Quote Link to comment Share on other sites More sharing options...
Mistys Posted March 7, 2017 Share Posted March 7, 2017 Every time I go to open it it says I need to install version 1.8 ??? How do I get this? Quote Link to comment Share on other sites More sharing options...
Apaec Posted March 7, 2017 Author Share Posted March 7, 2017 44 minutes ago, Mxttie said: Every time I go to open it it says I need to install version 1.8 ??? How do I get this? Not sure exactly what you mean, what is it that you're trying to open? Quote Link to comment Share on other sites More sharing options...
Mistys Posted March 7, 2017 Share Posted March 7, 2017 13 minutes ago, Apaec said: Not sure exactly what you mean, what is it that you're trying to open? Ignore me mate. I didn't have the correct JAVA installed! All good now 1 Quote Link to comment Share on other sites More sharing options...
BotScaper Posted March 10, 2017 Share Posted March 10, 2017 Hey is there a skeleton for an attack bot i could find anywhere. Quote Link to comment Share on other sites More sharing options...
Apaec Posted March 10, 2017 Author Share Posted March 10, 2017 1 hour ago, BotScaper said: Hey is there a skeleton for an attack bot i could find anywhere. You can more or less use the tea thiever skeleton as a starting point, however it may help you to look at some complete scripts, so i'd recommend browsing the combat section of the local scripts sub-forum and downloading some of the scripts there. Then you can decompile some of the jars, and provided they are not obfuscated you should get a rough idea of what the source code is! There should be a bunch of free java decompilers (even online ones) available online ~apa Quote Link to comment Share on other sites More sharing options...
BotScaper Posted March 10, 2017 Share Posted March 10, 2017 29 minutes ago, Apaec said: You can more or less use the tea thiever skeleton as a starting point, however it may help you to look at some complete scripts, so i'd recommend browsing the combat section of the local scripts sub-forum and downloading some of the scripts there. Then you can decompile some of the jars, and provided they are not obfuscated you should get a rough idea of what the source code is! There should be a bunch of free java decompilers (even online ones) available online ~apa Could I PM you a small script to see if im getting onto the right start, I tried using lists to define which items to pick up and which food to eat Quote Link to comment Share on other sites More sharing options...
Apaec Posted March 10, 2017 Author Share Posted March 10, 2017 4 hours ago, BotScaper said: Could I PM you a small script to see if im getting onto the right start, I tried using lists to define which items to pick up and which food to eat Ofcourse, please do, or you could post here as well, whichever you prefer ~apa Quote Link to comment Share on other sites More sharing options...
lfcandy Posted April 3, 2017 Share Posted April 3, 2017 @Apaec Hey man great tutorial. I've slightly changed the code to a wcer I have one error twice. 'Entity cannot be resolved to a type' https://pastebin.com/4iZqAGQk Quote Link to comment Share on other sites More sharing options...
Apaec Posted April 4, 2017 Author Share Posted April 4, 2017 10 hours ago, lfcandy said: @Apaec Hey man great tutorial. I've slightly changed the code to a wcer I have one error twice. 'Entity cannot be resolved to a type' https://pastebin.com/4iZqAGQk Try replacing Entity with RS2Object in both cases:) Quote Link to comment Share on other sites More sharing options...