-
Notifications
You must be signed in to change notification settings - Fork 42
AGENT_PARTY_MATCHING_FORM
DummkopfOfHachtenduden edited this page Oct 12, 2021
·
1 revision
0x7069 - CLIENT_AGENT_PARTY_MATCHING_FORM_REQUEST
4 uint Party.MatchingID // 0
4 uint Party.ID // 0 if forming solo
1 byte Party.SettingsFlag
1 byte Party.Purpose
1 byte Party.LevelRangeMin
1 byte Party.LevelRangeMax
2 ushort Party.Title.Length
* string Party.Title
0xB069 - SERVER_AGENT_PARTY_MATCHING_FORM_RESPONSE
1 byte result
if(result == 1)
{
4 uint Party.MatchingID
4 uint Party.ID
1 byte Party.SettingsFlag
1 byte Party.Purpose
1 byte Party.LevelRangeMin
1 byte Party.LevelRangeMax
2 ushort Party.Title.Length
* string Party.Title
}
else if(result == 2)
{
2 ushort errorCode
}