Skip to content

RMC Armor Service

michal-kapala edited this page Apr 10, 2024 · 4 revisions

Custom RMC service for armor items.

Method ID Method Name
1 GetTemplateArmor
2 GetPersonaArmorTiers
3 SetPersonaArmorTiers

(1) GetTemplateArmor

Example data is available here.

Request

Empty request.

Response

Type Name
List<GR5_ArmorTier> _outArmorTiers
List<GR5_ArmorInsert> _outTemplateArmorInserts
List<GR5_ArmorItem> _outTemplateArmorItems

(2) GetPersonaArmorTiers

Request

Type Name
List<Uint32> _inPersonaIDs

Response

Type Name
List<GR5_ArmorTier> _outPersonaArmorTiers

(3) SetPersonaArmorTiers

Request

Type Name
List<GR5_ArmorTier> _inPersonaArmorTiers

Response

Type Name
List<GR5_InventoryBag> _RemoveBagList
List<GR5_InventoryBag> _InventoryBagList

Types

GR5_ArmorTier

Type Name
Uint32 Id
Uint8 Type
Uint8 Tier
Uint8 ClassID
Uint8 UnlockLevel
Uint8 InsertSlots
Uint32 AssetKey
Uint32 ModifierListId

GR5_ArmorInsert

Type Name
Uint32 Id
Uint8 Type
Uint32 AssetKey
Uint32 ModifierListID
Uint8 CharacterID

GR5_ArmorItem

Type Name
Uint32 Id
Uint8 Type
Uint32 AssetKey
Uint32 ModifierListID
Uint8 CharacterID

Clone this wiki locally