Jump to content

Vilius

Scripter II
  • Posts

    1495
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    100%

Everything posted by Vilius

  1. Vilius

    Bae

    Someone is turning straight
  2. Vilius

    Bae

    made me moist
  3. Todays forecast: Osbots drama
  4. There is a stand alone builder called "JFormDesigner" except it requires payments but you can get a free trial. If you gots more questions feel free to ask and look at Apeacs post.
  5. I made some mistakes in the paste and didn't explain it fairly well to you: fixed the paste: http://pastebin.com/KErmtQ5k in your Main class add: public int CustomIntInTheMainClass = 0; public String YourStringInTheMainClass = " "; public boolean start = false; Yeah my bad, didn't see that he was using javafx
  6. http://pastebin.com/FYnKDJTE just add: GUI.Window(this); in the onStart method and try to look what each thing does although I commented stuff in.
  7. If you want I could give you an already made java gui which you could use.
  8. it could possibly be: GUI.main(); if it doesn't I'm clueless then.
  9. in on start put: GUI.Start(); and you don't need the jFrame.setVisible(true), you already have window.show()
  10. no jFrame. is how you named your JFrame its the name you gave JFrame jFrame = new JFrame();
  11. If you got another class you call the method from another class from onStart in the main class I.e onStart{ GUI.Initialise(); } Gui represents the class. initialise represents the method you have that contains the gui components. EDIT: and make sure your method in the gui class has: jFrame.setVisible(true);
  12. Jks, I know that I got banned, just wondering how long the ban is, if a staff member could post it here, that would be gr8
  13. Vilius

    Script help

    Link not working
  14. I'm grabbing area positions and drawing it and ofcourse I can add walking to the object.
  15. Right, I see. Will definitely add support for camera turning, the issue with the map seems that its trying to draw the lines even though the minimap tile position is not visible, will try to fix that.
  16. A lot of people have problems with interactions too when running scripts.
  17. OSRS updated, interactions are fucked, wait for osbot to update, gg wp.
  18. @LightRune is doing some services for me
  19. Do you have a check if its in the bank area?
×
×
  • Create New...