Difference between revisions of "VerifyPlayerNameResponseMessage"
From SWGANH Wiki
(8 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{PageHeader|Server Packet|VerifyPlayerNameResponseMessage (F4C498FD)}} | |
− | {| | + | |
− | | | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
{| border="0" width="90%" cellpadding=6 | {| border="0" width="90%" cellpadding=6 | ||
|- | |- | ||
Line 11: | Line 5: | ||
===Struct=== | ===Struct=== | ||
---- | ---- | ||
− | + | {| align="center" | |
+ | |- | ||
+ | || | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
− | | | + | |{{short}}||'''Op Count''' |
|- | |- | ||
− | | | + | |{{int}}||'''Opcode''' |
|- | |- | ||
− | | | + | |{{byte}}||'''Result''' |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
|- | |- | ||
+ | |{{int}}||'''Null''' | ||
+ | |} | ||
|} | |} | ||
Line 45: | Line 25: | ||
Opperand_Count = '''9''' | Opperand_Count = '''9''' | ||
− | Opcode = ''' | + | Opcode = '''F4C498FD''' |
---- | ---- | ||
− | + | This is used to verify the name of the player that the client is reporting for harassment. | |
− | + | * Result | |
− | * | + | :0: Verify failed |
− | + | :1: Verify succeed | |
− | + | ||
− | + | ||
|valign=top| | |valign=top| | ||
===Tags=== | ===Tags=== | ||
Line 60: | Line 38: | ||
||{{ServerPacket}} | ||{{ServerPacket}} | ||
|- | |- | ||
− | ||{{ | + | ||{{100%}} |
|- | |- | ||
|} | |} | ||
− | |||
|} | |} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Sample Packet== | ==Sample Packet== | ||
<pre> | <pre> | ||
− | + | 09 // Op Count | |
+ | FD 98 C4 F4 // VerifyPlayerNameResponseMessage | ||
+ | 01 // Verify Flag | ||
+ | 00 00 00 00 | ||
</pre> | </pre> |
Latest revision as of 12:26, 28 December 2007
Server Packet - VerifyPlayerNameResponseMessage (F4C498FD)
SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.
Struct
Variable DescriptionsOpperand_Count = 9 Opcode = F4C498FD This is used to verify the name of the player that the client is reporting for harassment.
|
Tags
|
Sample Packet
09 // Op Count FD 98 C4 F4 // VerifyPlayerNameResponseMessage 01 // Verify Flag 00 00 00 00