Jump to content

Pure_

Members
  • Posts

    18
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Pure_

  1. I want to save my gui settings.

     

    [ERROR][bot #1][06/09 01:51:05 AM]: Blocked permission: ("java.io.FilePermission" "C:\Users\ddd\OSbot" "read")

     

    Is there ANY way i can save/read local files? What kind of alternative avenue can i explore?

  2. paint looks like a unicorn took a shit on the screen

    • dont draw prayer xp if the person didnt choose to bury bones
    • make the items line up
    • dont have font mismatch
    • dont draw combat items which the user isnt going to get xp in
    • why is only your name on there, idc m8 i want to know the script name IF anything

    i cant comment on the code since not public so yeah good luck mate

  3. I think it is possible, just maybe not using FXML. Support may be added in the future by OSBot devs, but for now it is easier to just use Swing.

     

    That's silly because it negates a large aim of JavaFX (separating logic code from design code). I hope they can support it soon to encourage good programming habits.

  4. You should probably avoid static time quantities in sleep. A lot of this logic should have probably been split into some kind of task-based architecture. The paint calculations should also be in another method. This is a fine first attempt but you should keep working to improve.

×
×
  • Create New...