Jump to content

Eagle Scripts

Lifetime Sponsor
  • Posts

    7164
  • Joined

  • Last visited

  • Days Won

    10
  • Feedback

    100%

Everything posted by Eagle Scripts

  1. Granted, you should run the client i've posted above though.
  2. Make a check for runes --> if no runes are left --> logout or something private boolean isSupplied(){ if(inventory.getAmount(Runes here) >runes amount needed for 1 cast) { return true; }else{ return false; } } and then make a check for it --> if (isSupplied()==false){ status="Logging out"; log("----------------------------------------------------------------"); log("No resources left, we're stopping the script!"); log("----------------------------------------------------------------"); getLogoutTab().logOut(); stop(); }
  3. Greetings, stranger. Can i get you a cup of coffee?
  4. I can not fix this bug, it's something that's in the client. The developers added a new update in the client where Poll booth boxes would immidiately be closed once opened. It seems like they added depositboxes into there aswell. I've posted several bug reports on this issue and that's the most i can do on the matter of them fixing it. Please try this client, it works for me when testing the script --> http://s000.tinyupload.com/index.php?file_id=00382358601544530823 if it still doesn't work with that client (it should tho) tell me then i'll try to figure out a way to deposit the items in a different way.
  5. Try this; private boolean isSupplied(){ if(inventory.getAmount(YOUR RUNES HERE) > Required amount of runes for the spell -1) { return true; }else{ return false; } } then you could do something like --> if (isSupplied()==true); //do shit here
  6. Are they all on different proxies?
  7. This does also heavily depend on what kind of a PC you're running this on. I'm running mirror on a i5-4460 with 8 Gigs of ram. It's not lagging or whatsoever (:
  8. 82 if i'm not wrong. but you should have some favor on the house.
  9. Be sure to actually click the fishing option you want to fish, even when its already shown on startup.
  10. It's a known issue. Please try running this script with the client i've posted in a reply few days back.
  11. Good to hear that you like the script. As you saw, its working for me on the 2.3.136 client. You migt have to delete everything related to Osbot on your pc and then run the 2.3.136 client and see if it works then? Cheers
  12. Hello, this is a known issue. The devs havent fixed it in the latest client. Please run the client i've posted above. I'm running it right from the SDN right now. It's working fine -->
  13. Heya, I've made a Zeah AnglerFishing script but i'm not able to test it due not having the stats myself. If you meet the requirements needed tot fish, please send me a message or reply on here. You'll get the script for free once its out.
  14. Retry the script with the client i posted once the update has been pushed. The update should have a blue cursor instead of the pink one.
  15. I'll look into it Pushed an update, it should work now with the 21.36.06 client. (:
  16. What clientversion are you using? Try the client that i've posted in the post above you. Does the error still occur? About the mouse movement; its not possible. Mouse speed has been removed from the client
  17. It's indeed safe. I'm afraid I can't help you on this since you say there's no error message or code at all. Did the PC startup normally afterwards?
×
×
  • Create New...