Jump to content

Apaec

Scripter III
  • Posts

    11146
  • Joined

  • Last visited

  • Days Won

    91
  • Feedback

    100%

Everything posted by Apaec

  1. Try without food. (I'll do some tests with food too, previously I wasn't using food) apa
  2. Wtf it's working perfectly for me so I see no reason why it shouldn't for you Are you using food perhaps? apa
  3. Apaec

    2 Local Bots

    try this: Close client Open local scripts folder, move ALL scripts in there to your desktop Launch osbot Move ALL scripts BACK into local scripts folder Refresh scripts Hopefully that should work apa
  4. yep. Not possible because as soon as u move it, I think it will attempt to create a new one as it can't find it. The devs could make it changeable but it would be a lot of work and not particularly helpful (alot of major software tools are similarly rooted!) apa
  5. Are you sure you have cowhides + unicorn horn in the bank? I just ran another test and it works perfectly, even in the new version o.o apa
  6. How strange! What setup did you use? will run a quick test now. apa Edit: just did a quick test run and everything worked perfectly... Withdrew inventory without a single problem, proceeded to run to shrine perfectly! Does it log any errors in the console (eg did you miss anything in ur bank?) apa
  7. Strange, might be caused by mirror mode (or even deadman mode). Does it work ok in injection? and in osrs? Will be doing some testing later this week (and will be pushing updates to my cooker script as well!), but the code hasn't changed so something else must have! apa
  8. wtf is this You could either use streams or there's a simpler way: for (Item i: inventory.getItems()) { if (i != null && i.getName().equals("Bones")) { inventory.interact(i,"Bury"); } } //wrote in response box so sorry if any errors merry christmas apa
  9. Have a snippet for a simple cross which I use in my unicows script: @Override public void onPaint(Graphics2D g) { g.setRenderingHints(new RenderingHints(RenderingHints.KEY_ANTIALIASING, RenderingHints.VALUE_ANTIALIAS_ON)); //anti aliasing g.drawLine(script.mouse.getPosition().x - 5, script.mouse.getPosition().y + 5, script.mouse.getPosition().x + 5, script.mouse.getPosition().y - 5); //line 1 g.drawLine(script.mouse.getPosition().x + 5, script.mouse.getPosition().y + 5, script.mouse.getPosition().x - 5, script.mouse.getPosition().y - 5); //line 2 } apa
  10. not for me, make sure you have stuff in ur inventory apa
  11. Yeah, it's fake. In reality, I think america will announce war with russia when the time comes...
  12. Thank you for reporting this, I will be updating my pathwalking this week apa Strange, as I ported to the osbot banking api not so long ago which is pretty stable. Nonetheless, will take a look apa
  13. My tutorial should cover a few things up if u have any further questions: http://osbot.org/forum/topic/58775-a-beginners-guide-to-writing-osbot-scripts-where-to-get-started-by-apaec/
  14. Hey Sorry for the wait, was sleeping (night time here haha) Thank you for the purchase though hope it all works out well. apa
  15. Thank you for the kind words and glad you like it Feel free to leave a review if you have a few spare seconds too osbot.org/forum/store/product/373-apa-rock-crabs/ thanks apa
  16. aw crap, thanks for pointing this out! I've fixed the issue, thanks! apa
  17. have given you a 6hour trial. Enjoy!: ) apa
  18. Thanks for the kind words, and I'm glad you like it! apa
  19. are you sure the name is 'Willow' not 'Willow tree'? if you get the name wrong, it will always be null and hence won't get into the chop state. apa
  20. I've given you both 6 hour trials. Enjoy! apa
  21. IIII is the same as IV, both are equally correct Here's an interesting read https://newgateclocks.com/store/information/roman4 I think it does say IX as you said however the bottom half of the X is cut off by one of the central dials
  22. http://www.tokyoflash.com/en/watches/1/
  23. 11th day of the 11th month how could you forget? x) if it were 9 11 i'm sure you would have remembered x)
×
×
  • Create New...