Everything posted by Joubot
-
Just a few suggestions.
Allowing more information to be pulled in like Group, World, Proxy, etc on the account import file would be nice too. Maybe keep it optional like the pin.
-
Some accounts are not saving their proxies.
I set up roughly 70 accounts on the manager with 10 different proxies. I started to run them and noticed some were launching with no proxy set. I restarted the manager and a lot of the accounts no longer had proxies set. I've tried entering proxies in chunks of accounts and waiting a bit and restarting the manager but they proxies don't seem to want to stick.
-
Just a few suggestions.
Might consider staggering the clients when they launch. Have one wait until runescape is actually loading before launching the next one, would help with cpu usage and bandwidth limitations. When I try to launch what I'm use to launching all at once, I get issues with proxies connecting and it just stays stuck until it's next turn on the schedule even though my proxy is testing fine. I can also just stop and restart it. Maybe if possible, when it cant connect, have it close and retry.
-
[Stable] OSBot 2.7.0 - BOT MANAGER RELEASE
That’s be the problem then lol thanks
-
Show what ip each client is on
Are you checking off the checkbox to use a proxy on the launcher? Just selecting the proxy wont do anything otherwise.
-
[Stable] OSBot 2.7.0 - BOT MANAGER RELEASE
I have a particular script I made that gets stuck on 'loading' and its always worked with another manager. Its also the only script I'm using with cli parameters so maybe this is a factor? Parameters include a ";" not sure if this would break something on this manager?
-
[Stable] OSBot 2.7.0 - BOT MANAGER RELEASE
Just had it happen to me. I closed the client and reopened it and it looked like some stuff didn't get saved. I reinput all the info and closed and opened the manager and it seems fine now Edit: When I switched my config to one that had "No Randoms" checked off, it hung up at the login screen. Figured this was for "Dismiss All Randoms" but it probably just disables OSBots handlers for longins, breaks, etc I'm assuming.
-
[Stable] OSBot 2.7.0 - BOT MANAGER RELEASE
It should be 2.7.0
-
[Stable] OSBot 2.7.0 - BOT MANAGER RELEASE
I spent too much on the scum bag owner manager for yall to put out something better for cheaper 😆 scum bag owner? lol
-
Help using GraphicObjects
That's just too easy lol Thanks
-
Ge Cancel offer
This is a little piece of code I use for canceling box 1. First Widget is to open the trade, second is the cancel button. You'd have to change the first set of widget ID's for each box if (getGrandExchange().getStatus(GrandExchange.Box.BOX_1) == PENDING_BUY) { getWidgets().interact(465, 7, 2, "View Offer"); sleep(random(1000, 2500)); getWidgets().interact(465, 23, 0, "Abort offer"); sleep(random(1000, 2500)); getGrandExchange().close(); }
-
Help using GraphicObjects
It has a GraphicsObject ID when I turn them on on the client. I was initially trying to get the animation ID the imp makes when he teleports but the little bastards are too quick for me to catch with the Entity Hover option lol. Is there some other way I could get that information?
-
Help using GraphicObjects
Trying to wrap my head around how these are used. Pretty much trying to detect if an imp you're fighting teleports using the little puff it creates. But they don't seem to work the same way as getting a reference to a ground item or object. I've managed to get that the ID is 86, but don't know how to "get" the closest graphics object with that ID.
-
Proper way to handle tasks where there is a -1 animation between each activity e.g stringing bows crafting hide bodies etc.
You could do a conditional sleep when you push through the craft and have the break condition be when your inventory no longer contains the required crafting items. Then after that have a simple sleep with a randomizer after that.
-
Who is going to create the first Sailing script and when will it be available?
I'd assume pretty quickly if the skill is a money sink and probably a bit after the developer has made some money if there is profit to be made lol
-
interacting with an object at specific coordinates.
Wonderful, thank you
-
interacting with an object at specific coordinates.
I'm wanting to interact with an object but not necessarily the closest one to me, any advice would be appreciated.
-
how many scritpts have you bought in total?
17. Some work alright, but I didn't start having really good results until I started making my own. The only one I still use from time to time is Explv's walker lol
-
First timer here
Don't bot the main. I have heard of people using a proxy while they bot their main and using the old "I got hacked" excuse to get the ban appealed, but I wouldn't risk it personally.
-
Wanting to buy accounts with Dragon Slayer 1 completed.
[closed]
-
Need help with Break Manager
Yeah I've gathered that much. But I'm not sure how to use the breaks saved in the client to trigger this.
-
Need help with Break Manager
I came across this and I get it for the most part. But I'm not sure how to go about what I'm trying to do. I'm trying to have the breaks set in the client trigger the Break Manager but I'm not sure what I need to put in shouldActivate() for that to happen. Simply trying to have my scheduled breaks make me go afk until I log out in game instead of pressing the logout button
-
ARCEUUS_HOME_TELEPORT does not work
you could open the magic book manually and then use mouse.click() to click it manually. I like to make a random area window over spells so its not clicking at the exact same coords every time, not sure if it really matters or not. Not sure where on the screen that spell is located, so just turn on 'Mouse Position' in the settings to get these values if(getTabs().open(Tab.MAGIC)){ mouse.click(random(xxx, yyy), random(xxx, yyy), false); }
-
Issue removing an item from trade
Might play with that, thanks
-
Issue removing an item from trade
I wound up just doing a work around where the mule pays a set price for items it's receiving. Not exactly what I was trying to do, but it's close enough lol. Messes with my OCD a bit lol