Everything posted by Alek
-
No route found
Literally has nothing to do with his issue. His issue is related to generating a path, not traversing it. @OP: This error means you are trying to traverse to a location which cannot be reached, hence no route found. If the destination requires you to go over obstacles, bridges, quest locations, etc., you will need to be aware of them and either create custom links for them or let us know.
-
Somebody's going hard today
I was in the middle of a lot of life stuff in March, should be around a lot more now.
-
[Very Experimental] OSBot 2.4.45 - Script Analyzer
Right now it's going to spam messages as it's more of a debug than anything. Eventually I plan on establishing policies such as automatically quarantine, blocking the script from running, messages, options to allow a script to do something, etc. Of course I'll try making it as user-friendly as possible.
-
[Very Experimental] OSBot 2.4.45 - Script Analyzer
The Script Analyzer is a tool designed to tackle many issues which we face when third parties develop scripts for our client. As of right now, the analyzer will assess only your local scripts and print out a display of issues. In the future when the tool matures, we will start to rely on it by restricting high-risk scripts from loading altogether. What it has right now: -Only local script analyzing --Checks for deprecated code --Checks for scripts accessing outside the API package Eventually I would like to check a lot more including connections, file modification, etc. As previously mentioned, the issues we would like to address include: - Providing basic security to botters who use local scripts - Direct scripters through code checks (e.g. deprecation) As always, security first, stability second, and then innovations and improvements. This project is very experimental so please mind any issues which you may encounter. Any issues related to the Script Analyzer, please post below - all other issues will be hidden. Changelog: -Integrated local Script Analyzer Safe Botting! -The OSBot Staff
-
Back in America
Finally made it back, hopefully you will see more updates from my end. My current setup (potato camera) because I couldn't fit my case in luggage:
-
Market suggestion "buyer protection"
Who is giving you the protection?
-
DMMS Strategy
I kill botters Edit: and almost lacoste
-
Selling 1.1k Iron Ore SDMM
Guess there's no items forum in the marketplace. Post offers/contact in chatbox.
-
Osbot dialogue changed, wont install webwalking.
What will that solve besides randomly guessing what the issue is? If he starts the java application in cmd/terminal he can probably see exactly what the issue is.
-
Osbot dialogue changed, wont install webwalking.
https://docs.oracle.com/javase/tutorial/deployment/jar/run.html
-
Osbot dialogue changed, wont install webwalking.
I don't want to see the GUI, what is the terminal print out?
-
Osbot dialogue changed, wont install webwalking.
Where is the terminal print out?
-
Why get a degree in CS?
Many companies will list their minimum qualifications, most of which state a degree (Bachelor's degree, or even specifically state B.S., B.A.). If you don't have the qualification, you better have a very strong background with a portfolio of large successful projects. Simply "I know Java but I don't have a degree" is not good enough.
-
Help with a chest
Just a few bits of advice: 1. I would use RS2Object instead of Entity because Objects extends EntityAPI<RS2Object>. 2. You are searching for the chest twice between your getState() and onLoop() which is a bit inefficient. If your getState() found the object, you should pass that object to your onLoop() without having to find it all over again. But yes, no underscores. You are interacting with the action exactly as you see it in-game (with color tags being stripped).
-
CS:GO Boosting [LEGIT] [CHEAP]
For most people who have been playing CS for years, LE-LEM would be mediocre, Supreme-Global would generally be considered good.
-
close bank whilst moving toward inventory.position[i]
How would you know that every human that plays will move their mouse while pressing the ESC key?
-
VIP+ Scripts - A new perk for subscribing
Scripters also don't get paid for making free scripts, are you suggesting that we should remove all of our free scripts because it's unfair to the script writers? You do well when we do well; we do well when we have the support to keep our servers up, pay our business expenses, and keep our developers happy so I can buy a Redbull. That's done when we have a strong base of subscribing members. By making free and VIP scripts, you're supporting OSBot so there are actually customers who will buy your premium scripts.
-
VIP+ Scripts - A new perk for subscribing
We've tinkered around with the idea before but today we actually went ahead and implemented an actual system for it. VIP and Sponsor members will have access to a special category of free VIP+ scripts. Simply visit the Scripts page, find a VIP+ script (the price will be "Base: VIP+") and click "Add" as you would for a regular free script. If you are not a member, then you will have an option to "Buy VIP" instead. We appreciate the contributions made by our members to keep this project alive and thriving. Respectfully, -The OSBot Staff
- cant start client
- onLoop return value Antiban
-
Tease V: Lorem Ipsum Maldesto
- Keep getting same log problem
Instead of using a "Default" account, try adding your RS account to the Account Selector. Also download version 2.4.41, you should get a visible warning dialog when using a default account.- Break handler question
- Break handler question
Unfortunately a large amount of our users were confused by these settings, so on the OSBot UI re-write I removed these features. I will not be adding this customization in the future.- [Stable Build] OSBot 2.4.41 - Quest Caching, WebWalking links
Quests should be properly cached in this version; once on bot load and every time you complete a new quest in the same bot session. This should fix a variety of issues users are experiencing. In addition I added a bunch of links on Neitznot to include runite mining along with other miscellaneous areas. If you are a scripter that would like to add new links, there are a few copy-pasta snippets in the Scripter's Forum. Changelog 2.4.40: -Rewrote quest caching -Added warning message in Account Selector -Added Settings getPlayerWeight() -Added 6 new custom links to WebWalking -Various performance tweaks Changelog 2.4.41: -Removed unused/deprecated methods Please test and post below so we can roll it into a Stable build as soon as possible. -The OSBot Staff - Keep getting same log problem