Jump to content

Apaec

Scripter III
  • Posts

    11151
  • Joined

  • Last visited

  • Days Won

    91
  • Feedback

    100%

Everything posted by Apaec

  1. Apaec

    New House

    Hi guys, as some of you may or may not lnow,I moved house about one month ago now. This is all great except for one problem. as the house is newly built in an estate, there is still no established cable (fuk u BT) to our house or estate in General leaving me with no internet nor landline telephone. as a result of this I'm having to browse the Internet on my phone using my limited data, and occasionally using my personal hotspot in order to grab Internet on my lappy so I can keep my software/scripts up to date. However I am on a very limited contract and so I cannot afford to waste it browsing / discussing on the forums and hence will be spending less and less time active in the convo section of the forum. I will still ofcourse keep my scripts up to date and maintain the high quality they have at the moment, but I guess RIP 'chill zone' until I get wifi. that's all, thx for reading+understanding, Apaec.
  2. IMO he probably just quit anyway and thought lets grab 2 bonds while we're at it :p
  3. at 2:34 PM taking a total of 3 minutes and 22.5 seconds to complete the transaction.
  4. rip eyes but hiya, I don't think we met but welcome back!
  5. Calc isn't too bad Integration is the only part which requires a bit of thinking x) Stats is worse
  6. Fixed this error earlier today! thanks for the report though. Please check that your script is running version 2.03. If it is then this shouldn't ever happen again!
  7. I think they are actually commutative parameters (ie if you have your second x larger than your first one, it switches the two, likewise with y, but I could be wrong - all my areas are written like I posted xD)
  8. I found a good place to start was rather than someone teaching you, trying things out for yourself. Ofcourse there's nothing wrong with having someone you ask questions when you get stuck but for the most part just follow a quick tutorial and then experiment. Sure for the first day or so you have no idea what's going on, but after that it'll slowly start to make sense. Hell you could even try learning by reading a scripting tutorial off here! But yea, a quick look on youtube should sort your problems. Learning's the best way to go!
  9. Well theres a handful of ways of doing it. The simplest way for you would be to create an area around the are you dont want to stand in while attempting to steal from the tea stall: Area DANGER_AREA = new Area(int top right x, int top right y, int bottom left x, int bottom left y); and then just in your getState call: if (DANGER_AREA.contains(myPlayer())) return State.returnToStealPos; and in your switch statement: localWalker.walk(STEAL_POS); where STEAL_POS is the position you want to steal at (You can define STEAL_POS at the top like so: ) Position STEAL_POS = new Position(x,y); I hope I made myself clear, if not just quote this post and i'll gladly help out further. PS hope the tutorial helped!
  10. V 2.03 Fixed error with walking where player rarely gets stuck on the path to rock crabs Bug fixes Happy botting all!
  11. I'll take a look into this, Thanks for the report!
  12. Them circles look real smooth
  13. you seem to be trying to code in the osbot 1 api. client no longer exists. try this.inventory and check out the api!
  14. u as good as can't afk there, sorry lol.
  15. Um I'm pretty sure this is what happens when a computer gets old/ slightly outdated and it tries to run large / resource hungry jars such as osbot or even orion and to be honest there isn't really much you can do about it Ofcourse I may be wrong, but with the details you've given me I guess that's what comes to mind.
  16. Apaec

    TBOI

    The binding of Isaac Lol it's a wierd ass game but it's what I play with no internet
  17. Apaec

    TBOI

    Only 7 more times to go... OT amazing game
  18. Hi guys, I do not handle payments, they are handled by OSBot itself. Please send a PM to @Maldesto As he controls the store and he will help you from there. apaec.
  19. What does the version at the top of the GUI say? also, which tree are you talking about! EDIT: You're right! I didnt quite fix the bug, the issue was larger than anticipated - but i've just written a patch which will be available in version 2.02 (which should be available to all you guys within 24 hours) Happy botting!
  20. Personally don't think stamina pots is needed. The more food you can hold, the better!
  21. the boolean parameter is right click I believe. mouse.click(false) left clicks mouse.click(true) right clicks as for interacting with the menu option, if you log in and bring that menu up in the osbot client and enter interface debugger mode, you'll have to mouse over the interface you wish to click and it'll tell you the parent and child Ids which u can then use in a line such as interfaces.interactWithChild(int parentId, int ChildId, action) eg interfaces.interactWithChild(300,3,"Yes") gl!
  22. Look at free ones, see the usercount? I wouldn't touch a free script with a 10 foot pole (let alone a 5 foot one). If you've got that many people using a script it'd be bound to be dangerous. Nonetheless buying a premium script doesn't make it safe to bot, by no means. I personally only used my main on premium scripts but unfortunately it was banned (although it was actually being used by another scripter at the time ( i lent it to this scripter to test his script), and i believe he was testing his script on it for extended periods which was what lead to the ban, even though his script was still in development and he was at the time the only user ofcourse).
×
×
  • Create New...