Jump to content

Apaec

Scripter III
  • Posts

    11155
  • Joined

  • Last visited

  • Days Won

    91
  • Feedback

    100%

Everything posted by Apaec

  1. You also have to submit an application in the SDN Upload requests sub-forum. Be sure to read the guidelines before you do! Apa
  2. Apaec

    APA Chest Thiever

    Done & Done, thanks! (:
  3. 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
  4. Don't think so, are you sure it's not hopping worlds?
  5. 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?
  6. 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
  7. Ofcourse, sure thing! (: ~Apa
  8. Try running it as a java app from the command line, or open with->java.
  9. 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
  10. 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
  11. Glad you got it sorted! Hey! Sure thing! (: -Apa Of course, done! (: Apa
  12. 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
  13. Sorry about that, seems the request didn't go through... Try again now! (:
  14. 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 (:
  15. Sure, that's no problem. Refresh your scripts list! Apa
  16. 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
  17. 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.
  18. 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
  19. Sure thing, for which script though? (:
  20. Yeah, sure thing! (: Can I ask though - which script are you interested in trying? Apa
  21. Was unaware of this! Will see if I can get this added perhaps.
×
×
  • Create New...