
Originally Posted by
alfaiatex
Now it's serious.
'Your account is invalid' show sometimes when ConnectMember is loaded.
See Serverinfo.dat from your GameServer. Sometimes it happen to be setting on.
Also, Check out JoinServer Cfg. See if is MD5 or not. And check if your MuMaker is creating accounts with same type.
it's so weird. When I create an account with username: x and password: x with MuMaker (MD5 off), but when I create an account with other usernames (MD5 off) it says account is invalid.
My server files does support MD5 but i turned it off.
This is my gameserver's servinfo.dat:
Code:
[GameServerInfo]
ServerName = GS
ServerCode = 0
NonPK = 0
PkLimitFree = 0
ConnectMemberLoad = 0
ChangeCharacterName = 0
NewServer = 1
EventOff = 0
and joinserver
Code:
//------------------------------------------------------//
// JoinServer Configs //
//------------------------------------------------------//
[Configs]
UseMD5 = 0
AutomaticDC = 1
DupePrevent = 5
my memb__pwd is varchar(50) at my sql server.