Page 1 of 2

how to start much clients

Posted: Fri Dec 16, 2011 3:09 am
by kuchen91
hello,

can anyone help me, how to start much clients with bots automatic?

Re: how to start much clients

Posted: Fri Dec 16, 2011 5:42 am
by rock5
The bot can't start the clients. Maybe someone has a solution using some other software.

Re: how to start much clients

Posted: Fri Dec 16, 2011 6:55 am
by gloover

Re: how to start much clients

Posted: Fri Dec 16, 2011 8:09 am
by kuchen91
ok this dont help me...
i want a program, which can start all my accounts an start all the micromacro windows for the characters...

i thinkes about it and made a small programm, which reads a file (where all relevant accountdeatails are in), sets the accountlogin.lua and logindialog.lua from rock´s autologin.
Then it starts the client, waits until you say "char logged in successfully" and starts then the micromacro, with the chosen path, profile and character.

If someone is interested to have this functionality i could make it configurable (now i wrote my pathes hard into the programm...)

Could also rewrite the program, that you can say start each character who is written in accounts.txt seperate ...

An question to rock´s autologin ... from where your script knows, on which server to log in?

Re: how to start much clients

Posted: Fri Dec 16, 2011 9:43 am
by rock5
fastlogin does not select the server. When you log in with a particular button, you have to select "Record Server" so it automatically logs into that server when using that button. So if you use the same account name on 2 different servers, you need to set up 2 different buttons. You can't use the same button, even if the passwords are the same.

Re: how to start much clients

Posted: Fri Dec 16, 2011 10:17 am
by kuchen91
oh ok ^^

can you make a function, to chose the server?

Re: how to start much clients

Posted: Fri Dec 16, 2011 10:24 am
by lisa
I am curious how you intend to choose a server with text (function) when you can't type anything on screen ??

Re: how to start much clients

Posted: Fri Dec 16, 2011 11:05 am
by MiesterMan
Since the server login function doesn't include it as an argument (I think), it must be a variable somewhere. If it weren't, there's no way the function would know which server to login to.

Edit: Looks like this may be the function but I don't know what the value is supposed to be:

Code: Select all

ChangeServerList(ServerListFrame.selectedName);
Edit2: Ok, yes this is the function, but be careful with it. You use a string with the name of the sever and it automatically switches to that server. No login info.

It seems to adapt this, a new function that will handle the secondary password will need to be made.

Re: how to start much clients

Posted: Fri Dec 16, 2011 12:30 pm
by rock5
Why do you need this? Doesn't it work to use different buttons for different servers?

Re: how to start much clients

Posted: Fri Feb 10, 2012 11:19 pm
by grande
I've been searching all over and struggling with this. I've seen a few others post about the problem where the server seems to come "unselected". It's totally random after logging out and back in but it seems to remember when switching manually between accounts.

Maybe there is some reset taking place or overlooked... idk

Re: how to start much clients

Posted: Sat Feb 11, 2012 5:20 pm
by grande
No one else having this problem or anyone have a solution? I click "Record Server" and it randomly drops it... WTF?

Re: how to start much clients

Posted: Sat Feb 11, 2012 10:59 pm
by rock5
grande wrote:No one else having this problem or anyone have a solution? I click "Record Server" and it randomly drops it... WTF?
Do you have account on more than one server? Are you switching between servers? I don't think fast_login supports changing servers.

Re: how to start much clients

Posted: Sun Feb 12, 2012 4:32 pm
by BillDoorNZ
Hiya,

I'm interested in seeing how you solved the issue of automating getting through the 'launcher' app when you automate starting the client. Damn thing is annoying as hell and I hate relying on screen co-ordinates for 'clicking' the launcher windows 'Start Game' button.

Re: how to start much clients

Posted: Sun Feb 12, 2012 8:24 pm
by lisa

Code: Select all

"C:\Program Files\Runes of Magic\Client.exe" NoCheckVersion
that is the shortcut I use, skips the launcher.

Re: how to start much clients

Posted: Sun Feb 12, 2012 9:19 pm
by grande
rock5 wrote:
grande wrote:No one else having this problem or anyone have a solution? I click "Record Server" and it randomly drops it... WTF?
Do you have account on more than one server? Are you switching between servers? I don't think fast_login supports changing servers.
No sir, not trying to change servers at all. It just randomly decides to forget that I ever selected the record server option. Hate to think it and it's a hit/miss solution that a fresh game install may be the answer. Who knows :/

Re: how to start much clients

Posted: Sun Feb 12, 2012 10:50 pm
by lisa
Since playing on a non local server lately I have noticed if I have a serious lag spike and log out it tends to do the pick server screen again.

Re: how to start much clients

Posted: Mon Feb 13, 2012 2:58 am
by rock5
I sometimes thought it had something to do with how busy a server is too. As in, is the server is busy it gives you the list so you can try another server.

Re: how to start much clients

Posted: Tue Feb 14, 2012 1:19 pm
by BillDoorNZ
lisa wrote:

Code: Select all

"C:\Program Files\Runes of Magic\Client.exe" NoCheckVersion
that is the shortcut I use, skips the launcher.
lol, thanks Lisa...I tried this (or thought I did) ages ago - but must have misstyped (or mebbe its case sensitive), so have been clicking that damnable start gaem button ever since!. Idjot!


Thx again ;)

Re: how to start much clients

Posted: Tue Feb 14, 2012 11:14 pm
by rock5
I don't think it's 100%. It never used to work for me. Then it worked for only awhile. I just tried it again and it's working again. I don't know why it doesn't work sometimes.

Re: how to start much clients

Posted: Tue Feb 14, 2012 11:15 pm
by lisa
If you use win7 might have to do with admin rights to the file.