-
Posts
775 -
Joined
-
Last visited
-
Days Won
33 -
Feedback
100%
Everything posted by Laz
-
It only has the PositionPolygon but it hasnt been documented and the built-in methods to use it for walking have not been added yet. Sorry mate, the update took a lot of my time... but like I said, expect more releases this weekend. EDIT: Here's the page for it http://osbot.org/osbot2_api/org/osbot/rs07/api/map/PositionPolygon.html. It doesn't contain actual documentation but will be added soon. As you can see, Entities and Positions in the API now have a common interface called Vector3D which contains these methods http://osbot.org/osbot2_api/org/osbot/rs07/api/model/Vector3D.html. It might or might not be useful to you but its addition doesn't break any scripts.
-
Hello community, this is the patched version of OSBot 2.1.X which contains the fix for banking. Additionally we've added the BeeKeeper random solver to the list of randoms OSBot 2 can handle. Here's the current list of randoms: Expect more features for OSBot 2.1.X to be released this weekend! Also, we've added a nice animated loader while the bot injects the client and performs background tasks. This will be improved aesthetically as well over time. The new banking methods for tab manipulation have been added to the public API and have been documented here: http://osbot.org/osbot2_api/org/osbot/rs07/api/Bank.html Download: http://osbot.org/osbot2_beta/OSBot-packed-2.1.2.jar Docs: http://osbot.org/osbot2_api/ (or for a .zip file http://osbot.org/osbot2_api/Docs.zip) Thanks for all the support! Sincerely, Laz and the OSBot Team.
-
No, Im working on the release right now.
-
I fixed it somewhat. Now you just have to wait for an error to pop out that says "MALFORMED." I thought I had fixed the issue by using the same downloader as OSBot 2 but it didn't. Regardless, now you don't have to wait blindly.
-
Fixed sorry, I incorrectly pushed the hooks. All good now.
-
Redownload, I'm at my gf's house and I have to use a hotspot for internet. The jar was still uploading when I posted the thread but is finished now.
-
Hello community, I finally finished the bank tab support for OSBot 1.8.7 and added the proxy support from OSBot 2.1. Sorry it took so long, I had an IB Psychology exam in the morning and we encountered several bugs which we fixed to have full working banking. We also checked some of the changes that were made to the client. Download : http://osbot.org/get/index.php Thanks, Sincerely, Laz and the OSBot Team. P.S. OSBot 2 fix coming out in 5 minutes... EDIT: Just pushed the hooks. They were sent incorrectly to the server. If your bot didn't work within the first 10 minutes of this thread, try it now
- 104 replies
-
- 13
-
-
BOT OFFLINE:Bank tabs broke banking, fix coming soon!
Lazreplied toLaz's topic in News & AnnouncementsYes coming out tonight as well :p -
BOT OFFLINE:Bank tabs broke banking, fix coming soon!
Lazreplied toLaz's topic in News & AnnouncementsGuys we're almost done with the update, it WILL be released tonight so EXPECT it . We're working out one last bug and it will be released for both OSBot 1 & 2! I I've been working literally ALL day and I'm very hungry but will starve for the benefit of OSBot!- 126 replies
-
- 11
-
-
BOT OFFLINE:Bank tabs broke banking, fix coming soon!
Lazreplied toLaz's topic in News & AnnouncementsUpdater has been patched fully. Now implementing bank tab support for both OSBot 1 & 2. Shouldn't take too long -
BOT OFFLINE:Bank tabs broke banking, fix coming soon!
Lazreplied toLaz's topic in News & AnnouncementsOSBot is lucky that I just finished my IB Psychology SL Paper 2 exam this morning and have free time during school haha. -
BOT OFFLINE:Bank tabs broke banking, fix coming soon!
Lazreplied toLaz's topic in News & AnnouncementsWill be out by tonight guaranteed. Jagex broke a few hooks on our updater for the first time in a long time, that's going to take a little more time too but not too long. Most-likely it will be out in a few hours. -
Hello community, I'm letting you guys be aware that I am working on a patch for the update which I will release soon. Thanks, Sincerely, Laz and the OSBot Team.
- 126 replies
-
- 24
-
-
Yeah, I'm planning on releasing the next release right after it updates.
-
If you hover over the icon, it gives you a tooltip :p but I guess it is a pretty hidden feature.
-
Very well working flax picking script: http://pastebin.com/dMS8Lv1U. Note it depends on a class called PositionPolygon which will be added on the next release (tomorrow). PositionPolygon is basically an array of positions that can form areas of various polygonal shapes or be used as a list of points for walking. This should make walking fool-proof for scripters. tl;dr this script won't be able to compile until tomorrow! But it's a good reference as it uses various cool OSBot 2 features.
-
The packaging changed, not the API. Barely anything has changed structurally inside the class files.
-
Fixed on my private build. I'll release the bug fix soon.
-
Expect some follow-up releases coming out later this week!
-
I can run one bot at 2.7% of CPU on my Intel i7 with low-cpu mode and disabled client rendering. The bot is seriously equipped to run hundreds of bots.
-
You can bet that when I spin, I pick.
-
By the way guys! The OSBot 1 script emulator works very well! We need users to debug existing legacy scripts, especially if you guys want the scripts you PAID for to keep working...
-
I have school on weekdays. I'll be able to handle these after 3PM eastern time.
-
Most randoms do work. We need accounts stuck in randoms for help in developing this. If no one uses OSBot 2, it will not help. I'll be posting some proggies, hopefully get more people convinced !
-
Hello OSBoticans, I've finally finished the OSBot 2.1.1 release. It might be missing some features as previously planned such as fully working randoms. However, it's a big step up! The bot's API is nearly as stable, or even better than OSBot 1's and its CPU usage has drastically dropped! We're still working on refining it further. We've redesigned the GUI somewhat to optimize it for low-resolution machines. SOCKS proxy support has started to be added (but has not been tested!). Additionally, the packaging of OSBot 2.1.X has changed somewhat. Script writers will simply need to re-import any moved classes. Here's the JavaDocs: http://osbot.org/osbot2_api/ or http://osbot.org/osbot2_api/Docs.zip Download link: http://osbot.org/osbot2_beta/OSBot-packed-2.1.1.jar Thanks, Sincerely, Laz and the OSBot Team!