Sign in to follow this  
Himythu

Multiple Client Starter

Recommended Posts

Hi All!


 


Forgive me if i post this the wrong place as i am not really sure if this is the correct place, as many like to run mulitiple instances of WO for alts.


I've made this simple tool about 2-3 yeas ago that will start mulitiple clients but now i decided maybe some fellow players would like to use it too :-)


 


It is basicly a bat file where you can choose to run 1 to 9 clients by opening the link "http://www.wurmonline.com/client/wurmclient.jnlp" automatically the indicated times.


 


i compiled this on a exe file so the bat file is installed to program files on default, and a shortcut is made on the desktop.


 


Download link:


https://onedrive.live.com/redir?resid=C5BD7A519DDBEF73!59984&authkey=!AMpmyjWnEUQ4m_4&ithint=file%2cexe


 


If you dont trust my exe file heres the .BAT file


https://onedrive.live.com/redir?resid=C5BD7A519DDBEF73!59985&authkey=!ACdzc_U2opimppE&ithint=file%2cBAT


 


and this is how the script looks like:



@ECHO OFF
@ECHO WURM ONLINE MULTI CLIENT STARTER
@ECHO BY HIMYTHU
:BEGIN

@ECHO HOW MANY CLIENTS DO YOU WISH TO RUN? PRESS A NUMBER (1-9)
CHOICE /C:123456789 /N

IF ERRORLEVEL ==9 GOTO NINE
IF ERRORLEVEL ==8 GOTO EIGHT
IF ERRORLEVEL ==7 GOTO SEVEN
IF ERRORLEVEL ==6 GOTO SIX
IF ERRORLEVEL ==5 GOTO FIVE
IF ERRORLEVEL ==4 GOTO FOUR
IF ERRORLEVEL ==3 GOTO THREE
IF ERRORLEVEL ==2 GOTO TWO
IF ERRORLEVEL ==1 GOTO ONE

:ONE
start javaws http://wurmonline.com/client/wurmclient.jnlp
@ECHO ONE CLIENT IS NOW SET TO RUN
GOTO END

:TWO
start javaws http://wurmonline.com/client/wurmclient.jnlp
start javaws http://wurmonline.com/client/wurmclient.jnlp
@ECHO TWO CLIENTS IS NOW SET TO RUN
GOTO END


:THREE
start javaws http://wurmonline.com/client/wurmclient.jnlp
start javaws http://wurmonline.com/client/wurmclient.jnlp
start javaws http://wurmonline.com/client/wurmclient.jnlp
@ECHO THREE CLIENTS IS NOW SET TO RUN
GOTO END

:FOUR
start javaws http://wurmonline.com/client/wurmclient.jnlp
start javaws http://wurmonline.com/client/wurmclient.jnlp
start javaws http://wurmonline.com/client/wurmclient.jnlp
start javaws http://wurmonline.com/client/wurmclient.jnlp
@ECHO FOUR CLIENTS IS NOW SET TO RUN
GOTO END

:FIVE
start javaws http://wurmonline.com/client/wurmclient.jnlp
start javaws http://wurmonline.com/client/wurmclient.jnlp
start javaws http://wurmonline.com/client/wurmclient.jnlp
start javaws http://wurmonline.com/client/wurmclient.jnlp
start javaws http://wurmonline.com/client/wurmclient.jnlp
@ECHO FIVE CLIENTS IS NOW SET TO RUN
GOTO END

:SIX
start javaws http://wurmonline.com/client/wurmclient.jnlp
start javaws http://wurmonline.com/client/wurmclient.jnlp
start javaws http://wurmonline.com/client/wurmclient.jnlp
start javaws http://wurmonline.com/client/wurmclient.jnlp
start javaws http://wurmonline.com/client/wurmclient.jnlp
start javaws http://wurmonline.com/client/wurmclient.jnlp
@ECHO SIX CLIENTS IS NOW SET TO RUN
GOTO END

:SEVEN
start javaws http://wurmonline.com/client/wurmclient.jnlp
start javaws http://wurmonline.com/client/wurmclient.jnlp
start javaws http://wurmonline.com/client/wurmclient.jnlp
start javaws http://wurmonline.com/client/wurmclient.jnlp
start javaws http://wurmonline.com/client/wurmclient.jnlp
start javaws http://wurmonline.com/client/wurmclient.jnlp
start javaws http://wurmonline.com/client/wurmclient.jnlp
@ECHO SEVEN CLIENTS IS NOW SET TO RUN
GOTO END

:EIGHT
start javaws http://wurmonline.com/client/wurmclient.jnlp
start javaws http://wurmonline.com/client/wurmclient.jnlp
start javaws http://wurmonline.com/client/wurmclient.jnlp
start javaws http://wurmonline.com/client/wurmclient.jnlp
start javaws http://wurmonline.com/client/wurmclient.jnlp
start javaws http://wurmonline.com/client/wurmclient.jnlp
start javaws http://wurmonline.com/client/wurmclient.jnlp
start javaws http://wurmonline.com/client/wurmclient.jnlp
@ECHO EIGHT CLIENTS IS NOW SET TO RUN
GOTO END

:NINE
start javaws http://wurmonline.com/client/wurmclient.jnlp
start javaws http://wurmonline.com/client/wurmclient.jnlp
start javaws http://wurmonline.com/client/wurmclient.jnlp
start javaws http://wurmonline.com/client/wurmclient.jnlp
start javaws http://wurmonline.com/client/wurmclient.jnlp
start javaws http://wurmonline.com/client/wurmclient.jnlp
start javaws http://wurmonline.com/client/wurmclient.jnlp
start javaws http://wurmonline.com/client/wurmclient.jnlp
start javaws http://wurmonline.com/client/wurmclient.jnlp
@ECHO NINE CLIENTS IS NOW SET TO RUN
GOTO END


:END
@ECHO WHEN YOU HIT A KEY THIS WINDOW CLOSES.
@ECHO AND OPENS WURMPEDIA
PAUSE
START http://www.wurmpedia.com 

Hope you will find my tool usefull and Happy Wurming!

Edited by Himythu
  • Like 1

Share this post


Link to post
Share on other sites

i am sorry but i dont think WU supports multiple clients same way as WO?

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this