Difference between revisions of "GuildResponseMessage"
From SWGANH Wiki
(7 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{PageHeader|Server Packet|GuildResponseMessage (32263F20)}} | |
− | + | ||
{| border="0" width="90%" cellpadding=6 | {| border="0" width="90%" cellpadding=6 | ||
|- | |- | ||
Line 6: | Line 5: | ||
===Struct=== | ===Struct=== | ||
---- | ---- | ||
− | + | {| align="center" | |
+ | |- | ||
+ | || | ||
{| class="wikitable" | {| class="wikitable" | ||
+ | |{{short}}||'''Operand_Count''' | ||
|- | |- | ||
− | | | + | |{{int}}||'''Opcode''' |
|- | |- | ||
− | | | + | |{{long}}||'''Guild ID''' |
|- | |- | ||
− | | | + | |{{a_string}}||'''GuildName''' |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
|- | |- | ||
+ | |{{short}}|{{unknown}} | ||
+ | |} | ||
|} | |} | ||
− | |||
===Variable Descriptions=== | ===Variable Descriptions=== | ||
---- | ---- | ||
Line 43: | Line 42: | ||
|- | |- | ||
|} | |} | ||
− | |||
|} | |} | ||
+ | ==Sample Packet== | ||
− | + | <pre> | |
+ | 04 00 | ||
+ | 20 3F 26 32 //GuildResponseMessage | ||
+ | D2 CD 31 6E 0C 00 00 00 // Guild ID | ||
+ | 10 00 //string count | ||
+ | 44 61 65 6C 61 27 20 45 73 27 65 6D 62 6C 65 79 //'Daela' Es'embley' (guild's name) | ||
+ | 00 00 | ||
− | |||
− | + | ------Unguilded player---- | |
− | + | 04 00 | |
− | + | 20 3F 26 32 //CRC = 'GuildResponseMessage | |
+ | 00 26 69 B3 | ||
+ | 23 00 00 00 | ||
+ | 00 00 | ||
− | |||
− | |||
− | |||
</pre> | </pre> |
Latest revision as of 19:13, 27 December 2007
Server Packet - GuildResponseMessage (32263F20)
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 = 4 Opcode = 32263F20
|
Tags
|
Sample Packet
04 00 20 3F 26 32 //GuildResponseMessage D2 CD 31 6E 0C 00 00 00 // Guild ID 10 00 //string count 44 61 65 6C 61 27 20 45 73 27 65 6D 62 6C 65 79 //'Daela' Es'embley' (guild's name) 00 00 ------Unguilded player---- 04 00 20 3F 26 32 //CRC = 'GuildResponseMessage 00 26 69 B3 23 00 00 00 00 00