-
Notifications
You must be signed in to change notification settings - Fork 7
RMC Inventory Service
michal-kapala edited this page Apr 10, 2024
·
9 revisions
Custom RMC service for game content/items use and management.
Example data is available here.
Empty request.
| Type | Name |
|---|---|
| List<GR5_TemplateItem> | _ItemList |
Empty request.
| Type | Name |
|---|---|
| List<GR5_Boost> | _BoostList |
Empty request.
| Type | Name |
|---|---|
| List<GR5_Consumable> | _ConsumableList |
Example data is available here.
Empty request.
| Type | Name |
|---|---|
| List<GR5_ApplyItem> | _ApplyItemList |
| Type | Name |
|---|---|
| List<Uint32> | _PersonaIDList |
| Type | Name |
|---|---|
| List<GR5_UserItem> | _UserItemVector |
| Type | Name |
|---|---|
| Uint32 | _PersonaID |
| List<Uint32> | _BagType |
| Type | Name |
|---|---|
| List<GR5_UserItem> | _UserItemVector |
| List<GR5_InventoryBag> | _InventoryBagVector |
| Map<Uint32, List<Uint32>> | weaponConfigurations |
| Type | Name |
|---|---|
| Uint32 | _PersonaID |
| List<Uint32> | _InventoryIdList |
| Type | Name |
|---|---|
| List<GR5_UserItem> | _UserItemVector |
| List<GR5_InventoryBag> | _InventoryBagVector |
| Map<Uint32, List<Uint32>> | weaponConfigurations |
| Type | Name |
|---|---|
| List<GR5_SwapSlot> | _SwapSlotList |
| Type | Name |
|---|---|
| List<GR5_InventoryBag> | _RemoveBagList |
| List<GR5_InventoryBag> | _InventoryBagList |
| Type | Name |
|---|---|
| Uint32 | _InventoryBagSlotID |
| Uint32 | _ScrapYardSlotId |
| Uint32 | _ItemCount |
Empty response.
| Type | Name |
|---|---|
| Uint32 | _SlotID |
| Type | Name |
|---|---|
| Uint32 | _BagSlotId |
| Uint32 | _BagType |
| Type | Name |
|---|---|
| Uint32 | _FromSlotID |
| Uint32 | _ToSlotID |
| Uint32 | _ItemCount |
| Type | Name |
|---|---|
| GR5_InventoryBagSlot | _FromSlot |
| GR5_InventoryBagSlot | _ToSlot |
| Type | Name |
|---|---|
| List<GR5_DepletionSlot> | _DurabilityDepletionList |
| Type | Name |
|---|---|
| List<GR5_InventoryBag> | _InventoryBagList |
| Type | Name |
|---|---|
| Uint32 | _ApplyItemInventoryBagSlotID |
| Uint32 | _TargetItemInventoryBagSlotID |
| Uint32 | _TargetItemBagTypeID |
Empty response.
| Type | Name |
|---|---|
| List<Uint32> | _InventoryIdList |
| Type | Name |
|---|---|
| List<GR5_InventoryBag> | _ExpiredItemList |
| Type | Name |
|---|---|
| List<GR5_MailRetrievalRequest> | retrievalList |
| Type | Name |
|---|---|
| List<GR5_UserItem> | userItems |
| List<GR5_InventoryBagSlot> | slots |
Example data is available here.
Empty request.
| Type | Name |
|---|---|
| List<GR5_LoadoutKit> | _defaultLoadoutKitList |
| Type | Name |
|---|---|
| Uint32 | _LoadoutKitID |
| Type | Name |
|---|---|
| List<GR5_UserItem> | _UserItemVector |
| List<GR5_InventoryBag> | _InventoryBagVector |
| Map<Uint32, List<Uint32>> | weaponConfigurations |
| Type | Name |
|---|---|
| Uint32 | _PersonaID |
| Type | Name |
|---|---|
| List<GR5_UserItem> | _UserItemVector |
| List<GR5_InventoryBag> | _InventoryBagVector |
| Map<Uint32, List<Uint32>> | _PersonaArmorInserts |
| Map<Uint32, List<Uint32>> | _PersonaWeaponBridges |
| Map<Uint32, List<Uint32>> | _PersonaAbilityUpgrades |
| Type | Name |
|---|---|
| Uint32 | _PersonaID |
| Uint32 | _InventoryID |
| Uint32 | _SlotID |
| Uint32 | _BagTypeID |
Empty response.
| Type | Name |
|---|---|
| Uint32 | m_ItemID |
| Uint8 | m_ItemType |
| String | m_ItemName |
| Uint8 | m_DurabilityType |
| Uint8 | m_IsInInventory |
| Uint8 | m_IsSellable |
| Uint8 | m_IsLootable |
| Uint8 | m_IsRewardable |
| Uint8 | m_IsUnlockable |
| Uint32 | m_MaxItemInSlot |
| Uint32 | m_GearScore |
| Float | m_IGCValue |
| Uint32 | m_OasisName |
| Uint32 | m_OasisDesc |
| Type | Name |
|---|---|
| Uint32 | InventoryID |
| Uint32 | PersonaID |
| Uint8 | ItemType |
| Uint32 | ItemID |
| Uint32 | OasisName |
| Float | IGCPrice |
| Float | GRCashPrice |
| Type | Name |
|---|---|
| Uint32 | m_ItemID |
| Uint32 | m_AssetKey |
| Uint32 | m_ModifierList |
| Uint32 | m_Type |
| String | m_Name |
| Type | Name |
|---|---|
| Uint32 | m_ItemID |
| Uint32 | m_AssetKey |
| Uint32 | m_Type |
| Uint32 | m_Value1 |
| Uint32 | m_Value2 |
| String | m_Name |
| Type | Name |
|---|---|
| Uint32 | m_ItemID |
| Uint32 | m_AssetKey |
| Uint32 | m_ApplyItemType |
| Uint32 | m_ItemType |
| Uint32 | m_DurabilityType |
| Uint32 | m_Value1 |
| Uint32 | m_Value2 |
| Type | Name |
|---|---|
| Uint32 | m_PersonaID |
| Uint32 | m_InventoryBagType |
| List<GR5_InventoryBagSlot> | m_InventoryBagSlotVector |
| Type | Name |
|---|---|
| Uint32 | InventoryID |
| Uint32 | SlotID |
| Uint32 | Durability |
| Type | Name |
|---|---|
| Uint32 | m_FromSlot |
| Uint32 | m_FromBagType |
| Uint32 | m_FromDurability |
| Uint32 | m_ToSlot |
| Uint32 | m_ToBagType |
| Type | Name |
|---|---|
| Uint32 | m_InventoryID |
| Uint32 | m_ParentID |
| Uint32 | m_Durability |
| Type | Name |
|---|---|
| Uint32 | m_InventoryId |
| Uint32 | m_ToLobbySlot |
| Type | Name |
|---|---|
| Uint32 | m_LoadoutKitID |
| Uint32 | m_ClassID |
| Uint32 | m_Weapon1ID |
| Uint32 | m_Weapon2ID |
| Uint32 | m_Weapon3ID |
| Uint32 | m_Item1ID |
| Uint32 | m_Item2ID |
| Uint32 | m_Item3ID |
| Uint32 | m_PowerID |
| Uint32 | m_HelmetID |
| Uint32 | m_ArmorID |
| Uint32 | m_OasisDesc |
| Uint32 | m_Flag |