Skip to content

Instantly share code, notes, and snippets.

@LordJZ
Created July 3, 2011 23:46
Show Gist options
  • Select an option

  • Save LordJZ/1062718 to your computer and use it in GitHub Desktop.

Select an option

Save LordJZ/1062718 to your computer and use it in GitHub Desktop.
SMSG_FEATURE_SYSTEM_STATUS as of 4.2
public enum FeatureStatusFlags
{
VoiceChatAllowed = 0x40,
HasTravelPass = 0x80,
}
<Packet OpCode="SMSG_FEATURE_SYSTEM_STATUS">
<Simple>
<Name>Flags</Name>
<Type>Byte</Type>
<SegmentType>FeatureStatusFlags</SegmentType>
</Simple>
<Simple>
<Name>Complain System Status</Name>
<Type>Byte</Type>
</Simple>
<Simple>
<Name>Unknown Mail Url Related Value (SR)</Name>
<Type>UInt</Type>
</Simple>
</Packet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment