Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Ep 3.3 field server problem

Initiate Mage
Joined
Dec 3, 2011
Messages
81
Reaction score
0
Hello. Now everything is workin fine just one problem,
I have to set a LogDB with odbc id+password?
The thing is where should i set the LogBD
And where can i see my odbc "id+password"
something in the config.cfg but i cant find it
 
Joined
Sep 7, 2011
Messages
1,323
Reaction score
528
Code:
################################################################################
# Database Settings 1 - PreServer
################################################################################
	$PRE_ODBC_DSN					= db_account
	[COLOR="Red"]$PRE_ODBC_UID[/COLOR]					= 
	[COLOR="Red"]$PRE_ODBC_PASSWD[/COLOR]				= 

################################################################################
# Database Settings 2 - ServerGroup(IMServer, FieldServer, LogServer, NPCServer)
################################################################################	
	$SERVER_GROUP_ODBC_DSN				= db_1
	[COLOR="Red"]$SERVER_GROUP_ODBC_UID[/COLOR]				= 
	[COLOR="Red"]$SERVER_GROUP_ODBC_PASSWD[/COLOR]			= 

################################################################################
# Database Settings 3 - Log DB Server(LogServer)
# ($LOG_SERVER_GROUP_ODBC_XXX)
################################################################################	
	$LOG_SERVER_GROUP_ODBC_DSN			= db_1
	[COLOR="Red"]$LOG_SERVER_GROUP_ODBC_UID[/COLOR]			= 
	[COLOR="Red"]$LOG_SERVER_GROUP_ODBC_PASSWD[/COLOR]			= 

################################################################################
# External Authentication Flag
# Database Settings 3 - External Authentication(DB)
################################################################################
	$IS_EXTERNAL_AUTHENTICATION 			= FALSE
	$EXT_AUTH_ODBC_DSN				= atum_external_authentication_dsn
	[COLOR="Red"]$EXT_AUTH_ODBC_UID[/COLOR]				= 
	[COLOR="Red"]$EXT_AUTH_ODBC_PASSWD[/COLOR]				=
 
Upvote 0
Joined
Sep 7, 2011
Messages
1,323
Reaction score
528
Hello. Now everything is workin fine just one problem,
I have to set a LogDB with odbc id+password?
The thing is where should i set the LogBD
And where can i see my odbc "id+password"
something in the config.cfg but i cant find it

do u know what you are typing?

You asked about ."And where can i see my odbc ïd+password"

And i responded to you;) How is that you said

not realy i got it before you :D
This was another problem.
 
Upvote 0
Junior Spellweaver
Joined
Jan 11, 2012
Messages
135
Reaction score
5
what do do when i get an Field Serv. Error ??
i've set everywhere the same id + pw (odbc) -.-
its IOCPInit() Error xD once again...and my client says all servers are under ecamination try login later & redownload client on (AirRIvals.net)1.0.0.48 latest Version...but this is which i got xD
 
Upvote 0
Back
Top