Skip to content

AGENT_PARTY_DISTRIBUTION

DummkopfOfHachtenduden edited this page Oct 12, 2021 · 1 revision

0x3068 - SERVER_AGENT_PARTY_DISTRIBUTION

4   uint    memberInfo.JID
4   uint    RefItemID

if(item.TypeID1 == 3)
{
    //ITEM_
    if(item.TypeID2 == 1)
    {
        //ITEM_CH_
        //ITEM_EU_
        //ITEM_AVATAR_
        1   byte    OptLevel
    }
    else if(TypeID2 == 2)
    {
        //ITEM_COS_
        // No message triggered by server.        
    }
    else if(TypeID2 == 3)
    {
        //ITEM_ETC_
        2   ushort  Quantity            
    }
}
Clone this wiki locally