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

REQUEST

0x74DF - CLIENT_AGENT_TAP_INFO_REQUEST

1	byte	isIcon
if(isIcon == 0)
	4	uint	NPC.UniqueID

RESPONSE

0xB4DF - SERVER_AGENT_TAP_INFO_RESPONSE

1	byte	count
foreach(entry)
{
	1	byte	entryType
	1	byte	fromMonth
	1	byte	fromDay
	1	byte	fromHour
	1	byte	fromMinute
	1	byte	toMonth
	1	byte	toDay
	1	byte	toHour
	1	byte	toMinute
	4	uint	traderUnionPoints
	4	uint	thiefUnionPoints
}

See also:

Clone this wiki locally