RMC Unlock Service - zeroKilo/GROBackendWV GitHub Wiki
Custom RMC service for content unlocking.
Method ID | Method Name |
---|---|
1 | GetUnlocks |
2 | GetUserUnlocks |
3 | Unlock |
Empty request.
Type | Name |
---|---|
List<GR5_Unlock> | _outUnlockList |
Empty request.
Type | Name |
---|---|
List<Uint32> | _outUserUnlockList |
Type | Name |
---|---|
List<Uint32> | _inUnlockID |
Type | Name |
---|---|
List<GR5_UserUnlockResult> | _outResult |
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 |
Type | Name |
---|---|
Uint32 | mUnlockID |
Uint8 | mResult |