Everything posted by Maxi
-
Restart your OSBot client.
I'm updating and will be pushing some hooks that had missing multiplier due to the same problem causing the callback issue. No new download will be required for it, although the remote server will get reset which will take a couple of seconds. Maxi Done: Please restart your OSBot client to make use of the latest hooks file if you started your client before 00:04 AM GMT +1
-
BETA v1.4.3
The remote java server is down for short maintenance. It might go down a couple of times in the coming hour.
-
BETA v1.4.3
Oh ok. @the people who get an incorrupt jar file, try once more, delete and redownload. If it still doesn't work I'll send you a link in PM.
- BETA v1.4.3
-
BETA v1.4.3
Object interactions seem to be fine, I'm stealing from stalls atm without any problems. Can you be more specific.
-
BETA v1.4.3
Restart your client. Restart your client.
-
Runescape update..
Packing the jar now, hang in there ;). Updated, closed.
-
BETA v1.4.3
RS updated to revision 15 today and normally we would not have to upload a new jar for OSBot as we would simply replace the hooks file and restart the server. Unfortunately some of the callback code was partially broken, so after a quick fix and some testing we had to release a new version. The good new is that our updater had no broken hooks as far as we've been able to test and see, so next time updating will be a matter of 2 minutes . This unfortunately also means that all previous versions prior to BETA v1.4.3 of OSBot will no longer work. Download can be found here: http://osbot.org Remember to refresh the page with CTRL + R if the download still downloads 1.4.2 Have fun, OSBot.org
-
Runescape update..
Alright, I fixed it. Unfortunately we will have to push out a new update, because the fix is in the code and not in the hooks, the hooks seem to be 100% unbroken. I'll walk through the client to see if there is nothing that isn't ready for release yet and quickly finish up, and then release.
-
Runescape update..
Hooks all seem to be fine, however we have an issue with a couple of callbacks, we are working on a fix right now.
-
Runescape update..
I just got home, time to run the updater and see how our hooks did on the update .
- Shoutbox
-
osbot.org created?!?!?
That's not yet decided upon, but it will most probably become OSBot 2.
-
osbot.org created?!?!?
OSBot was released on the 5'th of April with the first public BETA version, over 6 weeks after the release of OS Runescape. The idea for the development of OSBot sprouted on the 2'nd of March, 2 weeks after OS Runescape was released. So it was developed for 4 weeks before it was shared with the public to test and advance it. We are now in BETA for just over 1 month. We hope for OSBot to officially step out of its BETA status by June 1'st.
-
Aren't free users supposed to be able to open two tabs?
Our intention is not to ruin Runescape's economy and it will never be. Therefore, anyone who aims to benefit on top of the free tab they have, can clearly find a way to bring together the funds for VIP. In fact, one day of botting with VIP can already return your money on VIP. The only reason I see fit why people might need more than one tab without the purpose of gaining extra benefit over others in Runescape is when you are developing certain scripts that require two accounts to interact with each other. People who need it for developing scripts can see it as an incentive, trial and official script developers get all the VIP benefits by default.
-
VIP
Our vision is as follows: We are a free bot where people can run one bot at a time without VIP. If people want to have multiple bot tabs, they are aiming for benefits in the game in a bigger extend. Therefore, we believe a price can be paid by those people, simply put your benefits can make the price of VIP back in one day on multiple accounts. If you don't like it, you are not forced to use it. There are other old school bots out there that require you to pay a monthly fee to get access to the bot. Others, simply put, will not reach as far as we do and don't and probably will never have the quality we are aiming for. I'm closing this, because there is nothing to discuss here.
-
[Important] OSBot golden scripting rule: Exception handling in OSBot
Hi everyone, It has come to my attention that it's not clear for everyone how to handle exception in OSBot scripts. Various pieces of code in the OSBot client throw InterruptedExceptions. Everywhere where you have a try-catch block you have to make sure you add specific clause to catch InterruptedExceptions in which you then have to throw, in front of any other catch clause. If you're only adding try-catch blocks to catch the InterruptedException, then make sure you are just adding the throws statement to the method signature and remove your try-catch block entirely. The reason this is important is because the client uses interrupted exceptions to switch behaviour, for example when the bot will switch from the script to a random executor, or when you pause your script. Here is an example: /** * Gets called recursively on the bot's main thread. * * @return The timeout to sleep after running one loop cycle. */ @Override public int onLoop() throws InterruptedException { try { scan(); switch (state) { case IDLE: return 100 + gRandom(100, 50); case STEAL: return steal(); case TO_BANK: return toBank(); case BANK: return bank(); case TO_STALL: return toStall(); } return 20 + gRandom(100, 100); } catch (InterruptedException e) { // <---- VERY IMPORTANT ----> \\ throw e; // <---- VERY IMPORTANT ----> \\ } catch (Exception e) { e.printStackTrace(); return 100 + gRandom(200, 100); } }
-
BETA v1.4.2
What bank issue? Withdrawing works, depositing works. I don't know what you're talking about.
-
"I Like It"
You're an attention whore.
-
BETA v1.4.2
BETA v1.4.2 is hot fix for BETA v1.4.2. The following updates have been addressed in this release: Fixed slow mouse movements on entities Fixed issue with clicking on weird places for example report abuse button Improved walking Extended API with a couple of useful methods Fixed issue with interface misplacement Fixed issue with changing vertice counts for models Fixed issue with main screen clipping intersection Probably more that I can't remember Download can be found here: http://osbot.org Remember to refresh with CTRL + R if your download still downloads 1.4.1 OSBot.org
-
Strangest Place You've Slept/passed Out
My story is not a very strange place, but it was scary though. I woke up after a night out in a strange bed with no one around. I had no clue where I was nor could I remember who I went home with. I got out of bed, slightly scared and went to look for people in the house however no one was home and there no note to be found. Eventually I left and figured out where I was using my cellphone's google map. Turns out it was only 4 streets away from where I live. As of today, I still have no clue. Lol.
-
Pending bankpin account
I would like to request access to an account with a pending bank pin so I can write support to bypass the interfaces when opening the bank if an account has a pending bank pin. If anyone wants to collaborate, please change your password to something that isn't related to anything personal and other passwords you use and send me a pm. Thanks a lot.
-
Sponsors, Vip, Donations!
Try again @specops5000, I've removed all failed/pending invoices.
- BETA v1.4.1
-
BETA v1.4.1
You shouldn't, it's smooth for most people. Just try it out.