Jump to content

Deceiver

VIP
  • Posts

    6986
  • Joined

  • Last visited

  • Days Won

    4
  • Feedback

    100%

Everything posted by Deceiver

  1. I think this happened to me before, try uninstalling and reinstalling Eclipse.
  2. I went ahead and banned the user as he hasn't been online for 3 days... I'm sorry for your loss. If he ever wishes to return, he will have to refund you in full.
  3. I've requested the user to post here and put him in TWC. He has 24 hours to reply.
  4. I have my GUI in my 'main' file. And, I have already added a ActionListenser: JButton button = new JButton("Start"); button.addActionListener(event -> { questName = (String) questBox.getSelectedItem().toString(); log("Selected Quest: " + questName); frame.dispose(); synchronized(Test.class) { Test.class.notify(); } }); So, it successfully logs "Selected Quest", and disposes.
  5. wat do Issue: I have this sick GUI for a script right? How do I get it to start/load a class from a different package? Select option from a JComboBox Hit "start" Start selected item with a matching class name? I've tried populating the JComboBox values two different ways, but neither prevailed, when trying to start the other class. My onLoop method: (I want to assume that the problem is in this hopefully) @Override public int onLoop() throws InterruptedException { try { Class.forName(getName(), true, null); // Class.forName((String) questName); log("trying to start: " + questName); } catch (Exception e) { log("failed to start: " + questName); e.printStackTrace(); } return 500; }
  6. It is tolerated. But, if I were you, try contacting @Zach for questions about what is allowed and isn't regarding private scripts.
  7. >Implying to make a thread to appeal your TWC
  8. http://osbot.org/forum/forum/152-forum-ban-appeals/
  9. I've requested she reply here, and will put her in TWC.
  10. User has not been on for 2 days. He will be banned, if he'd like to return he will have to refund in full. I'm sorry about your loss.
  11. Use official OSRS client or a browser.
  12. Bump your threads instead of constantly making new ones for the same thing. http://osbot.org/forum/topic/79960-selling-last-bunch-of-bo3-betas/?view=findpost&p=888210
  13. You paid with a eCheque, these are usually cleared in 3-5 days.
  14. The script is outdated. Have you posted on the thread for this script?
  15. Uninstall 64bit java, try again and let us know.
  16. Uninstall 64bit java, as well, you don't download mirror... Muffins just stated that. http://osbot.org/forum/topic/69385-osbot-mirror-client-video-guide/
×
×
  • Create New...