Everything posted by Alek
-
OSBot 2.3.20 - DepositBox patch + Behind the Scenes
This release is a little bit more than a patch, but an overall change to how the Deposit Box API functions. Recently, this component of the API broke due to interface changes. Fortunately, I've been experimenting around a lot with grabbing interfaces dynamically (as seen previously with the Bank API). The conversion to grab interfaces dynamically is very time consuming for each component, however it will ensure the success and longevity of our bot. What does this mean for you as a botter? Minimal interruption of service after an RS update. What does this mean for you as a scripter? Relying on the API to work the first time and every time thereafter without having to create custom methods. Changelog: -Updated Bank dynamic interface id grabber -Added DepositBox dynamic interface id grabber --Added DepositBox method depositInventory() --Added DepositBox method depositWornItems() --Added DepositBox method depositLoot() Expect another update this weekend. The API docs have been updated! Sincerely, -The OSBot Staff
-
Entity cannot be resolved into a class.
Entity is an interface
-
Remove OSBot advertisements
You could also click the black "X" button in the upper-left hand corner of the advertisement. It will hide it for a few minutes then re-appear. You can permanently remove all advertisements from the client and forums by purchasing VIP.
-
in need of addictive game
Sim City
-
Kwarrior
I said it would probably take one or two days, by no means was this a deadline. Although it may seem like I'm always active on here, serious work gets accomplished strictly on the weekends (scripting, writing API, working on the client, server, etc).
-
Bot wont stop clicking!
Wow that sleep time.
-
Osbot Auto Login
You didn't answer the question. Yes you are using a default profile? Yes you have entered your account details?
-
OSBot 2.3.19 - QoL Updates
Yes. Everything is working just fine-tuning it.
-
OSBot 2.3.19 - QoL Updates
@Verified - Where is the dislike button?
-
OSBot 2.3.19 - QoL Updates
This release is a QoL (quality of life) update that ranges a small but broad spectrum. Below is a quick Q&A of common issues/questions as it pertains to interactions. Q: What does the inventory mis-click handler do? A: The inventory mis-click handler was re-worked this update to only handle destinations that are the same. This means that the event will automatically return as completed if your inventory destination is the same as the selected item in your inventory. Q: Will the inventory mis-click handler deselect my items? A: Not anymore, the scripter will have to account for all inventory situations except for the event described above. Q: InteractionEvent is telling me "Using InteractionEvent Safety Override!". What does this mean? A: According to the API Docs, it means that you are trying to interact with an entity which is not visible and is outside both the cameraThreshold and walkingThreshold. When the safety override is set, it ignores these thresholds. By default: cameraThreshold = 8 walkingThreshold = 24 You may alter these thresholds or the safety override, please refer to the API Docs. Changelog: -Inventory mis-click handler now only checks if destinations match -Added Menu method selectAction(String action) -Updated LogoutTab to grab interfaces dynamically -Removed Combat method getAttackStyle() -Updated Combat deprecated methods to execute new methods, always returns false (this class will be undergoing some changes soon) Have a great Sunday, -The OSBot Staff
-
Disable autologin
You can use a "Default" account.
-
What RuneScape NPC is the guy above you?
Da Vinci
-
Help with interfaces
Use a conditional sleep to wait until the interface is visible.
- OSBot 2.3.18 - Another walking patch
-
Al alkarid script
Working on it right now, re-writing everything from scratch.
-
Drug Safety Q/A V2.0
This is not a community topic.
-
OSBot 2.3.17 - Various Patches
This release will hopefully clean up all the miscellaneous errors users have been getting from the new InteractionEvent and WalkingEvent re-writes. The default .interact() method now works, but I still highly suggest using an action (for instance .interact("Use")). This should patch up a majority of scripts. Once again, say thanks to @Maxi for his help with walking. 2.3.17 Release -Patched LocalWalker --Removed energy threshold in LocalWalker; added to WalkingEvent -Updated Menu when interpreting no actions -Patched InteractionEvent --Updated InteractionEvent for additional menu checks --Updated InteractionEvent's inventory mis-click handling -Patched Script Selector list selection with no selected item Happy Botting -The OSBot Staff
-
Client Screenshot button
There is already a screenshot button
- why is swizzbeats banned?
-
OSBot 2.3.16 - Walking patch
There will be a release later tonight.
- Kwarriors
- Kwarriors
-
Need help with client
Your internet could be a bit slow, it has to re-download RS2.
-
Accounts getting banned?
Post this in the RS bans forum
-
Al alkarid script
kWarriors was my most popular script. I'm considering bringing make it again.