Difference between revisions of "ChatOnCreateRoom"

From SWGANH Wiki
Jump to: navigation, search
 
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
{|
 
|- align="center"
 
||{{PacketGuide}}
 
|-
 
|}
 
 
 
{| border="0" width="90%" cellpadding=6
 
{| border="0" width="90%" cellpadding=6
 
|-
 
|-
Line 14: Line 8:
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
|align="center" style="background:#B3C0DE; color:white;"|'''BYTE'''||'''uint8'''
+
|{{short}}|'''opperand count'''
 +
|-
 +
|{{int}}|'''Op Code'''
 +
|-
 +
|{{int}}|{{unknown}}
 +
|-
 +
|{{byte}}|((unknown}}
 +
|-
 +
|{{short}}|'''string size'''
 +
|-
 +
|{{a_string}}|'''Room Full Adress'''
 +
|-
 +
|{{short}}|'''string size'''
 +
|-
 +
|{{a_string}}|'''Game'''
 +
|-
 +
|{{short}}|'''string size'''
 +
|-
 +
|{{a_string}}|'''Galaxy'''
 +
|-
 +
|{{short}}|'''string size'''
 +
|-
 +
|{{a_string}}|'''Creator'''
 +
|-
 +
|{{short}}|'''string size'''
 +
|-
 +
|{{a_string}}|'''Game'''
 +
|-
 +
|{{short}}|'''string size'''
 +
|-
 +
|{{a_string}}|'''Galaxy'''
 +
|-
 +
|{{short}}|'''string size'''
 +
|-
 +
|{{a_string}}|'''Owner'''
 +
|-
 +
|{{int}}|'''Unicode String Size'''
 +
|-
 +
|{{u_string}}|'''Room Name'''
 +
|-
 +
|{{int}}|'''#Moderators'''
 
|-
 
|-
|align="center" style="background:#6C86BF; color:white;"|'''SHORT'''||'''uint16'''
+
|{{short}}|'''string size'''
 
|-
 
|-
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''uint32'''
+
|{{a_string}}|'''Game'''
 
|-
 
|-
|align="center" style="background:#3C5466; color:white;"|'''FLOAT'''||'''uint32'''
+
|{{short}}|'''string size'''
 
|-
 
|-
|align="center" style="background:#3C4565; color:white;"|'''LONG'''||'''uint64'''
+
|{{a_string}}|'''Galaxy'''
 
|-
 
|-
|align="center" style="background:#D8F2E0; color:#3C4565;"|'''A_STRING'''||'''ASCII String'''
+
|{{short}}|'''string size'''
 
|-
 
|-
|align="center" style="background:#8BD9A3; color:white;"|'''U_STRING'''||'''Unicode String'''
+
|{{a_string}}|'''Mod Name'''
 
|-
 
|-
|align="center" style="background:#3EC166; color:white;"|'''C_STRING'''||'''Customization String'''
+
|{{int}}|'''#People In Chat'''
 
|-
 
|-
|align="center" style="background:#25733D; color:white;"|'''B_STRING'''||'''Byte String'''
+
|{{short}}|'''string size'''
 
|-
 
|-
|align="center" style="background:#C6C600; color:white;"|'''{ }'''||'''LIST Component'''
+
|{{a_string}}|'''Game'''
 
|-
 
|-
|align="center" style="background:#DF97A7; color:white;"|'''?'''||'''Uncertain Values'''
+
|{{short}}|'''string size'''
 
|-
 
|-
|align="center" style="background:#C84966; color:white;"|'''?? '''||'''Unknown Variable Name'''
+
|{{a_string}}|'''Member Name'''
 
|-
 
|-
 +
|{{int}}|{{unknown}}
 
|}
 
|}
  
Line 45: Line 80:
 
Opperand_Count     = '''9'''
 
Opperand_Count     = '''9'''
  
Opcode     = '''FFFFFFFF'''
+
Opcode     = '''0x35D7CC9F'''
 
----
 
----
  
Line 60: Line 95:
 
||{{ServerPacket}}
 
||{{ServerPacket}}
 
|-
 
|-
||{{0%}}
+
||{{75%}}
 
|-
 
|-
 
|}
 
|}

Revision as of 05:47, 1 April 2007

Struct


SHORT opperand count
INT Op Code
INT ??
BYTE ((unknown}}
SHORT string size
A_STRING Room Full Adress
SHORT string size
A_STRING Game
SHORT string size
A_STRING Galaxy
SHORT string size
A_STRING Creator
SHORT string size
A_STRING Game
SHORT string size
A_STRING Galaxy
SHORT string size
A_STRING Owner
INT Unicode String Size
U_STRING Room Name
INT #Moderators
SHORT string size
A_STRING Game
SHORT string size
A_STRING Galaxy
SHORT string size
A_STRING Mod Name
INT #People In Chat
SHORT string size
A_STRING Game
SHORT string size
A_STRING Member Name
INT ??

Variable Descriptions


Opperand_Count = 9

Opcode = 0x35D7CC9F


  • Additional Descriptions go here...
  • --
  • ---
  • ----

Tags


S→C This packet originates on the server.

75% This packet has been partially reversed.


Sample Code


Insert Code Snippet Here...

Sample Packet

Insert Sample Packet Here...