What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

[Preview] ArcheBuddy Account Switcher

odotsexy

New Member
Joined
Jun 20, 2015
Messages
18
Reaction score
0
I wanted to see how many people where interested in something like this, I intend to release this when it is more stable and working. I have been working on this for a couple days, essentially what this will do is help manage your accounts for you automatically by stopping and starting accounts based on conditions. Currently it can read the current account states, select accounts, click stop/start, and toggle the checkbox. I am in the process of a work around for the labor value to help with the conditions (until Out releases an official labor counter), alternatively there can be a time schedule condition. If anyone has any suggestions on how this should function, please go ahead and reply. This program works by interfacing with the Accounts manager window inside of ArcheBuddy, and will also have a value to read from a small plugin that reports the current labor.

There is quite a bit to do, but I am hammering away at it, because I desperately need one for my own use (yes even with 4 accounts, I just need to rotate automatically).

KxcITMZ.png
 
Yeah, I agree. Something like that would be awesome. And if you make it public for free everyone would love it.
 
Love it!
I can imagine running x amount of bots at a time, drain their labour and then close and start new sessions with this *eyes fades into the sky, dreaming..."
 
FsN3cGVa


This? I'm just trying to understand, I'm and author of this thread do the same thing or different things
 
Ah, Out, the difference is mine will switch based on Labor (when it runs out), however I do not see an account scheduler in my Archebuddy and did thought it was not planned for a while. Perhaps you could add a labor rotater in the official build?
 
So to clarify further, what I have currently setup (although I am not proud of the current code structure) is, it will read ArcheBuddy accounts manager, and read in the labor, it will then predict an accounts labor based on the last time it was updated. When account reaches a threshold (defined by you), the manager will stop the account and start the next one with the most predicted labor. This cycle will repeat as long as an account is above the predicted labor threshold. This is something I know many people want built into the core... Is this something you are going to do Out or should I continue to work on this?

How this will be useful? Using plugins to autostart, you can have your bots rotate and run through there labor, then have this program automatically close them and move on to the next one, opening them later. This will allow for a constant flow of labor use and less maintenance for bot harvesters.
 
Ah, Out, the difference is mine will switch based on Labor (when it runs out), however I do not see an account scheduler in my Archebuddy and did thought it was not planned for a while. Perhaps you could add a labor rotater in the official build?
I think about ability to access for all accounts in account manager.
Something like:
foreach (var a in getAccountManagerAccounts())
{
Log(a.status);
if (a.login=="XXX")
a.Launch();
}
 
I think about ability to access for all accounts in account manager.
Something like:
foreach (var a in getAccountManagerAccounts())
{
Log(a.status);
if (a.login=="XXX")
a.Launch();
}

That's what everyone's been waiting for, do that please :)
 
Yes in the mean time, my program is working, and I am running some tests for tonight, if all goes well I will post the source code (although it's very sloppy) for the meantime while you patch. What you need to do is is detect patron buff on the account and have a predicted labor field where the predicted labor is equal to the current labor plus the difference in time multiplied by the labor regen rate, and allow accounts to auto-log out and log-in based on this field. This will let someone keep botting without having to manage every few hours.
 
Initial version of account scheduler released. You can try it!
 
Out can you explain what does the scheduler exactly do ?
it just connect an acount at a given time ?if we set multiple account at same time will it rotate them ?
 
Out can you explain what does the scheduler exactly do ?
it just connect an acount at a given time ?if we set multiple account at same time will it rotate them ?
yea..? lol what the heck is this even for? I have 3 accounts, so what does this do, just logs in the next when ones out of labor? lol you cant login while or press gather/plant while afk so why even bother, it won't save you time?
 
yea..? lol what the heck is this even for? I have 3 accounts, so what does this do, just logs in the next when ones out of labor? lol you cant login while or press gather/plant while afk so why even bother, it won't save you time?

If a plugin supports auto-start, you can schedule your accounts to do the job from and to specific time. For example, from 8 - 12AM, do something with one account. From 12 - 15:00. Get onto another account and do that thing there. The official one that out just added doesn't logout when runs out of labor nor this is about saving time. Just use your imagination...
 
Out can you explain what does the scheduler exactly do ?
it just connect an acount at a given time ?if we set multiple account at same time will it rotate them ?

And as I mentioned above, does exactly what schedule literally means. Schedules an account for launch and closure at specified time.

Edit: You can set as many accounts as you wish depending on how many licenses you have. They will run as usual, in sync.
 
Last edited:
As Aeon said, this is for rotating accounts with plugins that autostart, anyways I am seeing if Out is going to add labor rotation, if not I will release this soon.
 
Back
Top