Jump to content

Khaleesi

$250.00 Donor
  • Posts

    27462
  • Joined

  • Last visited

  • Days Won

    222
  • Feedback

    100%

Everything posted by Khaleesi

  1. You can't atm
  2. Enjoy!
  3. soon
  4. will check it out!
  5. enjoy!
  6. no sorry
  7. Which mode are you running?
  8. Enjoy!
  9. 1. I will check it out asap 2. There is no point taking breaks while splashing, disable it
  10. Enjoy!
  11. I have not sorry Will see what I can do for you
  12. Enjoy!
  13. What does it do? Because I can't really imagine what is going on... Can you get me a gif?
  14. Client still needed more updated, should be fixed by now Restart yourt client
  15. Well that means you can bring the pearls inside and have the npc repair it, will take a look at that soon
  16. make sure to update your client after todays update
  17. Hooks are fixed, but client needs an update
  18. Should be fixed by now
  19. Sure man ! Enjoy
  20. 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 } }
  21. 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
×
×
  • Create New...