RMC Progression Service - zeroKilo/GROBackendWV GitHub Wiki

Custom RMC service for level management.

Method ID Method Name
1 GetLevels
2 SetLevel
3 SetMaxLevelCap
4 GetMaxLevelCap

(1) GetLevels

Request

Empty request.

Response

Type Name
List<GR5_Level> _Levels

(2) SetLevel

Request

Type Name
Uint32 m_Id
Uint32 m_TotalPEC
Uint32 m_Level

Response

Empty response.

(3) SetMaxLevelCap

Request

Type Name
Uint32 _MaxLevelCap

Response

Empty response.

(4) GetMaxLevelCap

Request

Empty request.

Response

Type Name
Uint32 _MaxLevelCap

Types

GR5_Level

Type Name
Uint32 m_Id
Uint32 m_TotalPEC
Uint32 m_Level