RMC Loot Service - zeroKilo/GROBackendWV GitHub Wiki

Custom RMC service for loot item management.

Method ID Method Name
1 GetLootStatic
2 SubmitLootRewards
3 OpenLoot
4 GetLootPointQualityMap
5 GetLootAssetKeyMap

(1) GetLootStatic

Request

Empty request.

Response

Type Name
List<GR5_LootItem> _outLootItem

(2) SubmitLootRewards

Request

Type Name
List<GR5_PersonaLootRewards> _lootRewards

Response

Empty response.

(3) OpenLoot

Request

Type Name
Uint32 _lootInventoryId

Response

Type Name
Uint32 _outLootItems

(4) GetLootPointQualityMap

Request

Empty request.

Response

Type Name
Map<Uint32, Uint32> _outLootPointQualityMap

(5) GetLootAssetKeyMap

Request

Empty request.

Response

Type Name
Map<Uint32, Uint32> _outLootAssetKeyMap

Types

GR5_LootItem

Type Name
Uint32 mID
Uint32 mLootID
Uint32 mLootItemSku
Uint32 mPercentage

GR5_PersonaLootRewards

Type Name
Uint32 mPersonaId
List<GR5_NewLootReward> mLootRewards

GR5_NewLootReward

Type Name
Uint32 mLootType
Uint32 mLootQuality
Uint32 mLootCount