Skip to content

Enums: EPackets.hpp

Alanzote edited this page Dec 25, 2018 · 1 revision

This file contains all enums regarding Packet IDs.

EServerPacketID

  • VERSION_CONFIRM
  • DISCONNECT_NOTIFY
  • GENERAL_NOTIFY

This enum contains all packet IDs for the server.

EChatPacketID

This enum contains all packet IDs for the in-game chat. There are several hundred values, taking a look at it is recommended.

EAuthPacketID

  • LOGIN_REQUEST
  • LOGOUT_REQUEST
  • CREATE_NEW_ACCOUNT_REQUEST
  • LEGOINTERFACE_AUTH_RESPONSE
  • SESSIONKEY_RECIEVED_CONFIRM
  • RUNTIME_CONFIG

This enum contains all packet IDs used by the auth server.

EWorldPacketID

This enum contains all packet IDs for the in-game world. There are a couple of values, taking a look at it is recommended.

EClientPacketID

  • MSG_CLIENT_LOAD_STATIC_ZONE = 2
  • CHARACTER_CREATION_RESPONSE = 7
  • SERVER_GAME_MSG = 12
  • SERVER_REDIRECT = 14
  • FRIEND_REQUEST = 27
  • FRIEND_REQUEST_REPONSE = 28
  • FRIENDS_LIST = 30
  • FRIEND_UPDATE = 31
  • MAIL_STUFF = 49

This enum contains all packet IDs during play.

EMasterPacketID

This enum contains all master packets, that can be used anywhere. There are several hundred values, taking a look at it is recommended.

Clone this wiki locally