Jump to content

Tom

Scripter III
  • Posts

    5330
  • Joined

  • Last visited

  • Days Won

    5
  • Feedback

    100%

Everything posted by Tom

  1. Tom

    osFighter

    Not controlled by me, sorry
  2. Tom

    osMiner

    Added. As far as deadman support goes, it will run to a bank if it is under attack
  3. Tom

    osFighter

    I have just pushed a change that may or may not correct the issue. It is in version 1.04, which may take up to 24 hours to go live. Cannot test at the moment
  4. Tom

    osFighter

    Might be the cause, investigating
  5. Tom

    osFighter

    Hi! Thanks for reporting this. If possible, could you show me the settings you used? This will help me rule out any issues and fix the issue ASAP
  6. Tom

    osMiner

    Added I'll see what i can do to fix custom location, it is indeed broken
  7. Seeing as other people might have this issue, its best left here so they can learn as well. As far as I can tell, the best way to play OSRS on linux is using the OSBuddy client (you can use OSBot with this). Simply download it, and run the command 'java -jar osbuddy.jar' (making sure to replace osbuddy.jar with the actual file name)
  8. You can do it. You need java installed, and need to run the Runescape .jar through command line Edit: I know its possible to run stealth mode on linux, but I'm not entirely sure if the official client allows you to run it via .jar
  9. Tom

    osFighter

    Added, let me know if you have any issues
  10. Tom

    .

    Chinchompas definitely has the lowest ban rate
  11. Alternatively you could set the WebWalkEvent to be asynchronous #setAsync() And then make an infinite loop checking the condition on the main thread. Web Walker has proven to be inconsistent at times
  12. Better yet public boolean npcInsideAreas(Area[] areas, NPC n) { return Arrays.asList(areas).stream().anyMatch(a -> a.contains(n)); } Should do the trick. @Juggles What you have is right, you just need to substitute Player for the NPC. They are both entities, so I don't see why it wouldn't work. Alternatively you can check contains(npc.getPosition())
  13. 2nd 24 hour trial starts now. Should be in your OSBot script selector.
×
×
  • Create New...