• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Solved War Server/Client Help

Status
Not open for further replies.

Nekhron09

New Member
Joined
Jun 28, 2009
Messages
45
Reaction score
0
Hello I am trying to host a war server but people can never figure out how to log on it. I put how to log in the server under the description but people don't read that :p. I would like to know how to edit my server so when they type in the wrong password and account number they get a message in the client saying how to log into the game and i can edit what the box says. That way it pops up right in thier face :). To me its simple to log on lol, all people have to do is type 1/1 2/2 3/3 etc. If anyone can help it would be appreciated and Rep ++ :thumbup:
 
Last edited:
protocollogin.cpp
in
Code:
bool ProtocolLogin::parseFirstPacket
under
if(!accnumber)
and
if(!(accnumber != 0 && account.accnumber == accnumber &&
passwordTest(password, account.password)))

add whatever text u want and re-compile
 
Status
Not open for further replies.
Back
Top Bottom