
Originally Posted by
xHeinrich
//Server locations
public const string AccountS = "1. AccountServer.exe";
public const string DataBaseS = "2.DatabaseServer.exe.lnk";
public const string CoreS = "3. CoreServer.exe";
public const string CertS = "4. Certifier.exe";
public const string LoginS = "5. LoginServer.exe";
public const string CacheS = "6. CacheServer.exe";
public const string WorldS1 = "7.WorldServer.exe - Shortcut.lnk";
//Process names
public const string AccountSPN = "1. AccountServer";
public const string DataBaseSPN = "2. DatabaseServer";
public const string CoreSPN = "3. CoreServer";
public const string CertSPN = "4. Certifier";
public const string LoginSPN = "5. LoginServer";
public const string CacheSPN = "6. CacheServer";
public const string WorldS1PN = "7. WorldServer";
I will probably edit this to work with a XML variable file soon
Place the restarter in your "Program" folder