Skip to content

AGENT_ACADEMY_UPDATE

Johnny Nguyen edited this page Jul 31, 2020 · 4 revisions

RESPONSE NEW HONOR POINT BALANCE

0x3C80 Is used in so many cases, in this one, I just find out that it uses for honor point update case

1 byte update_type
if(update_type == 5)
{
	5 ushort   CharID
	1 byte     unknow
	1 byte     unknow
	1 byte     BalanceLength
	3 ushort   NewHonorBalance
	1 byte     unknow
	1 byte     unknow
}
Clone this wiki locally