Jump to content

Apaec

Scripter III
  • Posts

    11151
  • Joined

  • Last visited

  • Days Won

    91
  • Feedback

    100%

Everything posted by Apaec

  1. Probably just in-game login timer; perhaps if you're not using random movements, or if you have a high threshold, you could set the threshold a little lower? Apa
  2. Don't think so, are you sure it's not hopping worlds?
  3. Not sure why they wouldn't reset, I tested this spot heavily. I can extend the refresh route as that seems to be the problem! For now, perhaps try a different spot? Apa No; follow the instructions in the pop-up message! You need to head to lumbridge and talk to the ranged tutor. This allows you to auto-equip arrows when you pick them up, instead of going via the inventory. You will need to set this up for ammo looting to work. Not sure what you mean; it shouldn't log out unless you run out of resources. I'm not sure why it would stop otherwise, unless it wants to world-hop. Are you sure you didn't externally stop the script?
  4. Looks good! Thanks for sharing (: Just a few comments about the code, it looks like you've got a good conditional structure - well done on that! I would recommend against static sleeps (e.g your 'sleep(1000)') I'd say an early return in a case statement is probably not the best idea - if you need a sleep, put a conditional one there! I would advise against using webwalker for any situation other than when your starting point is unknown in relation to your destination. For short back & forth journeys, stick to path walking! (: Best Apa
  5. Ofcourse, sure thing! (: ~Apa
  6. Try running it as a java app from the command line, or open with->java.
  7. Apaec

    OSBot 2.4.147

    Thanks for this release, it's great to have the old logger back! Testing now, seems to be working well
  8. Saw you liked the sand crabs thread so I presume that is the script that you're interested in trying. Refresh your scripts list! (: Apa
  9. Glad you got it sorted! Hey! Sure thing! (: -Apa Of course, done! (: Apa
  10. That's odd; it should work with any weapon. Are you sure you've ticked it in the gui, and does it log anything unusual in the console? --Apa
  11. Sorry about that, seems the request didn't go through... Try again now! (:
  12. Not sure why, maybe if you're using it might be a mirror thing. I'd suggest just using stealth injection for everything if you want scripts to work reliably (:
  13. Sure, that's no problem. Refresh your scripts list! Apa
  14. It only uses the spec on your current weapon, it won't weapon switch. Unless you're training with a d2h, it won't work! Thanks for the kind words and glad it lived up to expectations (: ___ -Apa
  15. You seem to be confused about how the script is running - don't use code that you don't understand! However you've structured your source, it should be continuously looping via. onLoop, so take advantage of that.
  16. Nothing special for OSBot! You can use JOptionPane for simple tasks, or even provide your own panel for a JOptionPane. Another good way to do it is extending JFrame. Apa
  17. Sure thing, for which script though? (:
  18. Yeah, sure thing! (: Can I ask though - which script are you interested in trying? Apa
  19. Was unaware of this! Will see if I can get this added perhaps.
  20. Thank you for your custom, glad it is working well! (:
  21. Hey! I didn't miss it, I just woke up. Sorry for the delay! Refresh your scripts list! (: -Apa
  22. I believe the randomise option applies a +- 10% randomisation for each break time
  23. Did you update the bot in this time? Someone else mentioned this was happening and i'm suspicious it has to do with OSBot v2.4.146 Apa
×
×
  • Create New...