Login Denied (0x82)
- Status:
implemented - Direction:
Server - Length:
2 Bytes - POL reference: https://docs.polserver.com/packets/index.php?Packet=0x82
- Last modified in POL docs:
2009-03-02 08:18:11byTurley
Moongate Packet Classes
LoginDeniedPacket(Outgoing, Fixed, length2) fromsrc/Moongate.Network.Packets/Outgoing/Login/LoginDeniedPacket.cs
Current Moongate Behavior
Moongate currently has packet classes for this opcode.
Packet Build
| Type | Field |
|---|---|
BYTE[1] |
cmd |
BYTE[1] |
reason |
Subcommand Build
N/A
Notes
Login denied reasons (gump message):
- 0x00 - Incorrect name/password. 0x01 - Someone is already using this account.
0x02 - Your account has been blocked.
0x03 - Your account credentials are invalid.
0x04 - Communication problem.
0x05 - The IGR concurrency limit has been met.
0x06 - The IGR time limit has been met.
0x07 - General IGR authentication failure.