Jump to content

FuryShark

Suspended
  • Posts

    2898
  • Joined

  • Last visited

  • Days Won

    13
  • Feedback

    99%

Everything posted by FuryShark

  1. Updated Time to level (TTL) so that it now works, Updated the banking process for stringing bows. Fixed an error for stringing bows when you get a level up.
  2. Bow Fletcher How to use: Bows supported: Progress Reports: Download Changelog:
  3. Have you remembered to click refresh before running it?
  4. There may be other ways but what i do is make a bat file with this in it: "C:\Program Files\Java\jdk1.8.0_211\bin\java.exe" -jar "osbot.jar" of course substitute that for your path to java 8. edit: https://osbot.org/forum/java/ this will go into more detail.
  5. Wecome Sana Kuranaka, to OSBot!
  6. Botted for levels pre eoc, then for gp on osrs, and now just having fun trying to max an account with just bots
  7. Theres a free one on the SDN, its located under minigames though! https://osbot.org/forum/topic/147406-ragnars-tithe-farm/
  8. It works for me, have you remembered to click refresh on osbot? also try adding log() s to see where its getting to. also have you made sure the username is spelt correctly
  9. https://osbot.org/forum/topic/135857-a-way-to-disable-builtin-camera-turning-on-interact/ edit: just realise what you meant by your question now, but ill leave the link anyway
  10. public void onMessage(Message message) throws java.lang.InterruptedException{ if (message.getType() == Message.MessageType.GAME) { String txt = message.getMessage().toLowerCase(); if (txt.contains("you can't light a fire here.") { movePosition = true; } } }
  11. RS2Object door = getObjects().closest(o -> o.getName().equals("Door") && o.hasAction("Open")); door.interact("Open"); or something like that xD
  12. Bans are non existent . welcome bacc
  13. You asked what its for, the original post says it changes fps and reaction time. However; "With reaction of 2000, it will take bot up to 2 seconds to notice that a new npc, object, etc has been spawned/died/etc. Fps setting affects other data refresh rate (such as opened interfaces, npc hp, etc). So with 50 fps, it will take bot up to 20 ms to notice that a new interface has been opened, npc hp has changed, etc. With 20 fps, it becomes 50 ms; With 10 fps - 100 ms and so on..."
  14. Go to "· Tips and Tricks with Mirror Mode –"
×
×
  • Create New...