Skip to content

Matchmake Extension Protocol (MHXX)

Yannik Marchand edited this page Feb 4, 2021 · 2 revisions

NEX Protocols > Matchmake Extension > Monster Hunter XX (109)

This page describes the methods that are only seen in Monster Hunter XX (3DS).

Method ID Method Name
54 UpdateFriendUserProfile
55 GetFriendUserProfiles
56 GetFriends
57 AddFriends
58 RemoveFriend
59 FindCommunityByOwner

(54) UpdateFriendUserProfile

Request

Type Name
FriendUserParam param

Response

This method does not return anything.

(55) GetFriendUserProfiles

Request

Type Name
List<Uint64> pids

Response

Type Name
List<FriendUserInfo> infos

(56) GetFriends

Request

This method does not take any parameters.

Response

Type Name
List<FriendUserInfo> infos

(57) AddFriends

Request

Type Name
List<Uint64> pids

Response

This method does not return anything.

(58) RemoveFriend

Request

Type Name
Uint64 pid

Response

This method does not return anything.

(59) FindCommunityByOwner

Request

Type Name
Uint64 id
ResultRange resultRange

Response

Type Name
List<PersistentGathering> lstCommunity

Types

FriendUserParam (Structure)

Type Name
String name

FriendUserInfo (Structure)

Type Name
Uint64 pid
String name
Uint32 presence
Clone this wiki locally