Skip to content

Misc Protocol

Michał Kapała edited this page Jul 24, 2025 · 1 revision

MiscProtocol

Method ID Method Name
1 GetUniqueKey
2 SendGenericEvent
3 GetGenericSettings
4 UnlockPrivilegeFull
5 UnlockPrivilegeTrial

(1) GetUniqueKey

Request

This method does not take any parameters.

Response

Type Name
uint64 key

(2) SendGenericEvent

Request

Type Name
uint32 unkUint1
uint32 unkUint2
uint32 unkUint3

Response

This method does not return anything.

(3) GetGenericSettings

Request

This method does not take any parameters.

Response

Type Name
List<GenericSetting> settings

(4) UnlockPrivilegeFull

Request

Type Name
uint32 privilege

Response

This method does not return anything.

(5) UnlockPrivilegeTrial

Request

Type Name
uint32 privilege

Response

This method does not return anything.

Types

GenericSetting (Structure)

Type Name
uint32 unkUint1
uint32 unkUint2

Clone this wiki locally