Jump to content

Khaleesi

$250.00 Donor
  • Posts

    26905
  • Joined

  • Last visited

  • Days Won

    213
  • Feedback

    100%

Everything posted by Khaleesi

  1. Working on it EDIT: Script updated to V0.32: - Fixed lava runes - Changed some things in abyss (Less agressive) - Updated price checker of runes Updated should be live in a few hours! Khaleesi
  2. You gonna buy me one ... what about that?
  3. Shortly started watching Fairy tail as my first anime
  4. I have no idea what you mean, while trying to run it just worked fine in both directions for me. Even after 3 hours it still ran fine.. Can you get me a printscreen of the client with the console logger visible? make sure you are using latest osbot client! Khaleesi
  5. Script updated to V0.25: - Fixed flax spinning gettting stuck - Added Opal, Jade and red topaz gem cutting If you still encounter any issues, let me know! Kind regards Khaleesi Is this an issue at the moment?
  6. Khaleesi

    Timer?

    You can use them, but make sure to properly break out of them. Getting a user stuck for 8 hours because a while loop didn't break properly is pretty annoying I didn't even use 1 while loop in all of my scripts Basicly this: (I'm using my own timer class though, not sure how osbots timer work) Timer animationTimer = new Timer(0); public void fletch(){ if (script.myPlayer().isAnimating()) animationTimer.reset(); if (animationTimer.getElapsed() > 2000) { //time between animations //start fletching }else{ //we are fletching } } Khaleesi
  7. This ^ You nested the if statements instead of putting them behind eachother Khaleesi
  8. Thx for the report, I'll fix this right away. Why don't you use ava's ?
  9. That's probably because yesterdays update, will take a look at this That's unfortunate ...
  10. The distance the script stays within, if you set it to "10" it won't walk out of a 10 tiles radius from the position you start the script from Khaleesi
  11. I saw your bug report about it Boxers, I tried a few courses but I didn't had the same issue Would it be possible to get a screenshot of it ? If I know what the script status is in the paint I'll be to track it quicker. Kind regards Khaleesi
  12. I tried the potions and it worked just fine, you sure you set the percentage properly? A glory recharge is not a "issue" it's called a suggestion ... Sure enjoy! Khaleesi
  13. Ya it does swap to spec and swaps back after I'll see if I can do something about the break manager thing! Khaleesi
  14. Just refresh the scripts or restart the client should do the trick No, it is usefull? I can still add if required
  15. does this always happen or only sometimes? Khaleesi
  16. here is some sample code of the border on a JPanel: JPanel panelSettings = new JPanel(); panelSettings.setLayout(null); panelSettings.setBorder(BorderFactory.createTitledBorder("Attack style")); panelSettings.setBounds(10, 11, 250, 91); contentPane.add(panelSettings); Have fun!
  17. Give it a couple minutes Try restarting the client or refreshing your scripts. Last option is to PM Dex or maldesto ^^ Khaleesi
  18. You can buy osbot vouchers by rsgp if you want that, (check my first post). You can also pm Maldesto about your issue. Khaleesi
×
×
  • Create New...