Jump to content

Khaleesi

$250.00 Donor
  • Posts

    26917
  • Joined

  • Last visited

  • Days Won

    213
  • Feedback

    100%

Everything posted by Khaleesi

  1. I believe your main class which extends the "Script" class already has a Mouselistener implemented. I never had to implement it before..
  2. Go get over there and watch me get nude on the show ^^
  3. Add this to your onStart() method bot.addMouseListener(new MouseListener() { @Override public void mouseReleased(MouseEvent e) { } @Override public void mousePressed(MouseEvent e) { } @Override public void mouseExited(MouseEvent e) { } @Override public void mouseEntered(MouseEvent e) { } @Override public void mouseClicked(MouseEvent e) { } });
  4. Great to hear the spec is working! No worries!
  5. No that's not possible, monsters in abyss can hit 12 and its a multi combat zone So atleast 40-50 hp and some decent def lvl is required.
  6. No it won't be added, I tried it before and I feels likes it totally not worth it... Slows down the script quite hard
  7. Blackmailing always works You da best @Gellie
  8. Ya a lot of different people are working on this, Really want to see who can deliver a proper one first ^^
  9. Oh I see, ya I can add that ^^ EDIT: Script updated to V0.27: - Move mouse off screen after 50 points - Fixed banking when repairing fences Should be online in a few hours Khaleesi
×
×
  • Create New...