[This is preliminary documentation and is subject to change.]
The PacketBuilder type exposes the following methods.
Methods
 Public
 Protected |  Instance
 Static |  Declared
 Inherited |  XNA Framework Only
 .NET Compact Framework Only |
|
| Member | Description |
---|
  | AttackRequest(UInt32) | |
  | CastSpell(Byte) | |
  | CharacterList(array<String>[]()[]) |
Packet will not contain passwords and starting locations. Flags will be set to 0x00.
|
  | CharacterSkillsStatsRequest(UInt32, Byte) |
Character Skills/Stats Request (10 bytes).
|
  | CharacterSpeechAscii(UInt32, UInt16, String, SpeechType, SpeechFont, UInt16, String) | |
  | CharacterSpeechUnicode(UInt32, UInt16, String, SpeechType, SpeechFont, UInt16, String) | |
  | CharacterStatsRequest(UInt32, PacketBuilder..::.StatsRequestType) | |
  | ItemDropRequest(UInt32, UInt16, UInt16, SByte, UInt32) | |
  | ItemEquipRequest(UInt32, UInt32, Byte) | |
  | ItemPickupRequest(UInt32, UInt16) | |
  | LoginRequestShardList(String, String) | |
  | ObjectClick(UInt32) | |
  | ObjectDoubleClick(UInt32) | |
  | ObjectPicked(UInt32, UInt16, UInt16, UInt16, UInt16) |
This is the client's response to the Object Picker packet.
|
  | ObjectRemove(UInt32) | |
  | OpenDoor()()() | |
  | PerformAnimation(String) |
Used only for "bow" and "salute" animations.
|
  | PickupItemFailed(Byte) | |
  | ServerLoginRequest(UInt32, String, String) | |
  | SpeechRequestAscii(SpeechType, SpeechFont, UInt16, String) | |
  | SpeechRequestUnicode(SpeechType, SpeechFont, UInt16, String) | |
  | Target(Byte, UInt32, Byte, UInt32, UInt16, UInt16, SByte, UInt16) |
|
  | UseSkill(UInt16) | |
  | WalkRequestFailed(Byte, UInt16, UInt16, Byte, Byte) | |
  | WalkRequestSucceeded(Byte) | |
  | Warmode(Byte) | |
See Also