Skip to content
DummkopfOfHachtenduden edited this page Oct 12, 2021 · 1 revision

0x7060 - CLIENT_AGENT_PARTY_CREATE_REQ

4   uint    GID             // GID of player you want to create the party with.
1   byte    partySettings   // see PartySettingsFlag

0xB060 - SERVER_AGENT_PARTY_CREATE_ACK

1   byte    result
if(result == 1)
{
    4   uint    JID // leader JID
}
else if(result == 2)
{
    2   ushort  errorCode
    //11276 = The request for the party denied.
    //11280 = The party invite automaticly cancelled due to no response form the other player.
    //11288 = Player is in another party.
    //11301 = The user registered a party in the party matching system.
}
Clone this wiki locally