Jump to content

Khaleesi

$250.00 Donor
  • Posts

    26696
  • Joined

  • Last visited

  • Days Won

    209
  • Feedback

    100%

Everything posted by Khaleesi

  1. Shortly started watching Fairy tail as my first anime
  2. 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
  3. 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?
  4. 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
  5. This ^ You nested the if statements instead of putting them behind eachother Khaleesi
  6. Thx for the report, I'll fix this right away. Why don't you use ava's ?
  7. That's probably because yesterdays update, will take a look at this That's unfortunate ...
  8. 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
  9. 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
  10. 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
  11. Ya it does swap to spec and swaps back after I'll see if I can do something about the break manager thing! Khaleesi
  12. Just refresh the scripts or restart the client should do the trick No, it is usefull? I can still add if required
  13. does this always happen or only sometimes? Khaleesi
  14. 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!
  15. Give it a couple minutes Try restarting the client or refreshing your scripts. Last option is to PM Dex or maldesto ^^ Khaleesi
  16. You can buy osbot vouchers by rsgp if you want that, (check my first post). You can also pm Maldesto about your issue. Khaleesi
  17. Can you folow my bug report template (check first post)? Showing me 1/4 of the screen doesn't help me ... Get me a printscreen of the whole client with the logger enabled if possible Also get me your settings you started the script with. Khaleesi
  18. What food are you using? I like how you compare botting with other things xD but yes this is true, be cautios and bot smart That's unfortunate, make sure to bot a few hours a day, don't force it too much Khaleesi
  19. No it doesn't, but a half inven lasts a long time
×
×
  • Create New...