Jump to content

Khaleesi

$250.00 Donor
  • Posts

    26437
  • Joined

  • Last visited

  • Days Won

    203
  • Feedback

    100%

Everything posted by Khaleesi

  1. What does it do? Because I can't really imagine what is going on... Can you get me a gif?
  2. Client still needed more updated, should be fixed by now Restart yourt client
  3. Well that means you can bring the pearls inside and have the npc repair it, will take a look at that soon
  4. make sure to update your client after todays update
  5. Hooks are fixed, but client needs an update
  6. Uhm I'm not sure if there is a good way to deal with this, What I have done before Is painted everything and added a mouselistener to see where a user clicked to enabled/disable setitngs. But if you are going to want a dropdown it's not going to be easy to do it in the paint itself. Maybe you can try to get the position of osbots Jframe and move the Jdialog based on that. You could get the OSBot Frame by doing this I guess: for (Frame frame : Frame.getFrames()) { if (frame.isVisible() && frame.getTitle().startsWith("OSBot")) { //Access to Frame X and Y } }
  7. The onPaint is actually just to draw things to the canvas as an overlay, not really the same as trying to put a Jdialog on top of the client. I have never tried that and I never had the use for it. Why exactly do you want this Dialog to be on top of the chatbox? You can simply hide the name by drawing a small box over the name in the chatbox and have the dialog somewhere else
  8. Like onPaint says in it's name => paint =? you draw images/lines/text. This has nothing to do with Swing or JFrames, JDialogs, ... What are you trying to do exactly?
  9. Are we talking about the paint overlay here?
  10. You gotta wait 15min if you run into this issue Make sure you use the right OSBot credentials to login
×
×
  • Create New...