Everything posted by abc3
-
Online money making list
- Draynor bank walking to wrong booth?
He means you only need to call getBank.open() and nothing else. It will walk to the closest bank for you- Entity interaction fails if context menu is open and continues offscreen
Also happens when walking, if walk threshold is zero and it right clicks to "walk to" a tile, it will get stuck with the context menu open if the context menu is full [Mod Merged] I don't recall this happening in the previous build, affecting all my bots doing various activities, they just idle forever with the context menu open until the logout timer hits I guess- Entity interaction fails if context menu is open and continues offscreen
In mirror mode if you interact with an entity but it rights clicks and there are too many context menu options (e.g. right clicking to pickpocket and too many items on ground) then it just gets stuck with the context menu open and never closes it, even if you attempt another interaction Suggestion is for the interaction event to close the context window if it fails, or close the window on interaction if already open and the option isn't there or is off-screen- A Simple Login Handler
It gets stuck on the account banned screen so I added pressing the back button: private static final Rectangle BACK_BUTTON = new Rectangle(320, 313, 120, 20); private void login() { ... case 14: clickButton(BACK_BUTTON); break; } } Everything else is working great so far!- Is it safe to bot after the Jagex 3rd party client update?
Agility is the most banned skill to bot. You're better off just suiciding it on a new account to your desired level or paying for a training service. If you're using mirror mode then jagex can't detect the client- All Bots getting banned within 48 hours...
What script? Are you just running 1 script on fresh lvl 3s?- break manager issue
Is this with every script or just yours- break manager issue
so you're telling me you "add account" and enter your runescape login, start script, it logs in correctly, but not after it takes a break?- break manager issue
you're not supposed to enter your user and password in the runescape login you're supposed to enter your user and password in the osbot client and it automatically logs in for you- break manager issue
Enter your runescape login instead of your osbot login?- Botting To a Main Account
- Sandboxie problem
Make sure the OSRS client and mirror client are in the same sandbox Send a screenshot of the running processes- Should i proxy the orig osrs client before opening mirror mode or open osb mirror mode with proxie setting on
https://osbot.org/forum/topic/166460-guide-how-to-run-multiple-mirror-mode-clients-with-seperate-proxies-bypass-unable-to-create-advertising-error/- Should i proxy the orig osrs client before opening mirror mode or open osb mirror mode with proxie setting on
As you said mirror mode doesn't support proxies yet So you have to proxy the OSRS client instead- change variable or call method by pressing keyboard?
Take a look at keyboard and NPC https://osbot.org/api/- Forum Spies
- no ban guide
You guys are getting bans?- Suggestion: NSFW in Discord
I was against the idea but this is a good compromise: hidden for those who don't wanna see it, visible to those who do You need someone to moderate the channel though, maybe @Malcolm could be hired as coomer-in-chief- RIP Osbot and other botting clients
Maybe Jagex should ban botting too- rsgp for whoever can fix my problem
1. Sell your mac 2. Buy a PC Save your GP 😄- [Dev Build] OSBot 2.6.47
This was because of the runescape update, it's working now- what do i use to open this everyday?
- Furnace crafting widget
If you use the widget debugger, you'll find it's child ID 23 not 22- 1 osbot or 2 osbot applications?
My scripts have issues with mirror mode and tabs so I always run separately anyway - Draynor bank walking to wrong booth?