Everything posted by Alek
-
How to filter inventory items that only contains a certein action?
List<Item> items = Arrays.asList(getInventory().getItems()).stream().filter(s -> s.hasAction("Eat")).collect(Collectors.toList());
-
UPDATE QUESTION
Witchcraft discussions belong in the Runescape bans forum.
-
<Removed Title>
Make your thread titles not sound like OSBot is giving you a trojan next time.
-
OSBot 2.3.65 - Midweek Patches
Download and install Java 8
-
Bob's Mirror Client Progress Thread~
I lol'ed at this part.
- Ely & I v3
-
Random antiban for client
I'm not interested in pseudo anti-ban.
-
OSBot 2.3.65 - Midweek Patches
http://osbot.org/forum/topic/50019-understanding-the-forum-ranks/
-
OSBot 2.3.65 - Midweek Patches
Not my job. Just spent 6 hours working on bug fixes.
-
OSBot 2.3.65 - Midweek Patches
There's not much to elaborate on so hopefully this fixes various issues which scripters/botters are encountering. Changelog: -Added getCurrentWorld() to Worlds API --Deprecated Client getCurrentWorld() -Added Utilities method getClientVersion() -Added PollBooth API -PollBooth added to getOpenInterface() and closeOpenInterface() --This affects InteractionEvent, closing PollBooths if they are open -Patched Random Dismissing --Added Quiz Master to random dismissal -Improved EventExecutor interrupt() --This may fix miscellaneous errors with stopping a script -BreakManager event only cycles if selected Good luck and happy botting! -The OSBot Staff
-
Ely & I v3
Great, now ask her to tell her brother to finish web walking.
-
How do i add local script?
If you are asking this question, then you're better off finding a script that does these features for you. Also do you have the permission from the original author to post his/her source openly?
-
Goodbye osbot, I think I'm done botting for now
I like how everyone says to delete random.dat without knowing its behavior to being deleted.
-
World Hopper
Tested this in standard mode, working fine.
-
welp, why not. Im botting again
Or posting in the community section again
-
World hoppin
Doesn't work is not very descriptive. Are you logged in our out when you try executing?
-
stream error report
Sigh. Inb4itellyouthattheyalreadyare
-
Detecting an open widget over the game screen.
widgets.getWidgets() ?
-
OSBot 2.3.64 - Inventory Patch
After a few bug reports and testing it for myself, it appears there was a bug with isEmptyExcept from the Inventory API. Although this update is geared at patching a single fix, it will affect a vast majority of botters and scripters plagued by this pesky bug. The fix takes advantage of Java 8's java.util.stream (silent yay). Also, Maxi disappeared into the night on a secret mission after the Java 8 release for OSBot (2.3.63) and forgot to push me the changes. With that said, I've attempted to reproduce his changes in this version. Please let me know immediately if anyone is having new issues. Changelog: -Updated Item API --Deleted getMarketPrice() --Added nameContains(String...) --Added idContains(int...) -Updated Inventory API --Re-wrote and patched isEmptyExcept(String...) --Re-wrote and patched isEmptyExcept(int...) Thanks for your continued support -The OSBot Staff
-
Jagex Mod doesn't wanna reply anymore. Help!
This is like calling up your insurance company every week saying your car was stolen and you need a new one.
-
Rofl Mod Reach knew he was caught
Can someone give some context to that question asked?
-
ServerGeeks LTD Mirror Client (Trial & Error)(Research&Information) All you Need to Know (Post Questions & Get Answers) From GeekServers
I doubt jamflex pays employees to sit around all day on botting forums looking for people who didn't black out their names on accounts that will probably be banned anyways.
-
Cannot add a new account, am I missing somthing?
Furthermore, default accounts cannot be modified.
-
Can't withdrawl noted....
Bank.enableMode(BankMode) Once again, we have the API documentation for a reason.
-
Can't withdrawl noted....
We have an API: http://osbot.org/api/org/osbot/rs07/api/Bank.html Also Interfaces is deprecated, your IDE should be telling you that.