Jump to content

Eagle Scripts

Lifetime Sponsor
  • Posts

    7149
  • Joined

  • Last visited

  • Days Won

    10
  • Feedback

    100%

Everything posted by Eagle Scripts

  1. Restart your PC, while doing that, keep the router offline for lets say 3 minutes and then put it online again.
  2. Don't you remember..? I stole your rank and banned you put your wifi off --> on again Close internet browser before doing the above.
  3. SDN scripts update automatically once pushed by devs SDN Update has been pushed, once the Devs accept the update it will be live (: v1.50 Recoded whole script. (Previous errors have been fixed + log spamming has been reduced + added "nopaintpl0x" --> write "nopaintpl0x" in the chat box (DON'T hit enter) to disable the paint)
  4. walking.webWalk(ASSAREA.getRandomPosition()); should work
  5. I've recoded the whole script. I'm tweaking the last few bits and then i'll upload the new K-Fisher to the SDN. I'll probably do it before i'll go to bed. Cheers (:
  6. I've recoded the whole script. I'm tweaking the last few bits and then i'll upload the new K-Fisher to the SDN. I'll probably do it before i'll go to bed. Cheers (:
  7. Granted, use this client tho --> http://s000.tinyupload.com/index.php?file_id=00382358601544530823
  8. Please try this client, it works for me when testing the script --> http://s000.tinyuplo...358601544530823
  9. Make me a avatar related to eagles.
  10. Granted, you should run the client i've posted above though.
  11. 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(); }
  12. Greetings, stranger. Can i get you a cup of coffee?
  13. 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.
  14. 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
  15. Are they all on different proxies?
  16. 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 (:
  17. 82 if i'm not wrong. but you should have some favor on the house.
  18. Be sure to actually click the fishing option you want to fish, even when its already shown on startup.
  19. It's a known issue. Please try running this script with the client i've posted in a reply few days back.
  20. 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
×
×
  • Create New...