-
Notifications
You must be signed in to change notification settings - Fork 7
RMC Friends Service
michal-kapala edited this page Apr 6, 2024
·
9 revisions
Custom RMC service for friend management.
Method ID | Method Name |
---|---|
1 | AddFriendByID |
2 | AddFriendByName |
3 | MoveFriendToGroup |
4 | RemoveFriend |
5 | GetFriendList |
Type | Name |
---|---|
List<Uint32> | _PlayerIDVector |
Uint8 | _GroupID |
Type | Name |
---|---|
List<GR5_FriendData> | _NewFriendsVector |
Type | Name |
---|---|
List<String> | _PlayerNameVector |
Uint8 | _GroupID |
Type | Name |
---|---|
List<GR5_FriendData> | _NewFriendsVector |
Type | Name |
---|---|
List<Uint32> | _PlayerIDVector |
Uint8 | _GroupID |
Empty response.
Type | Name |
---|---|
List<Uint32> | _PlayerIDVector |
Empty response.
Empty request.
Type | Name |
---|---|
List<GR5_FriendData> | _FriendsVector |
Type | Name |
---|---|
GR5_BasicPersona | m_Person |
Uint8 | m_Group |
Type | Name |
---|---|
Uint32 | PersonaID |
String | PersonaName |
Uint8 | PersonaStatus |
Uint32 | AvatarPortraitID |
Uint32 | AvatarDecoratorID |
Uint32 | AvatarBackgroundColor |
Uint8 | CurrentCharacterID |
Uint8 | CurrentCharacterLevel |
PersonaStatus
values:
Value | Status |
---|---|
0 | Offline (gray) |
2 | In-Game (red) |
4 | AFK (yellow) |
other | Online (green) |