RMC Weapon Proficiency Service - zeroKilo/GROBackendWV GitHub Wiki
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 |