-
Notifications
You must be signed in to change notification settings - Fork 2
Enums: EGeneralPackets.hpp
Alanzote edited this page Dec 25, 2018
·
1 revision
General enums regarding packets should be put in this file.
-
UNKNOWN_SERVER_ERROR
=0x00
-
DUPLICATE_LOGIN
=0x04
-
SERVER_SHUTDOWN
=0x05
-
SERVER_UNABLE_TO_LOAD_MAP
=0x06
-
INVALID_SESSION_KEY
=0x07
-
ACCOUNT_WAS_NOT_IN_PENDING_LIST
=0x08
-
CHARACTER_NOT_FOUND
=0x09
-
CHARACTER_CORRUPTION
=0x0a
-
KICK
=0x0b
-
PLAY_SCHEDULE_TIME_DONE
=0x0e
Sometimes, the player can get disconnected. This enum gives the reason to the client.
- Home
- Common
- Data Types
- Enums
- Entity
- Components
- Interface
- GameObject.hpp
- Components
- File Types
- Game Cache
- Interface
- BehaviorParameter.hpp