Jump to content

Eagle Scripts

Lifetime Sponsor
  • Posts

    7149
  • Joined

  • Last visited

  • Days Won

    10
  • Feedback

    100%

Everything posted by Eagle Scripts

  1. I'm aware of this, unfortunately this is because of the recent Osbot client update. Untill this is fixed i'd advise you to use the older client --> http://www.filedropper.com/osbot213606
  2. Hello all, AIO Construction has been nearly finished for BETA release. I need a few testers who are willing to test the script and report me all known bugs so I can fix all bugs before I'm launching this as a Premium Script. If you're willing to help me out please fill out the application form below. AIO Construction's Thread : http://osbot.org/forum/topic/73693-perfect-construction-castle-warsvarrocktabs100-objectsmirror-clientbutler/?p=815334 Beta tester application: How long can you bot per day?: Mirror mode/Injection?: Will you post all proggies?: Will you report every bug/issue?: Your skype:
  3. I'll be on holidays from the 19th - 26th. If your K-fisher is bugging with the recent Osbot client, launch K-Fisher with 2.3.136 OSBot Client version. (It works flawless with this client)
  4. Thankyou for reporting the bug, I am already aware of this since its something with the new Osbot update. I've already made a bug report to the Osbot developers. K-Fisher should work fine with Osbot 2.3.136 I'd recommend you to run that version for K-Fisher at the moment.
  5. It doesnt, its a fisher which only has karamja support.
  6. Looking into it. Fixed, update has been pushed.
  7. just tested, mine seems to work without any of these problems o.O
  8. 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?
  9. Thankyou, added to the thread's proggies
  10. 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.
  11. 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
  12. Heya, As the titles explains; do any of you play the game Life is Feudal?
  13. 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();
  14. 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
  15. 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?
  16. 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.
  17. 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
×
×
  • Create New...