-
Notifications
You must be signed in to change notification settings - Fork 42
AGENT_CONSIGNMENT_SEARCH
DummkopfOfHachtenduden edited this page Aug 21, 2016
·
2 revisions
0x750C - CLIENT_AGENT_CONSIGNMENT_SEARCH_REQUEST
1 byte searchType
1 byte PageIndex
4 uint TidGroupID
1 byte Degree
2 ushort unkUShort0
0xB50C - SERVER_AGENT_CONSIGNMENT_SEARCH_RESPONSE
1 byte result
if(result == 1)
{
1 byte entryCount
1 byte pageCount
foreach(entry)
{
4 uint PersonalID
2 ushort Seller.Length
* string Seller
1 byte SaleStatus
4 uint RefItemID
4 uint SellCnt
8 ulong Price
4 uint RegDate //epoch
}
}
else if(result == 2)
{
2 ushort errorCode
}
See also: