Jump to content

Eagle Scripts

Lifetime Sponsor
  • Posts

    7238
  • Joined

  • Last visited

  • Days Won

    12
  • Feedback

    100%

Everything posted by Eagle Scripts

  1. just tested, mine seems to work without any of these problems o.O
  2. Thanks for reporting your bug, when you restart the script from this point. Does it work now (was it a one-time failure) or does it keep getting stuck?
  3. Thankyou, added to the thread's proggies
  4. What fishing option are you trying to use? Start with your fishing equipment and coins next to the karamja sailors, choose your fishing option and click start.
  5. thanks for the info, ill look into it right now EDIT" Are you sure it isn't working? just tested myself and its working fine
  6. Heya, As the titles explains; do any of you play the game Life is Feudal?
  7. 1. About your area, go into the client and activate entity hover-on. Move the cursor of your mouse to a tile, you will get 2 coordinates (1831, 1839) (x,y) Do this one more time so you've got the coordinates of 2 tiles (2 corners so you have a square). if your second coordinate would be (0181, 4810) your area would then become --> AREA_TREES = new Area(1831, 1839, 0181, 4810) 2. About dropping the logs; take a look into the API. http://osbot.org/api/org/osbot/rs07/api/Inventory.html If you want it to perform the drop action if your inventory is full, it should be this --> if (inventory.isFull()) not this --> if (!inventory.isFull()) the ! "means" "not". in this case that would be --> if inventory is not full So what you'd have to do --> if (inventory.isFull()) inventory.dropAllExcept("Bronze Axe, Iron axe"); //etc If you just want to drop everything in your inventory --> if (inventory.isFull()) inventory.dropAll();
  8. Looks like the majority is for the first one. This is indeed weird and stupid o.O The white house dude, try getting in, if you manage i'll give it to you guess santa isn't going to like that Hell no, one of these two for sure
  9. Heya guys, I have a very difficult decision to make, my GF is going to give me one of these two watches for my BDay: Armani AR1400 Armani AR1451 My problem is, I like them both really really much, I can't make a decision. What do you guys think, which watch should I choose?
  10. Yes, you'll lose everything. Get yourself a harddrive, save all the date you really can't afford to lose and reformat if you want it to be smooth again. If you really don't like the feeling of formatting, you can also use glary utilities which will help you a little, but reformating makes a biiiiig change. I'd advise reformating.
  11. After the devs have accepted the update, it should work flawless again. (i am running the new update locally to test if it really works, result -->) http://imgur.com/qmv5NKj
  12. I can't really tell when they've updated it, i'd say it would be by tomorrow. About your edit: i added a new action which defo fixes the error. I'm running 3,5 hours now without any problems.
  13. No, thats how i locally run the script right now. It should work after they've accepted it. ;)
  14. Pushed update regarding deposit problem, mine is working fine now. (see the picture for proof) http://imgur.com/1GCHuGq
  15. Deleted the logging out function, lets see if it makes a change. (once devs accept update)
  16. I've tried to delete the previous update I did, resources check. Might cause the problem but I'm quite sure it didn't cause this problem. It seems that the client can't see that the inventory is empty except the equipment and coins, which it could previously.
  17. Have you seen it logging itself out or did you come back at the bot and then it was not logged in. (like staying idle for too long and therefore logged out by the rs client)
  18. it used to work flawless, haven't changed anything about it. So weird o.O I'll try to look into it, weird though. Does it logout? It should only logout when its out of resources/money
  19. My bad, i thought you were going to spend 1000USD, didnt see it was Australian :P Go for an i3, might find an i5. Its pretty much up to you; do you want it to be fast and have medium storage or do you want it to be a little slower and have 2x more storage? (if fast is what you want, go for an SSD)
  20. I could take a look but then you'd need to give me some sites from which you'd purchase a laptop, since i'm from the netherlands. Then i can look into their assortment. (:
  21. Try to go for a very powerfull processor, if you're more looking to play games such as runescape. If you prefer to play some more graphical games on it, search for a higher nvidia gpu. But if you're sure that you want to mainly play runescape on it; go for a i7 processor. Might aswell go for 8-16 gb (future proof?) 8 should be fine though normally
  22. I've pushed a little update which might fix it, i haven't had the time to test it though so please tell me whether it works or not. (should be accepted by developers) EDIT: Tested it, works for me now.
×
×
  • Create New...