Jump to content

Apaec

Scripter III
  • Posts

    11134
  • Joined

  • Last visited

  • Days Won

    88
  • Feedback

    100%

Everything posted by Apaec

  1. Odd.... This is for sure a bug with the client but that's pretty wierd seeing as you do have VIP, lol. Perhaps let the staff know by creating a thread in the forum bugs subsection? GL and happy botting, Apaec
  2. Apaec

    OSBot 2.2.29

    Looks good thanks for the update guys!
  3. What message do you get down the bottom ? most likely that message will tell you what's wrong. Perhaps make sure the food+tabs are all in the main tab? I believe the current banking API only accounts for items in tab 1.
  4. Nevermind the cat, I wish I had that hat.
  5. Hiya, I do not deal with payments as they are done directly via OSBot. Contact the Site & payment administrator (@Maldesto) If you have any questions or issues - I have no authority here! thanks & gl, sorry i couldnt help, Apaec.
  6. First, change the enumeration name 'STEAL_POS' to something else, not too great having an enum + variable with the same name, it could confuse things. If you can't seem to make it walk to the position, perhaps try getting it to walk to a 1x1 area instead ? (yes, this is possible). For example: public Area STEAL_AREA = new Area(3270,3412, 3270,3412); Then when you want to walk to it, just call the code localWalker.walk(STEAL_AREA.getRandomPosition(0)); and that should work (idk, can't remember the syntax off the top of my head but i think that's right EDIT: also, don't be afraid to overextend the area to the other side of the wall. this could be the area:
  7. Apaec

    New House

    Just to clarity, this means i'm less able to browse the forums - It does by no way mean I'm leaving forever / will stop maintaining my scripts !
  8. Apaec

    New House

    got one of those too but limited. it's ultimately a phone 3G hotspot and the data is minuscule :l unless you mean an Ethernet usb and I don't have Ethernet ofc :3
  9. 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.
  10. IMO he probably just quit anyway and thought lets grab 2 bonds while we're at it :p
  11. at 2:34 PM taking a total of 3 minutes and 22.5 seconds to complete the transaction.
  12. rip eyes but hiya, I don't think we met but welcome back!
  13. Calc isn't too bad Integration is the only part which requires a bit of thinking x) Stats is worse
  14. 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!
  15. 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)
  16. 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!
  17. 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!
  18. V 2.03 Fixed error with walking where player rarely gets stuck on the path to rock crabs Bug fixes Happy botting all!
  19. I'll take a look into this, Thanks for the report!
  20. Them circles look real smooth
  21. you seem to be trying to code in the osbot 1 api. client no longer exists. try this.inventory and check out the api!
  22. u as good as can't afk there, sorry lol.
  23. 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.
×
×
  • Create New...