Jump to content

Khaleesi

$250.00 Donor
  • Posts

    26267
  • Joined

  • Last visited

  • Days Won

    203
  • Feedback

    100%

Everything posted by Khaleesi

  1. You probs didn't even check if the new version was on the SDN yet... check the version in the paint ;)
  2. 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
  3. You gonna buy me one ... what about that?
  4. Shortly started watching Fairy tail as my first anime
  5. 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
  6. 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?
  7. 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
  8. This ^ You nested the if statements instead of putting them behind eachother Khaleesi
  9. Thx for the report, I'll fix this right away. Why don't you use ava's ?
  10. That's probably because yesterdays update, will take a look at this That's unfortunate ...
  11. 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
  12. 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
  13. 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
  14. Ya it does swap to spec and swaps back after I'll see if I can do something about the break manager thing! Khaleesi
  15. Just refresh the scripts or restart the client should do the trick No, it is usefull? I can still add if required
  16. does this always happen or only sometimes? Khaleesi
  17. 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!
  18. Give it a couple minutes Try restarting the client or refreshing your scripts. Last option is to PM Dex or maldesto ^^ Khaleesi
×
×
  • Create New...