-
Notifications
You must be signed in to change notification settings - Fork 7
RMC Chat Service
michal-kapala edited this page Apr 6, 2024
·
13 revisions
Custom RMC service for chat management.
Method ID | Method Name |
---|---|
1 | GetChatRoomList |
2 | JoinChatRoom |
3 | JoinPlayerInChatRoom |
4 | UpdateParticipantList |
5 | JoinPublicChannel |
6 | GetPrincipalID |
7 | SendMessageToRoom |
8 | SendWhisperMessage |
9 | SetCurrentCharacter |
10 | SetStatus |
11 | GetPlayerStatuses |
12 | IgnorePlayer |
13 | UnignorePlayer |
14 | GetIgnoreList |
15 | NotifySender |
16 | GetMutedChannel |
Type | Name |
---|---|
Type | Name |
---|---|
Type | Name |
---|---|
Type | Name |
---|---|
Type | Name |
---|---|
Type | Name |
---|---|
Type | Name |
---|---|
Type | Name |
---|---|
Type | Name |
---|---|
Uint32 | _languageId |
Int32 | _roomNumber |
Type | Name |
---|---|
GR5_ChatRoom | _chatRoom |
Type | Name |
---|---|
Type | Name |
---|---|
Type | Name |
---|---|
Type | Name |
---|---|
Type | Name |
---|---|
Type | Name |
---|---|
Type | Name |
---|---|
Uint8 | _characterID |
Empty response.
Type | Name |
---|---|
Uint8 | _playerStatus |
Empty response.
Type | Name |
---|---|
Type | Name |
---|---|
Type | Name |
---|---|
String | _playerName |
Type | Name |
---|---|
GR5_BasicPersona | _playerID |
Type | Name |
---|---|
String | _playerName |
Type | Name |
---|---|
GR5_BasicPersona | _playerID |
Empty request.
Type | Name |
---|---|
List<GR5_BasicPersona> | _ignoreList |
Type | Name |
---|---|
Type | Name |
---|---|
Type | Name |
---|---|
Type | Name |
---|---|
Extends Gathering.
Type | Name |
---|---|
String | ChatRoomName |
Uint8 | ChatRoomType |
Uint8 | ChatRoomLanguage |
Uint8 | ChatRoomNumber |