Jump to content

Khaleesi

$250.00 Donor
  • Posts

    26914
  • Joined

  • Last visited

  • Days Won

    213
  • Feedback

    100%

Everything posted by Khaleesi

  1. make sure to update your client after todays update
  2. Hooks are fixed, but client needs an update
  3. 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 } }
  4. 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
  5. 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?
  6. Are we talking about the paint overlay here?
  7. You gotta wait 15min if you run into this issue Make sure you use the right OSBot credentials to login
  8. Khal Thiever (All In One) updated to V1.27: - Added loot tracking for most thieving modes Live soon! Enjoy
  9. That's why they are 24h, so you can test it a bit Enjoy!
×
×
  • Create New...