Jump to content

Khaleesi

$250.00 Donor
  • Posts

    27138
  • Joined

  • Last visited

  • Days Won

    216
  • Feedback

    100%

Everything posted by Khaleesi

  1. It's not broken at all.., You should NOT use pouches if you don't have lunars to repair them If you Watched the GUI, you would see it uses lunars to repair your pouches ^^ Khaleesi
  2. I don't have an account which can do that yet Can you provide me yours for 5 min? Khaleesi
  3. refresh your script in client or pm Dex/maldesto ^^
  4. Going to check what's wrong with it Seems to be some issue with osbot walking... I did update the script to V0.08: - Cleaned code - Updated some functions - Better price checker Still trying to find the issue with the walker ... Khaleesi
  5. You probs didn't even check if the new version was on the SDN yet... check the version in the paint ;)
  6. 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
  7. You gonna buy me one ... what about that?
  8. Shortly started watching Fairy tail as my first anime
  9. 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
  10. 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?
  11. 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
  12. This ^ You nested the if statements instead of putting them behind eachother Khaleesi
  13. Thx for the report, I'll fix this right away. Why don't you use ava's ?
  14. That's probably because yesterdays update, will take a look at this That's unfortunate ...
  15. 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
  16. 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
  17. 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
  18. Ya it does swap to spec and swaps back after I'll see if I can do something about the break manager thing! Khaleesi
×
×
  • Create New...