public void HandleFeatureSystemStatus(Parser packet) { WriteLine("Have Travel Pass: "******"Voice Chat Allowed: " + packet.ReadBit()); Byte("Complain System Status"); UInt32("Unknown Mail Url Related Value (SR)"); }
public void HanlePVPTypesEnabled(Parser packet) { WriteLine("War Games Enabled: " + packet.ReadBit()); WriteLine("Unk Type Enabled: " + packet.ReadBit()); WriteLine("Rated Battlegrounds Enabled: " + packet.ReadBit()); WriteLine("Rated Arenas Enabled: " + packet.ReadBit()); WriteLine("Unk Type Enabled: " + packet.ReadBit()); }
public void HanleLoadingScreenNotify(Parser packet) { WriteLine("Loading Screen Active: " + packet.ReadBit()); UInt32("MapID"); }