Everything posted by Alek
-
[Development Build] OSBot 2.3.115 - Interaction/GU
Did someone coach you to say that? Khaleesi: I looked through your purchases and you use Khal Tab Maker, a script made by Khaleesi.
-
Road to Global
All my friends are Global but whenever I solo queue I usually lose. 700+ competitive wins.
-
[Development Build] OSBot 2.3.115 - Interaction/GU
This is a small development build which looks to further improve upon GU getSuitablePoint. There were a few issues when selecting a point and hopefully this update addresses them. Please run your scripts against this build and let me know how interactions are working. Changelog: -Deprecated GU getSuitablePointFor(Shape) -Added GU getSuitablePoint(MouseDestination) -Updated Worlds for potential null fix -The OSBot Staff
-
BOT SELLING ALL MY ITEMS AND BANK
My scripts are hosted on the same SDN as everyone else. I would be really impressed if my script had such fantastic AI that it started drop trading and liquidating all your assets. Anyways, thanks for the chuckle and congrats on your first post.
-
Post your IRL pictures #2
- New Scripter Ranks
No, if you have issues with SDN management let me know.- New Scripter Ranks
You can only apply for Scripter 3 as a Scripter 2. The Scripter 2 rank checks Java knowledge with practical OSBot API application. Developer is not on the table as a special duty. SDN Manager is considered a special duty; at one point in time API Developer and Random Event Scripter was too. There may be a few new special duties in the future.- New Scripter Ranks
I'm sure many of you have already noticed, a rank change took place over this weekend. The purpose of this change was to tackle two issues: 1. The very large gap between SDN Scripter and Official Script Developer. 2. New scripters releasing premium scripts. By breaking down the scripter community into three tiers instead of two, we were able to solve pretty much everything. The breakdown: Scripter I Entry-level rank and assigned to scripters upon the release of their first script. Benefits include client VIP privileges; must maintain an active script on the SDN. Scripter II Scripter I members may apply for this rank provided they have at least one month on the forums. At this point in time they are assigned a test based on Java and the OSBot API. A passing score of 4/5 is required, failed tests result in test cooldowns. Benefits include VIP client privileges and the ability to release premium scripts. Must maintain an active script on the SDN. Scripter III Scripter II members may apply for this rank provided they have at least three months on the forums. Selection process is very competitive and can take anywhere between two months to over a year. The application is multi-faceted and is geared toward grading a scripter as a programmer. Benefits include VIP client privileges, ability to release premium script, and the opportunity to work in special duties such as SDN Manager. Provided there are no pending disciplinary actions, does not need to maintain an active script on the SDN.- setRunning Problems
Tom is not correct. LocalWalker handles run because it calls WalkEvent. If you want you can construct your own walk event and set the parameters to disable or enable toggling run. There is also an option to set the threshold in the event.- setRunning Problems
This really has nothing to do with the OSBot API. Unless you Override a method (which you cannot for this), you have to use setRunning as it comes from the API (settings.setRunning(boolean)).- My scripts will not run?
Zoom is working fine regardless of setting, Resizable mode should be caught initially on script start.- Forum Suggestion:Bring back sub categories for spam section.
Correct, I called it Chill-Zone and everyone flipped desks and raised pitchforks. How about we meet halfway and create a Real-Life subforum section and see how that pans out?- NoSuchMethodError help (again)
I'm taking it that you didn't write that task system yourself? You might want to look into using enum states until you get a little more familiar with Java. In the meantime check out some of this stuff: https://docs.oracle.com/javase/tutorial/java/IandI/subclasses.html https://docs.oracle.com/javase/tutorial/java/IandI/super.html https://docs.oracle.com/javase/tutorial/java/concepts/interface.html- NoSuchMethodError help (again)
It also shows you which lines: at tasks.ClickSafe.<init>(ClickSafe.java:14) at core.SafeCracker.onStart(SafeCracker.java:59) What methods are you using on those lines?- NoSuchMethodError help (again)
Ah, didn't see it was an uncaught exception. Are you sure you are compiling against the latest version of OSBot (not using against, compiling against)?- NoSuchMethodError help (again)
Are you using notepad++ to compile or something? Your IDE should be giving you some pretty big hints as to what method doesn't exist.- Lent account to friend, pass and email changed, Can I get premium scripts?
You were sharing your OSBot account, to be honest the account should be banned. This is like going to the cops and asking them to recover your stolen drugs. It's up to Maldesto; stand by while he reviews the details.- [Stable Build] OSBot 2.3.114 - Camera Zoom
Moved to stable build path. Thank you for the reports.- Forum Suggestion:Bring back sub categories for spam section.
We can try implementing some of the sub-forums again, but they are going to need to do better than 2 topics/month to survive.- Forum Suggestion:Bring back sub categories for spam section.
7 topics in forum games. Do we really need a sub-forum for 7 topics?- Recently hacked only hours after client update.
We don't have malicious code in our client or website. Run a virus scan, update your passwords for email/account, contact original account owners, ensure your password is strong, etc.- [Stable Build] OSBot 2.3.114 - Camera Zoom
This update removes the MouseZoom random event and allows botters to use any zoom settings they wish. All credits go to @Zach for making this happen. Changelog: -Removed MouseZoom Random Event -Updated position calculations -Added Camera isDefaultScaleZ() This is a development build so there may be issues, please report any version 2.3.114 specific issues here. Edit: Moved to Stable Build -The OSBot Staff- [Stable Build] 2.3.113 - Weekend Patch Pack
I downloaded it from the forums, it's giving me 2.3.113. Anyone else having issues?- [Stable Build] 2.3.113 - Weekend Patch Pack
Use entity hover debug- [Stable Build] 2.3.113 - Weekend Patch Pack
Nothing in here requires an in-depth explanation. I'd like to thank @Botre for reporting a serious bug that uncovered a lot of others hidden bugs. Also throw @Zach a few high fives for tracking down and killing off some pesky bugs. Yes, we plan on removing the Mouse Zoom random event solver at some point soon. Changelog: -Removed Settings isTabOpen(SettingsTab) -Rewrote Settings open(SettingsTab) --Checks internally if it's already opened -Removed Settings openHouseOptions() -Removed Settings closeHouseOptions() -Rewrote and Deprecated Settings setHouseBuildingMode(boolean) -Rewrote and Deprecated Settings isHouseBuildingModeOn() -Deprecated Settings areRoofsEnabled() and immediately returns false --Planning on rewriting -Deprecated Settings toggleRoofs() and immediately returns false --Planning on rewriting -Added Settings resetMouseZoom() -Updated MouseZoom random to check SettingsTab -Removed unused interfaces which were being initialized -Patched ItemContainer and RS2Widget for correct item ids -Patched Widget Debugger issues returning incorrect values -Updated Store API The OSBot Staff - New Scripter Ranks