Jump to content

debug

Members
  • Posts

    41
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by debug

  1. I was just following this tutorial: http://osbot.org/forum/topic/58775-a-beginners-guide-to-writing-osbot-scripts-where-to-get-started-by-apaec/
  2. Isn't it suppose to be in OnLoop()?
  3. Thank I managed to get it working now.
  4. Line 56: status = state.toString(); That other is on line 163.
  5. // Create a select box for tree options JComboBox<String> treeSelector = new JComboBox<>(new String[]{"Tree", "Oak"}); // Add an action listener, to listen for user's selections, assign to a variable called selectedTree on selection. treeSelector.addActionListener(e -> selectedTree = treeSelector.getSelectedItem().toString()); I was using this code, but if I choose 'Tree' the client crashes, well, the CPU goes to 100% and I have to force quit, but if I choose 'Oak' then it works perfectly fine. I added another option in front of 'Tree' and now 'Tree' works in second position but the 'Oak' options is now causing the problem.
  6. What even is the difference of having veteran and not? Just the gold username?
  7. Isn't Rangers Guild instant ban? I wouldn't bot there if I were you.
  8. Low paid Chinese working for £1 every level 99.
  9. Probably the fresh account was the culprit, same thing happened to me when I was botting agility.
  10. debug

    Hey guys.

    Welcome to the forums.
  11. Great update - will help a lot of users.
  12. I'd go for the donator option as the gold username would look more appealing and stand out and it shows how much you have donated - if people don't know what sponsor is they also might not know how much it costs.
  13. Thanks, I'll try that. The reason is that I think the dropping is far to fast, and I can't drop items that fast so I was trying to make it delay around a second I will try your method and change the sleep and see if it works.
  14. I managed to fix it so it drops all of the inventory. I was trying to add a random sleep between each drop so it doesn't seem to bot like and fast.
  15. If you are using a local script, delete C:\Users\USER\OSBot\Scripts and then reload the client and refresh scripts and see if that works.
  16. Is this your own script or is it from the SDN? Have you tried any other script to see if it is working and it is just not the one script?
  17. I'm not sure why this isn't working, but when it gets to the Drop method it will start from the top and begin dropping, but it will leave the bottom logs, sometimes 1, sometimes 2 and it will keep building up. if (sI.inventory.isFull() && !sI.myPlayer().isAnimating()) { for (Item i : sI.getInventory().getItems()) { if (i != null && i.getName().equals("Logs")) { sI.inventory.dropAll(i.getName()); sleep(random(300, 1200)); } } }
  18. Are you in fixed mode with default zoom? - You can try deleting everything OSBot related and downloading it again.
  19. UK weather channel: "Today will be sunny" *Looks outside* It's raining.
  20. Fine Bros and Taylor Swift. That's one way to not go back to YouTube.
  21. No wind, little cloud and sunny. Doesn't matter about the temperature.
×
×
  • Create New...