Everything posted by Alek
-
Mention all members with annotation names
Or just remove this plugin
-
<Resolved>
You're trying to load a script that has an error.
-
New OSBot Feature - Vote
I quickly threw together a new feature called "nointerface", which absolutely removes all interfaces and only gives you command line. This feature is targeted at very serious bot farmers who can completely rely on their scripts without any human intervention. What it looks like: You will not get any interface whatsoever, which should help a bit with screen clutter and improve slightly on resource usage. This feature would be available for VIP/Sponsor only as free members are limited to 2 bot instances. If this vote generally passes, I'll improve on this feature a bit by exploring some more opportunities to save resources.
-
[Stable Release] OSBot 2.4.105 - Shortcuts, Grand Exchange, Teleporting, Newer EngineTM
Thanks to all the scripters who spent the time and actually tested the dev builds, you are the real heroes. This stable release is a culmination of the other releases: http://osbot.org/forum/topic/111674-osbot-24102-shortcuts-tabs-and-scrolls/ http://osbot.org/forum/topic/111960-osbot-24103-more-webwalking-and-grandexchange/ Some of the highlights are: -GrandExchange SellItem -PathPreferenceProfile IgnoreItems, IgnoreObstacles -Teleports including scrolls, tabs, and rune methods are fully functional again -Additional shortcut links Specific to this update: Version 2.4.105 Changelog -Patched issue with available items container -Updated Deadman worlds -Item toString() override -Festivities update Happy botting, and try not rage quitting SDMM. :xboge:
-
CLI Failing to download SDN Script?
I provided pretty thorough documentation but people still ignore it. http://i.imgur.com/8ZCZeq4.png Specifically, I listed the illegal delimeters... Edit: I also hope you are not passing "317" as a script parameter for setting your world; I wrote a CLI flag for it.
-
CLI -mem
The mem flag sets the maximum heap size with xmx. The JVM will get more memory if its needed. If you're getting OOM exceptions then it's probably an issue with your script.
-
Cannot decrement price by -5% (in Grand Exchange) using widgets!
Search by sprite id or text like a professional
-
Client really weird and glitchy
Are you using a monitor with G-Sync?
-
Cannot decrement price by -5% (in Grand Exchange) using widgets!
You called: widgets.interact(465,23,10,"-5%"); but in your screenshot it show it as 465, 24, 10. Also these hard coded widgets will probably break sooner than later, get used to searching for widgets instead of using static ids. Also in the future please post in the scripting help section. Moved.
-
Differences between entity, npcs, and objects?
Entity is the super class, meaning that RS2Object and NPC both extend it. Don't use the super class unless you know what you're doing; the OSBot API makes a lot of convenient decisions based on the child type (especially in interactions).
-
for the 90's babies
Yes, I can finally use this clip again. Skip to 0:36
-
Questions about Tut island scriptm
Don't start with a tutorial island script as your first script. There have been so many tutorial island scripts (even made by experienced scripters), and they almost always turn out with spaghetti code that breaks.
-
Banwave going on
I don't think you know what a ban wave is. When an anticheat adds a new cheat signature to their collection and then goes live, everyone using that cheat gets banned. So translating for botting, a ban wave would be like 80% or more of OSBot being banned. There is no ban wave. Edit: The Bot Nuke would be considered a "ban wave".
-
OSBot 2.4.103 - More WebWalking and GrandExchange
Try out version 104 @@Lewis
-
Examining local objects/things with examine options
Nice casting; also use Java conventions.
-
Recursive file searching with call by reference
Difficulty: Easy/Intermediate Just in case anyone is interested in recursion, the same concept can be translated from C++ to Java. If you have any questions with specific file stuff in Java, I'll be happy to help. This can be really useful for scripters who intend to bot farm or anyone who needs to manage files with a large directory. The link is to my website. Article Link
-
OSBot 2.4.103 - More WebWalking and GrandExchange
I've decided to start cleaning up Web Walking because it was becoming a bit unmanageable with all the devs having a hand in it. The biggest problem was having half-written code which was being used as placers. Anything that was deprecated or removed was not functional at all. Additionally I've added some new methods to give scripters really great control of web walking through PathPreferenceProfile, notably the ignoreItems method. Crappy Example: Scripter doesn't want to bring you through Karamja as a shortcut over a concern of the volcano exploding. Scripter sets to ignore 995 (coins) meaning that if there are coins in your inventory, they will be "ignored" in the path calculation. The web walker will say "oh wow this dude is broke, we can't bring him through Karamja" and find an alternate route. Also I added a sellItem method. Changelog: -Removed Anti-Dragon shield requirement for traversing Brimhaven Dungeon -All skill checks are based on Dynamic level -Added PathPreferenceProfile setAllowObstacles(boolean) -Added PathPreferenceProfile setAllowTeleports(boolean) -Added PathPreferenceProfile ignoreItems(int... ids) -Streamlined a lot of the bloated methods, cleaned up back-end -Improved GrandExchange buyItem -Added GrandExchange sellItem -Deprecated PathPreferenceProfile avoidAllItemLinks -Deprecated PathPreferenceProfile addItemLinksToAvoid -Deprecated PathPreferenceProfile ignoreAllQuestLinks -Deprecated PathPreferenceProfile addQuestLinksToAvoid -Deprecated PathPreferenceProfile addSkillLinksToAvoid Development Download: http://osbot.org/devbuilds/osbot%202.4.103.jar Happy Botting.
-
What Happened?
One global mod since the summer? He's not even banned.
-
What Happened?
Who was banned? The dev team and staff is the same; there are no ex-staff members that were banned.
-
Bring Back Doge
We only accept requests from active members of the community.
-
Launch a script which's name has spaces from CLI
As IHB said, don't use spaces for local scripts.
-
Chatbox has been clear of CBA's for ~ 1-2 hours now...
There is this great feature called screenshot. People can screenshot and report conduct to staff members so they can review conduct at a later time.
-
OSBot 2.4.102 - Shortcuts, Tabs, and Scrolls
-PathPreferenceProfile setAllowTeleports once again utilizes all teleport tabs and scrolls -Added 4 new agility shortcuts --Added Taverly Dungeon lesser demons shortcut --Added all Dense runestone shortcuts on Zeah I plan on doing some serious web walker cleanup which should eventually iron out some more issues and allow me to expand a bit further. Edit: Thanks to both @ProjectPact and @Chris for their generous support of teleport tabs to help me patch the issue. Also thanks to @Khaleesi for nagging me for about 6 months with the tab issue. Happy Botting
-
@OSBot Dev Team and All smart scripters
Maldesto isn't a Developer. Also a lot more goes into a ban than just mouse movements. You could have "realistic" mouse movements and still get banned pretty quickly. Also collecting data on human mouse movements has been done countless times over the past 10 years on specifically botting; this is nothing new.
-
Will Stealth Mode get you banned?
Sec moving to the conspiracy theory forum.