[This is preliminary documentation and is subject to change.]

Character Skills/Stats Request (10 bytes).

Namespace:  Phoenix.Communication
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public static byte[] CharacterSkillsStatsRequest(
	uint serial,
	byte type
)
Public Shared Function CharacterSkillsStatsRequest ( _
	serial As UInteger, _
	type As Byte _
) As Byte()
public:
static array<unsigned char>^ CharacterSkillsStatsRequest(
	unsigned int serial, 
	unsigned char type
)

Parameters

serial
UInt32
UID the client is requesting information about.
type
Byte
4 for stats/status bar, 5 for skills.

Return Value

See Also