Difference between revisions of "ChatOnEnteredRoom"

From SWGANH Wiki
Jump to: navigation, search
(Variable Descriptions)
m (Reverted edits by Rouse (Talk); changed back to last version by Mugly)
Line 22: Line 22:
 
|-
 
|-
 
|{{int}}|'''ChatRoom_ID'''
 
|{{int}}|'''ChatRoom_ID'''
 +
|-
 +
|{{int}}|{{unknown}}
 
|}
 
|}
  
Line 56: Line 58:
 
:Put the Chatroom's Id here
 
:Put the Chatroom's Id here
  
 +
* <font color=red>'''Unknown'''</font>
 +
:Some Unknown Maybe a flag something to check into later.
  
|valign=top|
 
  
 +
|valign=top|
 
===Tags===
 
===Tags===
 
----
 
----
Line 84: Line 88:
 
<pre>
 
<pre>
 
05 00  
 
05 00  
0A DC 9B E6  // ChatOnEnteredRoom  
+
0A DC 9B E6  //CRC = 'ChatOnEnteredRoom  
03 00       // INT(3)  
+
03 00 //INT(3)  
53 57 47     //'SWG'
+
53 57 47   //'SWG'
09 00       // INT(9)  
+
09 00 //INT(9)  
43 6F 72 62 61 6E 74 69 73  // 'Corbantis'  
+
43 6F 72 62 61 6E 74 69 73  //'Corbantis'  
07 00       // INT(7)
+
07 00   //INT(7)
61 72 79 73 6C 61 74  // 'aryslat'  
+
61 72 79 73 6C 61 74  //'aryslat'  
 +
00 00 00 00
 +
78 9E 6E 01 //ChatRoom ID
 
00 00 00 00  
 
00 00 00 00  
78 9E 6E 01 00 00 00 00 // ChatRoom ID
 
 
 
</pre>
 
</pre>
  
 
[[Category:Nogard]]
 
[[Category:Nogard]]

Revision as of 11:23, 11 June 2007


Struct


SHORT Operand Count
INT Opcode
A_STRING Game Name
A_STRING Galaxy Name
A_STRING Character Name
INT ??
INT ChatRoom_ID
INT ??

Variable Descriptions


Opperand_Count = 5

Opcode = E69BDC0A


  • 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 joining the room
  • Unknown
Some Unknown Maybe a flag something to check into later.
  • ChatRoom_ID
Put the Chatroom's Id here
  • Unknown
Some Unknown Maybe a flag something to check into later.


Tags


S→C This packet originates on the server.

75% This packet has been partially reversed.


Sample Code


Insert Code Snippet Here...

Sample Packet

05 00 
0A DC 9B E6  //CRC = 'ChatOnEnteredRoom 
03 00  //INT(3) 
53 57 47   //'SWG'
09 00  //INT(9) 
43 6F 72 62 61 6E 74 69 73  //'Corbantis' 
07 00   //INT(7)
61 72 79 73 6C 61 74  //'aryslat' 
00 00 00 00 
78 9E 6E 01 //ChatRoom ID
00 00 00 00