Jump to content

Apaec

Scripter III
  • Posts

    11134
  • Joined

  • Last visited

  • Days Won

    88
  • Feedback

    100%

Everything posted by Apaec

  1. oO I'll look into it thanks! is the door stuck open or?
  2. I can't see any fireplaces on the map!?
  3. Just thought i'd let you guys know: I've been moving house which i'm sure you know is an arduous process. It's limited the time i can spend infront of the computer. I've fixed patches to ammo related issues however i've been unable to test / grab new path data to add walking back / fix the glitch where it walks back and forth (I need access to an account which i don't have - (my friend got my testing account banned by botting monks!). I will do my best to gain access to this data as soon as I can, but for now i can push a simple update to fix ammo issues. Apologies in advance, but please accept that i am doing everything in my ability to make this work out for you guys! Here's a list of what i've fixed: Script will now no longer attempt to collect ammo when you have no space Script should collect ammo if stacks on the ground are higher than 15 to ensure that lower levels don't lose out on arrows or knives! Written the backbone for walking back, however i need to collect path data to release this fully. And other smaller bug fixes / rewrites as i was going along. Thanks, Apaec. PS I'll push an update today fixing the ammo issues and a path update later!
  4. Almost every random solver is broken. I can assure you the deaths are caused by random solvers which are handled by the client. Also, do NOT put all your teletabs in your inventory! the bot will withdraw one each trip, not worth risking that much! From what I understand, alot of the random solvers will be patched in the next update!
  5. Hi there, got home today! This is a known issue and will be patched with the release coming out later today (hopefully), along with a range of other updates, bug fixes and improvements. -Apaec.
  6. Appreciate the kind words ! I promise I will push an update as soon as I possibly can ( plane arrives in UK at 12pm and I'll be alseep as of jetlag but when I wake up it should all be good to go! -apaec.
  7. hi mate thanks for taking the time to post this, I do really appreciate it. first off I'd like to say that I never claimed this was the best script! (not sure where you got that from but most certainly I didn't claim it!) secondly, while the client is still in beta, a lot of the randoms are broken. I am (as much as you are) frustrated that they are not working and a lot of the hooks are askew. This is what's causing the deaths, stops and so on which you're experiencing. I would love to help here but unfortunately there is nothing I can do! as for walking to the crabs, the script should reactivate its run at 80% but I'll make this 50 so that it spends less time walking when it could be running. I will also fix the arrow picking up and make sure it checks to make sure you have space. I am still , however, abroad and as much as id love to push an update, I physically can't. expect one on the 24th when I return. thanks for the pointers, suggestions and comments. apaec. Hi there! @Maldesto handles payments so I'd suggest dropping him a PM and he'll sort it out for ya ( nothing I can do as I don't have permissions!) - apaec SENT FROM PHOnE
  8. What's up with you and enums jeez r u in love OT really nice script mate glad someone took it upon themselves to write this!
  9. No need to write it as a random solver, just every time you initiate your onLoop check if you're wearing a pickaxe handle / check the loaded area for the designated pickaxe head. I guess you could write it as a random solver but it just seems like extra effort. If you really need something asyncronous just drop a check in your onPaint, lol.
  10. Umm, While developing a private script of mine for making a few cashmoneys i ran the script for 36h straight without a ban. Infact my 2 week f2p trial ended before i got banned, and i was botting pretty much 15h/day. u guys should learn to script, that way you can make your own script with a much lower ban rate than public ones -apaec
  11. Time to get rid of a mod, lol OT: really nice work, even tho i never experienced it I'm glad it got fixed! -apaec
  12. Apaec

    null

    He's back!!!!!! :3
  13. I'm still away but i return on the 23rd. Here is a list of issues I will fix / add to - Option to walk back to bank - Script stops and logs out if for whatever reason it died (failed random event solvers by the client) - Potentially add to the arrow looting to loot if the stack is larger than x or if you're not in combat In terms of the walking back and forth glitch i've actually already heard about this and I wrote a patch the day before I left. Unfortunately the flight was at 4am so I had no time to push the update. I will push it when I get home along with all the other fixes and improvements! With regards to the worldhopping glitch, worldhopping is handled by the client and unfortunately bugs with that I cannot fix and are only fixable with those to API access (the developers / API team). I'll let them know that something's fishy but there's nothing I can immediately do about that one, sorry . Thanks for letting me know about these, Apaec
  14. Yet another awesome proggie from @Realist Thank you . Can confirm script is up and running, working 100% for me right here & now. Happy botting all!
  15. How can it bank with no teles :p you have to make sure you have teles in your bank and it will withdraw them and use them. I can make it stop the script if for whatever reason it is at rock crabs and has no teleports, but i'm not sure. When i return I might add a walking option so it doesn't rely on teleports but walking would seriously cut the exp rate, especially on pures :c
  16. Sailing hmm... kinda hard I'ma try throw some runescape'esque ideas out on the table maybe you could develop Astronomy? (no idea how that would work but meh) Stamina (perhaps run-energy related, or how many inventory slots you can have or how much weight you can carry) Stealth (controls monster aggro, idk) Navigation (potentially controls what % of the map you can reach, minimap size, idk Affection (to do with pets?) Sailing (perhaps you could own your own boat, sale on the ship, sailing level affects speed / accuracy or w/ever) Gathering (harvesting wild plants / something of the sort) Anyway those are a handful i thought of off the top of my head, might edit this post with more... gl! - apaec
  17. http://osbot.org/forum/topic/58775-a-beginners-guide-to-writing-osbot-scripts-where-to-get-started-by-apaec/ This is where to get started if u wanted to script. I just thought i'd put together a quick guide i didnt have time to test the source, also i can't seem to load osbot from russia lol (could not connect to OSBot server) There are also plenty of other guides out there and what my guide doesnt cover i'm sure another guide will Un proof read but should be correct - apologies in advance if there are any typos And hey, if you don't read it through atleast there's a free download to a tea thiever at the bottom ;P -apaec.
  18. This tutorial will cover everything required to write your own OSBot scripts. Although it is quite lengthy, don't let this put you off - it shouldn't take more than a couple of hours to follow through, at the end of which you will have learned the scripting basics and will have your very own tea thieving script which you can modify to your liking. Good luck! Previous required knowledge: None Knowledge of basic java helps but is not required! What this guide covers: Downloading your code editor (IDE) Basic programming concepts A quick guide to java Writing a script with the OSBot API Running your script Downloading Eclipse: Setting up your project: Language basics: Java basics: Script backbone: Compiling the script: Writing the script: Best practices and conventions: Completed Tea thieving source code: That's the end of this tutorial, hopefully it was useful and concise enough. As I mentioned earlier, remember to ask LOTS OF QUESTIONS! Also remember that google is your friend! ? Although it may seem OSBot scripting is a niche use of java, many questions can translate to more widely adopted counterparts - use this to your advantage. If you have any questions do not hesitate to post as a reply below. Since I follow this thread, I will receive a notification if you do and will do my best to get back to you ASAP! - Apaec
  19. Hi there! It should automatically be added once you buy the script. If you are still having issues please PM @Maldesto (he handles payments and transactions) I, unfortunately, cannot help much as I do not have access to this side of the client. Thanks, Apaec.
  20. Apaec

    OSBot 2.2.12

    yey even though i'm away and can't try it i'm glad theres been a client update! nice work
×
×
  • Create New...