Jump to content

Imthabawse

Members
  • Posts

    278
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Imthabawse

  1. So when I tryed this in Fally it would keep trying to go to previous "Jump" and "Ledge" spot. Is this because there are multiple "Jump" / "Ledge" spots and how would I make it go to the next spot instead of previous?
  2. I highly recommend anyone looking to start writing scripts to look at and study this page: https://en.wikipedia.org/wiki/Java_syntax The hardest part of writing scripts for me is all the hooblaw that goes along with all the code your adding. So for me studying this while studying snippets has really helped me in understanding more about how scripts work and also the great guides from @Apaec and @Explv. Hope this helps some of you out there that are looking to get into coding and or writing your own scripts!
  3. @Malcolm @ItPoke Thank you guys for the feedback i'll have to tinker around with this when I get the time.
  4. Yeah I've started a woodcutting project to get an idea how to get the bot to actually interact with something first. Slowly add in banking, sleeps, etc. Any tips and or snippets would be greatly appreciated.
  5. I give you guys a lot of credit, this scripting shit isn't for the faint of heart. I've been reading different tutorials, watching videos etc and all I've come up with so far is this: package oaklarders; import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; // Start script lvl 33 Construction @ScriptManifest(author = "Imthabawse", info = "Oaklarder Builder", logo = "", name = "Oaklarders", version = 0) public class Oaklarders extends Script { @Override public void onStart() { log("Sit back and relax"); } @Override public int onLoop() throws InterruptedException { return random(200, 300); } @Override public void onExit() { log("Thank's for using Oaklardersv1"); } // Make bot build and remove larders // Make bot interact with butler to unote planks // Make bot call servant if needed // Add humanlike behavior sleeps etc } To say the least I'm very new to this but I'm eager to learn from all the amazing scripters on Osbot and add to the community.
  6. Very nice tutorial. I've been wanting to get back into coding and make bots for fun and if there good enough share with the community.
  7. I would recommend using mining guild if you can access it. Lots of iron spots to mine and bank right near by. More human like in my opinion.
  8. The only thing I could add to this is try your script out first babysit it make sure it's running smoothly before you even bot 30 mins with it. All it can take is 10-30 min of your bot randomly clicking same spot or weird un-human like movements over and over again ex: Weird camera adjustments, odd clicks on mini map etc. Happy botting to all! ?
  9. The only thing I can see wrong thatll get you banned after a short period of time using this is the clicks arnt delayed at all. If you could possibly add a click delay timer that would make this script very nice. There's an option in bottom left corner to "Bank" and or "Drop"
  10. Not sure if this scripts broke or its just me but trying to fish south of Lumbridge doesnt work. Trying to fish shrimps "Fishing spot" "Net"
  11. Can close paint finally dunno if you did something or was a bug in older version of client but good shit none the less ?
  12. Is there a way to close the paint blocking the chatbox? Helps to see if people are talking to you so you can respond to help prevent a report. I also realize theres a "X" in the right corner which you would think would close it but when I click it nothing happens.
  13. Still delayed startup but dont mind it, clients running alot smoother ?
  14. Just wait an extra minute and it should load fine.
×
×
  • Create New...