Skip to content
DummkopfOfHachtenduden edited this page Aug 21, 2016 · 1 revision

REQUEST

0x70B4 - CLIENT_AGENT_STALL_BUY_REQUEST

1   byte    Slot

RESPONSE

0xB0B4 - SERVER_AGENT_STALL_BUY_RESPONSE

1   byte    result
if(result == 1)
{
    1   byte    Slot
}
else
{
    2   ushort  errorCode
    //15406 = Stall is not open. (NOT DISPLAYED)
}

See also:

Clone this wiki locally