Difference between revisions of "ChatOnReceiveRoomInvitation"
From SWGANH Wiki
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | |||
− | |||
− | |||
− | |||
− | |||
{| border="0" width="90%" cellpadding=6 | {| border="0" width="90%" cellpadding=6 | ||
Line 14: | Line 9: | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
− | | | + | |{{short}}||'''Operand Count''' |
|- | |- | ||
− | | | + | |{{int}}||'''Opcode''' |
|- | |- | ||
− | | | + | |{{short}}||'''Game Name Size''' |
|- | |- | ||
− | | | + | |{{a_string}}||'''Game Name |
|- | |- | ||
− | | | + | |{{short}}||'''Galaxy Name Size''' |
|- | |- | ||
− | | | + | |{{a_string}}||'''Galaxie Name |
|- | |- | ||
− | | | + | |{{short}}||'''Character Name Size''' |
|- | |- | ||
− | | | + | |{{a_string}}||'''Character Name |
|- | |- | ||
− | | | + | |{{short}}||'''ChatRoomName Size''' |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
|- | |- | ||
+ | |{{int}}||'''ChatRoom Name''' | ||
|} | |} | ||
Line 43: | Line 33: | ||
---- | ---- | ||
− | Opperand_Count = ''' | + | Opperand_Count = '''3''' |
− | Opcode = ''' | + | Opcode = '''C17EB06D''' |
---- | ---- | ||
− | * | + | * '''Game_Name_Size''' |
− | * | + | :Size of the Game_Name, only seen SWG. |
− | * | + | |
− | * | + | * '''Game_Name''' |
+ | :As above SWG | ||
+ | |||
+ | * '''Galaxy Name Size''' | ||
+ | :Size of the Galaxie Name | ||
+ | |||
+ | * '''Galaxy Name''' | ||
+ | :Example 'Bria' | ||
+ | |||
+ | * '''Character Name Size''' | ||
+ | :Size of belows Character name | ||
+ | |||
+ | * '''Character Name''' | ||
+ | :Character name thats being invited the room | ||
+ | |||
+ | * '''ChatRoom Name''' | ||
+ | :Put the Chatroom's Id here, Example "SWG.Kauri.group.1337.GroupChat" | ||
|valign=top| | |valign=top| | ||
Line 60: | Line 66: | ||
||{{ServerPacket}} | ||{{ServerPacket}} | ||
|- | |- | ||
− | ||{{ | + | ||{{100%}} |
|- | |- | ||
|} | |} |
Revision as of 00:39, 1 April 2007
Struct
Variable DescriptionsOpperand_Count = 3 Opcode = C17EB06D
|
Tags
|
Sample Code
Insert Code Snippet Here...
Sample Packet
Insert Sample Packet Here...