Hello all,i have problem with my shaiya server Instal Server->Open the Server Pacht Config->Restart My Computer->open server patch config->my X all are red not green !!! need help
sc create ShaiyaAgentServer binPath= "<YOUR ACTUAL PATH>\PSM_Server\PSMServer_Agent.exe" start= auto DisplayName= "Shaiya Agent Server" sc create ShaiyaAgentClient binPath= "<YOUR ACTUAL PATH>\PSM_Client\PSM_Agent.exe" start= auto DisplayName= "Shaiya Agent Client" sc create ps_dbAgent binPath= "<YOUR ACTUAL PATH>\PSM_Client\bin\ps_dbAgent.exe" DisplayName= "Shaiya DBAgent Server" sc create ps_gameLog binPath= "<YOUR ACTUAL PATH>\PSM_Client\bin\ps_gameLog.exe" DisplayName= "Shaiya Game Log Server" sc create ps_userLog binPath= "<YOUR ACTUAL PATH>\PSM_Client\bin\ps_userLog.exe" DisplayName= "Shaiya User Log Server" sc create ps_session binPath= "<YOUR ACTUAL PATH>\PSM_Client\bin\ps_session.exe" DisplayName= "Shaiya Session Server" sc create ps_login binPath= "<YOUR ACTUAL PATH>\PSM_Client\bin\ps_login.exe" DisplayName= "Shaiya Login Server" sc create ps_game binPath= "<YOUR ACTUAL PATH>\PSM_Client\bin\ps_game.exe" DisplayName= "Shaiya Game Server"
sc start ShaiyaAgentServer sc start ShaiyaAgentClient sc start ps_dbAgent sc start ps_gameLog sc start ps_userLog sc start ps_session sc start ps_login sc start ps_game
sc stop ps_game sc stop ps_login sc stop ps_session sc stop ps_userLog sc stop ps_gameLog sc stop ps_dbAgent sc stop ShaiyaAgentClient sc stop ShaiyaAgentServer