Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Shaiya > Shaiya Private Server
You last visited: Today at 08:09

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



I have problem with my Private Server

Discussion on I have problem with my Private Server within the Shaiya Private Server forum part of the Shaiya category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Apr 2010
Posts: 1
Received Thanks: 0
I have problem with my Private Server

I created a Shaiya PServer in dedicated server Vista 7!
But the problem is when i choose a server to join in game it shows an error

! Error:
Connection with server has been disconnected
ERROR
0

who know where is the problem to improves it ??
delight-b is offline  
Old 01/14/2011, 19:32   #2
 
[GM]Zero's Avatar
 
elite*gold: 0
Join Date: Dec 2010
Posts: 15
Received Thanks: 14
There are several things I could think of that pertains to this issue that I've seen or heard about in the past:

1. You forgot to put in the /nprotectoff command in while starting up your server (in Server Patch Config, right-click "Game" and choose "Command" then type in that command in the box)

2. The IP's and/or DB connection info in your Configuration ini files are incorrect. You can find them in PSM_Client\bin\Log

3. Your game.exe isn't the correct episode configuration and/or encryption. I've always run into problems trying to run an EP5 game.exe on an EP4 server in my tests. The same goes for trying to run an encrypted game.exe with decrypted .SData files in the data.saf

4. Your SQL Linked Server Objects weren't configured correctly, or are missing entirely. Here is the SQL query you need to get them (credit goes respectfully to the original developers: )

Code:
/* Add server link, and Shaiya username */
IF NOT EXISTS (SELECT [name] FROM master.dbo.syslogins WHERE name = 'Shaiya')
BEGIN
	EXEC sp_addlogin 'your-db-username', 'your-db-userpassword', 'PS_GameDefs';
END	
EXEC sp_addsrvrolemember 'your-db-username', 'sysadmin';

TRUNCATE TABLE PS_UserData.dbo.Users_Master;
TRUNCATE TABLE OMG_GameWEB.dbo.GameAccountTBL;
TRUNCATE TABLE PS_UserData.dbo.Users_Detail;
	
if exists(select * 
from master..sysservers 
where isremote=1 and srvname='game') 
begin
exec sp_dropserver 'game','droplogins'
end
exec sp_addlinkedserver 'game','','SQLOLEDB','127.0.0.1'
exec sp_addlinkedsrvlogin 'game','false',null,'your-db-username','your-db-userpassword'

if exists(select * 
from master..sysservers 
where isremote=1 and srvname='PS_NCASH') 
begin
exec sp_dropserver 'PS_NCASH','droplogins'
end
exec sp_addlinkedserver 'PS_NCASH','','SQLOLEDB','127.0.0.1'
exec sp_addlinkedsrvlogin 'PS_NCASH','false',null,'your-db-username','your-db-userpassword'

if exists(select * 
from master..sysservers 
where isremote=1 and srvname='PS_USERDB') 
begin
exec sp_dropserver 'PS_USERDB','droplogins'
end
exec sp_addlinkedserver 'PS_USERDB','','SQLOLEDB','127.0.0.1'
exec sp_addlinkedsrvlogin 'PS_USERDB','false',null,'your-db-username','your-db-userpassword'

if exists(select * 
from master..sysservers 
where isremote=1 and srvname='PS_USERDB01') 
begin
exec sp_dropserver 'PS_USERDB01','droplogins'
end
exec sp_addlinkedserver 'PS_USERDB01','','SQLOLEDB','127.0.0.1'
exec sp_addlinkedsrvlogin 'PS_USERDB01','false',null,'your-db-username','your-db-userpassword'

if exists(select * 
from master..sysservers 
where isremote=1 and srvname='PS_DEFINEDB') 
begin
exec sp_dropserver 'PS_DEFINEDB','droplogins'
end
exec sp_addlinkedserver 'PS_DEFINEDB','','SQLOLEDB','127.0.0.1'
exec sp_addlinkedsrvlogin 'PS_DEFINEDB','false',null,'your-db-username','your-db-userpassword'

if exists(select * 
from master..sysservers 
where isremote=1 and srvname='PS_GAMEDB01') 
begin
exec sp_dropserver 'PS_GAMEDB01','droplogins'
end
exec sp_addlinkedserver 'PS_GAMEDB01','','SQLOLEDB','127.0.0.1'
exec sp_addlinkedsrvlogin 'PS_GAMEDB01','false',null,'your-db-username','your-db-userpassword'
You will need to replace "your-db-username" with your SQL admin login name (For most servers, it's "Shaiya") and "your-db-userpassword" for the password that correlates with it. You will also need to change "127.0.0.1" to your server's IP address.

Hope this helps!
[GM]Zero is offline  
Thanks
1 User
Old 08/18/2011, 03:46   #3
 
elite*gold: 0
Join Date: Jun 2011
Posts: 7
Received Thanks: 0
GM pls help me.. i creat one serve. and i creat a toon.. name exist =/// help me plss
shaiyabrasil is offline  
Old 08/18/2011, 05:44   #4
 
Bаne's Avatar
 
elite*gold: 0
Join Date: Mar 2010
Posts: 2,334
Received Thanks: 1,777
Quote:
Originally Posted by delight-b View Post
I created a Shaiya PServer in dedicated server Vista 7!
But the problem is when i choose a server to join in game it shows an error

! Error:
Connection with server has been disconnected
ERROR
0

who know where is the problem to improves it ??

What is Vista 7??? o.o
Bаne is offline  
Old 08/30/2011, 17:34   #5
 
elite*gold: 0
Join Date: Jun 2011
Posts: 7
Received Thanks: 0
Hello guys i need help

just error

Name Already in use

ty
shaiyabrasil is offline  
Old 08/30/2011, 23:02   #6
 
JohnHeatz's Avatar
 
elite*gold: 150
Join Date: Apr 2010
Posts: 9,739
Received Thanks: 8,977
Use the search engine, i'll point you out (just because I am tired of people asking the same question over and over again) check on ShaiyaOmega's sticky thread on how to make a server; on the last 10 pages of that thread there is a post with the SQL Query to fix that
JohnHeatz is offline  
Thanks
2 Users
Old 12/10/2011, 11:09   #7
 
elite*gold: 23
Join Date: Nov 2011
Posts: 103
Received Thanks: 96
i have problem with logg server cannot find server ;( any can help?
-FeaRs- is offline  
Old 12/10/2011, 22:28   #8
 
Bаne's Avatar
 
elite*gold: 0
Join Date: Mar 2010
Posts: 2,334
Received Thanks: 1,777
If you could give us some infrormation on the bug, we probably can.
Bаne is offline  
Reply


Similar Threads Similar Threads
Help!!! problem private server bot
01/03/2011 - SRO Private Server - 2 Replies
so me problem i open private_server_bot ant push Refresh and no character name only some code :)
i have big problem about my private server
04/26/2010 - Metin2 Private Server - 5 Replies
hi, i have turkish metin2 private server, nowadays when somebady exit from server than try to login i cant login. When Somebady try to login server he/she select his/her character and click to enter then the game is kicking him/her Please someone help to me about this problem someone can help me ?
AHH!! Private server problem.
11/17/2009 - Metin2 Private Server - 2 Replies
Well, i follow a tutorial and i'm stuck.. i'm in virtual pc CONSOLE and i come to something where i need to write a ID and a pw. i write ID: root PW: I can't write anything at password? Any ideas?
Private server problem
07/16/2009 - Dekaron Private Server - 4 Replies
Ok ive edited my config.ini file but yet the exp or dil ratios will not change in the game, is there anything im missing or any other wat to edite the ratios??



All times are GMT +2. The time now is 08:09.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.