Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!
  1. thevtm

    Resolved Exception thrown on bot load

    Similar problem, OSRS aswell. RS3 works but super slow.
  2. thevtm

    Resolved Exceptions thrown when starting bots.

    I'm having the same issue. Line: LocatableEntityQueryResults<GameObject> banks = GameObjects.newQuery().actions("Bank").results(); Exception: java.lang.NullPointerException at nul.IiiiiiiiII.do(Unknown Source) at nul.IiiiiiiiII.special_uids(Unknown Source) at...
  3. thevtm

    Bone Prayer [Deleted]

    TheVTM submitted a new resource: Bone Prayer - Bot that loots and bury bones. Read more about this resource...
  4. thevtm

    Tutorial JavaFX for Beginners

    My controller was not getting used even after calling setController. Changing this // Load fxml file FXMLLoader fxmlLoader = new FXMLLoader(); fxmlLoader.setController(new GUIController(script, this)); final Parent root = fxmlLoader.load(getClass().getResource("sample.fxml")); to this // Load...
  5. thevtm

    Tutorial Making your GUI match the client styling

    Well... Thanks for the tip.
  6. thevtm

    Tutorial Making your GUI match the client styling

    Nice, exactly what I was looking for!
  7. thevtm

    ExpertBones [Deleted]

    Really cool bot but it simply stopped after 45 minutes, no aparent reason. I was training in the Lumbridge chickens OSRS.
  8. thevtm

    Question External dependencies

    Thank you!!
  9. thevtm

    Question External dependencies

    So... use json-simple and copy their src into my repo?
  10. thevtm

    Question External dependencies

    I'm trying to use Jackson (java json library) in my bot. It works great when debbuging because I have the jar in my working directory. The problem is that its not being exported so the module will be missing in the end user. How do I export the module/library?
  11. thevtm

    Resolved WebPath/RegionPath always returns null

    I was testing in Al Kharid bank area.
  12. thevtm

    Resolved WebPath/RegionPath always returns null

    Yeah I just tested the Default WebPath it and even from a small distance (< 10) it doesnt work. Anyone know why?
  13. thevtm

    Resolved WebPath/RegionPath always returns null

    Me dumb. Its working.
  14. thevtm

    Resolved WebPath/RegionPath always returns null

    For some reason on my client every bot seems to be unable to use WebPath/RegionPath. Diggin through code I found that both methods always return null. I tested on 2 different machines Windows 10 / Ubuntu / Arch Linux RS3 and OSRS This is the output for MaxiWorldWalker: (12:42:16)...
Top