how to read mastry up packet [help]

03/25/2017 00:14 Sentra Sro#1
i want to read this packet: 0x70a2,CLIENT_MASTERY_UP
to add it into my filter. to close up mastries,
please help me. i use supermike source!
sorry if my english isn't well,
03/25/2017 12:45 torstmn#2
var result = packet.ReadByte();

if (result != 1) return;

var masteryId = packet.ReadUInt();
var level = packet.ReadByte();