Difference between revisions of "ChatOnReceiveRoomInvitation"

From SWGANH Wiki
Jump to: navigation, search
m (Unprotected "ChatOnReceiveRoomInvitation")
(Struct)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{MissingPacket}}
 
{{PageHeader|Server Packet|ChatOnReceiveRoomInvitation (C17EB06D)}}
 
{{PageHeader|Server Packet|ChatOnReceiveRoomInvitation (C17EB06D)}}
 
{| border="0" width="90%" cellpadding=6
 
{| border="0" width="90%" cellpadding=6
Line 5: Line 6:
 
===Struct===
 
===Struct===
 
----
 
----
 
+
{| align="center"
 +
|-
 +
||
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
Line 11: Line 14:
 
|-
 
|-
 
|{{int}}||'''Opcode'''
 
|{{int}}||'''Opcode'''
|-
 
|{{short}}||'''Game Name Size'''
 
 
|-
 
|-
 
|{{a_string}}||'''Game Name
 
|{{a_string}}||'''Game Name
 
|-
 
|-
|{{short}}||'''Galaxy Name Size'''
+
|{{a_string}}||'''Galaxy Name
|-
+
|{{a_string}}||'''Galaxie Name
+
|-
+
|{{short}}||'''Character Name Size'''
+
 
|-
 
|-
 
|{{a_string}}||'''Character Name
 
|{{a_string}}||'''Character Name
 
|-
 
|-
|{{short}}||'''ChatRoomName Size'''
+
|{{a_string}}||'''ChatRoom Name'''
|-
+
|}
|{{int}}||'''ChatRoom Name'''
+
 
|}
 
|}
  
Line 36: Line 32:
 
Opcode     = '''C17EB06D'''
 
Opcode     = '''C17EB06D'''
 
----
 
----
 
* '''Game_Name_Size'''
 
:Size of the Game_Name, only seen SWG.
 
  
 
* '''Game_Name'''
 
* '''Game_Name'''
:As above SWG
+
:SWG
 
+
* '''Galaxy Name Size'''
+
:Size of the Galaxie Name
+
  
 
* '''Galaxy Name'''
 
* '''Galaxy Name'''
 
:Example 'Bria'
 
:Example 'Bria'
 
* '''Character Name Size'''
 
:Size of belows Character name
 
  
 
* '''Character Name'''
 
* '''Character Name'''
Line 56: Line 43:
  
 
* '''ChatRoom Name'''
 
* '''ChatRoom Name'''
:Put the Chatroom's Id here, Example "SWG.Kauri.group.1337.GroupChat"
+
:Example "SWG.Kauri.group.1337.GroupChat"
  
 
|valign=top|
 
|valign=top|
Line 68: Line 55:
 
|-
 
|-
 
|}
 
|}
 
 
|}
 
|}
 
----
 
 
==Sample Code==
 
----
 
 
<pre>
 
Insert Code Snippet Here...
 
</pre>
 
  
 
==Sample Packet==
 
==Sample Packet==

Latest revision as of 01:10, 7 January 2008





Server Packet - ChatOnReceiveRoomInvitation (C17EB06D)

SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.

Struct


SHORT Operand Count
INT Opcode
A_STRING Game Name
A_STRING Galaxy Name
A_STRING Character Name
A_STRING ChatRoom Name

Variable Descriptions


Opperand_Count = 3

Opcode = C17EB06D


  • Game_Name
SWG
  • Galaxy Name
Example 'Bria'
  • Character Name
Character name thats being invited the room
  • ChatRoom Name
Example "SWG.Kauri.group.1337.GroupChat"

Tags


S→C This packet originates on the server.

100% This packet has been completely reversed.

Sample Packet

Insert Sample Packet Here...