Jump to content

Alakazizam

Members
  • Posts

    185
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Alakazizam

  1. With a lot of the early game money makers you also have to come to understand the games economy. My first successful farm I was pulling in more flour in a day than I could ever realistically sell in a week lol. But the wiki has information on how much of which items are traded daily. The more people botting this and that means less profit for that particular method especially for methods that don't require quests/skills. It's not that it can't be done, you'd just have a bit more of an advantage if you actually knew the game
  2. Trying out Ubuntu for the first time. Seeing how the manager functions on it. It doesn't seem to be closing clients out when it's schedule goes passive. It does switch to 'passive' status on the manager but the client keeps running and when it's next scheduled run comes up, it tries to open another client on top of the one that's still running from before. Again, this is my first time messing with an OS outside of windows so I may have something messed up on my end.
  3. It happens sometimes when it takes too long to connect. I believe it's a bandwidth issue from all my accounts coming up and trying to connect at once. the bh manager staggers them out a bit when starting them up and it helps a lot as far as that and cpu usage goes. When this error comes through it doesn't even close when its sceduled to close and just remains locked up until I manually reset the account. I have a lot of accounts working together so missing a scheduled meet up can be a big wrench in operations. I'm really hoping that it gets sorted because I'd love to ditch the bh manager, its clunky to set up and make changes and I've never had any sort of luck reaching out for support. Dude just gets snappy with me lol
  4. It's like a game in itself and the games antiban is the enemy. I like to see what I can get away with lol
  5. Yours is definitely more user friendly. Only issue I have is coming home to all my accounts locked up from either a proxy error or it thinking I don't have vip. Once this is sorted, I'm 100% dropping bh lol
  6. I'll try to figure that all out, might be a bit out of my skillset at this time though. Sounds intimidating lol
  7. There's a muling script out there that you just give the bots the mules name and the mules client stays logged out until the bot needs the mule and then the mule logs in and does his thing. What do I need to be looking into to learn how to have one client send another client some sort of notification like that?
  8. As a wise man once said, "It's all in the game yo"
  9. 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.
  10. 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.
  11. 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.
  12. Are you checking off the checkbox to use a proxy on the launcher? Just selecting the proxy wont do anything otherwise.
  13. 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?
  14. 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.
  15. I spent too much on the scum bag owner manager for yall to put out something better for cheaper scum bag owner? lol
  16. 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(); }
  17. 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?
  18. 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.
  19. 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.
  20. 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
×
×
  • Create New...