I've changed all serveridx to 1
but after that i can't make a guild or simply have my own buddies
any fix for that?
I've changed all serveridx to 1
but after that i can't make a guild or simply have my own buddies
any fix for that?
Look @ ur GlobalMgrSvr.ini maybe you haven't change any ServerIdx=X there =D.
Last edited by JC/Raiden; 16-09-08 at 12:46 PM. Reason: Double Post.
for change id is not fast, some files, include DB...
go to /etc/cabal/
change all _24 for _01
ChatNode_01
DBAgent_01Code:ServerNationIdx=1 ChatNodeIdx=1
GlobalMgrSvrCode:ServerIdx=1 DBAppName=DBAgent_01
server_listCode:[Server01] # Adult(On) ServerOpen01=1 ChannelType01=1 MaxUserNum01=300
WorldSvr_01_XXCode:GlobalDBAgent DBAgent_01 GlobalMgrSvr ChatNode_01 LoginSvr_01 CashDBAgent WorldSvr_01_01
go to /usr/bin/Code:ServerIdx=1
DBAgent_24 => DBAgent_01
ChatNode_24 => ChatNode_01
WorldSvr_24_01 => WorldSvr_01_01
open you database and check all procedures, have 1 function on GAMEDB u need change too... you will spend some time here... :P
good luck...
IMPORTANT:
GameDB > Functions > GetServerIdx
cabal_managerdb > table > cabal_server_tableCode:CREATE FUNCTION [dbo].[GetServerIdx] () RETURNS INT AS BEGIN RETURN (1) END
change 192.168.227.1 for you SQL IP...
u can change too cabalserver
Last edited by chacina; 18-09-08 at 06:06 AM.
thanks it worked
GameDB > Functions > GetServerIdx
change 25 for 1...Code:CREATE FUNCTION [dbo].[GetServerIdx] () RETURNS INT AS BEGIN RETURN (25) END
RETURN (25)
after i changed all link _24 to _01
and go to GAMDB
GameDB > Functions > GetServerIdx
CREATE FUNCTION [dbo].[GetServerIdx] ()
RETURNS INT AS
BEGIN
RETURN (25)
END
change 25 for 1
.... WHEN
service cabal start
GlobalDBAgent (pid 8189) is running...
DBAgent_24 is stopped
GlobalMgrSvr (pid 8263) is running...
ChatNode_24 is stopped
LoginSvr_01 (pid 8328) is running...
CashDBAgent (pid 8361) is running...
WorldSvr_24_01 is stopped
----
my file DBAgent_01.ini
[DBAgent]
ServerIdx=24
DBProcessTNum=5
DSN=CabalGame24 << i need to cange to 01 ?
[DSN]
DBId=cabal
DBPwd=cabal
DBAppName=DBAgent_24 << i need to cange to 01 ?
and file odbc.ini
[CabalGame24] << i need to cange to 01 ?
Driver = FreeTDS
Address = 192.168.2.102
Port = 1433
Database = GAMEDB
TDS_Version = 8.0
T T:scratch: how can i fixed it ?~
thank you
i think is not necessary change odbc, DBAppName you can change 24 for 01
here you fix... sorry... (etc\cabal)
server_list
and change forCode:GlobalDBAgent DBAgent_24 GlobalMgrSvr ChatNode_24 LoginSvr_01 CashDBAgent WorldSvr_24_01
Code:GlobalDBAgent DBAgent_01 GlobalMgrSvr ChatNode_01 LoginSvr_01 CashDBAgent WorldSvr_01_01
I try change to 1 but it doesn't work. SOme one can give me gude step by step coz i dont remember where files with "24"
Big tnx!
Please help. I have followed your steps but stuck on the last 2 on database changes.
I tried the change as follows but I ended up could not create a char. Gave me unknown DB error message when I tried to create a char in-game.
When I go to cabal_managerdb > table > cabal_server_table it is empty there with lots of null. When I tried to edit it according to the picture, I could not however change the NULL to 1 for the bReal. It gave me an error.