Difference between revisions of "GuildResponseMessage"
From SWGANH Wiki
(→Sample Packet) |
|||
| Line 57: | Line 57: | ||
<pre> | <pre> | ||
| − | + | 04 00 | |
| + | 20 3F 26 32 //CRC = 'GuildResponseMessage | ||
| + | D2 CD 31 6E | ||
| + | 0C 00 00 00 | ||
| + | 10 00 //INT(16) | ||
| + | 44 61 65 6C 61 27 20 45 73 27 65 6D 62 6C 65 79 //'Daela' Es'embley' | ||
| + | 00 00 | ||
| + | |||
| + | |||
| + | ------Unguilded player---- | ||
| + | 04 00 | ||
| + | 20 3F 26 32 //CRC = 'GuildResponseMessage | ||
| + | 00 26 69 B3 | ||
| + | 23 00 00 00 | ||
| + | 00 00 | ||
| + | |||
| + | |||
</pre> | </pre> | ||
Revision as of 02:31, 1 April 2007
Struct
Variable DescriptionsOpperand_Count = 4 Opcode = 32263F20
|
Tags
|
Sample Code
Insert Code Snippet Here...
Sample Packet
04 00 20 3F 26 32 //CRC = 'GuildResponseMessage D2 CD 31 6E 0C 00 00 00 10 00 //INT(16) 44 61 65 6C 61 27 20 45 73 27 65 6D 62 6C 65 79 //'Daela' Es'embley' 00 00 ------Unguilded player---- 04 00 20 3F 26 32 //CRC = 'GuildResponseMessage 00 26 69 B3 23 00 00 00 00 00