-
Notifications
You must be signed in to change notification settings - Fork 7
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 |
Example data is available here.
Empty request.
| Type | Name |
|---|---|
| List<GR5_ArmorTier> | _outArmorTiers |
| List<GR5_ArmorInsert> | _outTemplateArmorInserts |
| List<GR5_ArmorItem> | _outTemplateArmorItems |
| Type | Name |
|---|---|
| List<Uint32> | _inPersonaIDs |
| Type | Name |
|---|---|
| List<GR5_ArmorTier> | _outPersonaArmorTiers |
| Type | Name |
|---|---|
| List<GR5_ArmorTier> | _inPersonaArmorTiers |
| Type | Name |
|---|---|
| List<GR5_InventoryBag> | _RemoveBagList |
| List<GR5_InventoryBag> | _InventoryBagList |
| Type | Name |
|---|---|
| Uint32 | Id |
| Uint8 | Type |
| Uint8 | Tier |
| Uint8 | ClassID |
| Uint8 | UnlockLevel |
| Uint8 | InsertSlots |
| Uint32 | AssetKey |
| Uint32 | ModifierListId |
| Type | Name |
|---|---|
| Uint32 | Id |
| Uint8 | Type |
| Uint32 | AssetKey |
| Uint32 | ModifierListID |
| Uint8 | CharacterID |
| Type | Name |
|---|---|
| Uint32 | Id |
| Uint8 | Type |
| Uint32 | AssetKey |
| Uint32 | ModifierListID |
| Uint8 | CharacterID |