Jump to content

Eagle Scripts

Lifetime Sponsor
  • Posts

    7257
  • Joined

  • Last visited

  • Days Won

    12
  • Feedback

    100%

Everything posted by Eagle Scripts

  1. 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();
  2. Good to hear (:
  3. its online
  4. 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
  5. 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?
  6. 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.
  7. 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
  8. 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.
  9. No, thats how i locally run the script right now. It should work after they've accepted it. ;)
  10. Pushed update regarding deposit problem, mine is working fine now. (see the picture for proof) http://imgur.com/1GCHuGq
  11. Deleted the logging out function, lets see if it makes a change. (once devs accept update)
  12. 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.
  13. 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)
  14. 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
  15. 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)
  16. 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. (:
  17. 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
  18. 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.
  19. It should only do this when you're out of supplies. Are you sure you have supplies when starting? 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. (probably accepted by the devs around evening)
  20. If you want good shit --> Install KODI --> install add-on genesis --> stream every movie / TV Show you wish without any fucking spam.
  21. Pretty weird o.O But nice it works now! (:
  22. Thats very weird, with what type of fish didn't it work?
  23. Because those are the least you should have, if you want to use this laptop more then 1-2 years without stressing the fuck out with how slow it goes ;)
  24. Are you sure? tested mine multiple times, seems working for me. Are you sure you are actually clicking the shrimp/anchovies option, even though its already selected on startup?
×
×
  • Create New...