LOGIN

Name

LOGIN -- Client requested login

Synopsis

<LOGIN TYPE="type"> <NAME>name</NAME> <PASSWORD>password</PASSWORD> </LOGIN>
DataTypeExample
TYPEstringguest
NAMEstringGandalf
PASSWORDstringxxxx

Description

Client requested login

Message Data

TYPE

Type of login, which can be one of "normal", "guest" or "first"

NAME

Login name

PASSWORD

Player password, which is only used for registered ("normal") players

Usage

The LOGIN tag is sent from the client to the server to request a player login. The request may come after SERVER. The client must have started the SESSION in advance. The server will respond to the request with a RESULT tag