-
Notifications
You must be signed in to change notification settings - Fork 7
RMC Weapon Proficiency Service
michal-kapala edited this page Apr 11, 2024
·
1 revision
Custom RMC service for weapon XP management.
| Method ID | Method Name |
|---|---|
| 1 | GetPersonaWeaponsXP |
| 2 | AddPersonaWeaponsXP |
| 3 | GetWeaponsXPLevelInfo |
| Type | Name |
|---|---|
| List<Uint32> | _lstPIDs |
| Type | Name |
|---|---|
| List<GR5_PersonaWeaponXP> | _outProficiencies |
| Type | Name |
|---|---|
| List<GR5_PersonaWeaponXP> | _inProficiencies |
Empty response.
Empty request.
| Type | Name |
|---|---|
| List<GR5_WeaponXPLevelInfo> | _outXPLevels |
| Type | Name |
|---|---|
| Uint32 | pid |
| Uint8 | weaponType |
| Uint8 | classID |
| Uint32 | xp |
| Type | Name |
|---|---|
| Uint32 | id |
| Uint32 | xp |
| Uint32 | level |
| Uint32 | weaponClass |