login_reply
LoginReply
Bases: IntEnum
Reply code sent with LOGIN_REPLY packet. Indicates the result of a login attempt.
Source code in src/eolib/protocol/_generated/net/server/login_reply.py
9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | |
WrongUser = 1
class-attribute
instance-attribute
WrongUserPassword = 2
class-attribute
instance-attribute
Ok = 3
class-attribute
instance-attribute
Banned = 4
class-attribute
instance-attribute
The official client won't display a message until the connection from the server is closed
LoggedIn = 5
class-attribute
instance-attribute
Busy = 6
class-attribute
instance-attribute
The official client won't display a message until the connection from the server is closed