Skip to content

AGENT_CONSIGNMENT_LIST

DummkopfOfHachtenduden edited this page Aug 21, 2016 · 2 revisions

REQUEST

0x750E - CLIENT_AGENT_CONSIGNMENT_LIST_REQUEST

//Empty

RESPONSE

0xB50E - CLIENT_AGENT_CONSIGNMENT_LIST_RESPONSE

1   byte    result
if(result == 1)
{
    1   byte    itemCount
    foreach(item)
    {
        4   uint    PersonalID
        1   byte    SaleStatus
        4   uint    RefItemID
        4   uint    SellCnt
        8   ulong   Price
        8   ulong   Deposit
        8   ulong   SellFee
        4   uint    EndDate //epoch
    }
}
else if(result == 2)
{
    2   ushort  errorCode
}

See also:

Clone this wiki locally