Jump to content

Gunman

Super Moderator
  • Posts

    3520
  • Joined

  • Last visited

  • Days Won

    18
  • Feedback

    100%

Everything posted by Gunman

  1. Not sure what's going on atm, but it's most likely something on OSBot's side as everyone is having this issue
  2. Please note that global OSBot T.O.S. always applies in addition to this one, and personal T.O.S. can be declared obsolete at a moderator's discretion. OSBot Rules Market Rules
  3. When using bats you need to run the bat every time, this won't change any of the default Java paths used when double clicking jars
  4. 1 client 2 tabs, stealth only
  5. Try "C:\Program Files\Java\jdk1.8.0_361\bin\java.exe" -jar "OSbot 2.6.71.jar" And make sure OSbot 2.6.71.jar is the actual name of the jar, it is case sensitive
  6. That might be related to windows scaling if you're using that
  7. Of course, you can. You're better off learning the fundamentals of Java first. Up to Java Arrays/OOP 1 should be enough to start scripting. But the more complex script you're making, the more Java you should learn to make it easier and cleaner. You may even find making some random simple Java apps to be fun as well. You don't need to stick with scripting necessarily https://www.programiz.com/java-programming Probably the best scripting tutorial and where almost everyone starts https://osbot.org/forum/topic/115124-explvs-scripting-101/
  8. @yeldarb Need to exchange context miner.exchangeContext(getBot());
  9. Make sure you're exporting the libraries
  10. Please note that global OSBot T.O.S. always applies in addition to this one, and personal T.O.S. can be declared obsolete at a moderator's discretion. OSBot Rules Market Rules
  11. The method is returning null so npcName doesn't exist. You need to null check stuff like that. if (npcName != null) { // Call stuff }
  12. Discord doesn't like cheaters
  13. Please note global OSBot T.O.S. always apply in addition to this one, and personal T.O.S. can be declared obsolete at a moderators discretion. OSBot Rules Market Rules
  14. Run it with java, it's a jar file
  15. Gunman

    Account builder

    My wallet is always open for deposits, no need to throw it away
  16. Gunman

    Java Version

    Hit the windows key and type "add or remove programs" and hit enter. Either scroll through the list and look for anything relating to Java, or type in 20 and hopefully it will show up. Otherwise, check the Program Files (x86) folder too. Could be under other folders like Zulu, Azul, Corretto, etc
  17. The feedback has been removed as it's SDN script related. @MvL013 Market feedback isn't meant for SDN scripts. You can leave a review in the store specifically with a rating out of 5 stars
  18. Proof Brits are illiterate
  19. You will probably have to make your own exist method. And best way to track loot for looting bag would be when you bank update it, otherwise check for inventory changes then update etc
  20. Yeah Google translate said about that
  21. English only forum, sorry
×
×
  • Create New...