RMC Unlock Service - zeroKilo/GROBackendWV GitHub Wiki

Custom RMC service for content unlocking.

Method ID Method Name
1 GetUnlocks
2 GetUserUnlocks
3 Unlock

(1) GetUnlocks

Request

Empty request.

Response

Type Name
List<GR5_Unlock> _outUnlockList

(2) GetUserUnlocks

Request

Empty request.

Response

Type Name
List<Uint32> _outUserUnlockList

(3) Unlock

Request

Type Name
List<Uint32> _inUnlockID

Response

Type Name
List<GR5_UserUnlockResult> _outResult

Types

GR5_Unlock

Type Name
Uint32 mID
Uint32 mUnlockItem
Uint8 mUnlockType
Uint32 mClassID1
Int32 mLevel1
Uint32 mClassID2
Int32 mLevel2
Uint32 mClassID3
Int32 mLevel3
Uint32 mAchievementID
Uint32 mAchievementWallID
Uint32 mFactionPoint1
Uint32 mFactionPoint2
Uint32 mFactionPoint3
Uint32 mFactionPoint4
Uint32 mFactionPoint5

GR5_UserUnlockResult

Type Name
Uint32 mUnlockID
Uint8 mResult
⚠️ **GitHub.com Fallback** ⚠️