Difference between revisions of "ChatAddFriend"

From SWGANH Wiki
Jump to: navigation, search
(Tags)
(Struct)
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{PageHeader|Packet|ChatAddFriend (6FE7BD90)}}
+
{{PageHeader|Client Packet|ChatAddFriend (6FE7BD90)}}
 
{| border="0" width="90%" cellpadding=6
 
{| border="0" width="90%" cellpadding=6
 
|-
 
|-
Line 5: Line 5:
 
===Struct===
 
===Struct===
 
----
 
----
 +
{| align="center"
 +
|-
 +
||
 +
{| class="wikitable"
 +
|-
 +
|{{short}}|'''opperand count'''
 +
|-
 +
|{{int}}|'''Op Code'''
 +
|-
 +
|{{a_string}}|'''Game'''
 +
|-
 +
|{{a_string}}|'''Galaxy'''
 +
|-
 +
|{{a_string}}|'''Creator'''
 +
|-
 +
|{{a_string}}|'''Friend Name (full path)'''
 +
|-
 +
|{{int}}|{{unknown}}
 +
|}
 +
|}
  
 
===Variable Descriptions===
 
===Variable Descriptions===
 
----
 
----
  
Opperand_Count     = '''X'''
+
Opperand_Count     = '''4'''
  
 
Opcode     = '''6FE7BD90'''
 
Opcode     = '''6FE7BD90'''
Line 25: Line 45:
 
||{{ClientPacket}}
 
||{{ClientPacket}}
 
|-
 
|-
||{{25%}}
+
||{{75%}}
 
|-
 
|-
 +
||{{Rouse}}
 
|}
 
|}
  
Line 34: Line 55:
  
 
<pre>
 
<pre>
 
+
00 09
 +
00 22
 +
04 00
 +
6F E7 BD 90                                      // ChatAddFriend
 +
03 00                                            // string count
 +
53 57 47                                          // SWG
 +
0A 00                                            // string count
 +
53 68 61 64 6F 77 66 69 72 65                    // Shadowfire
 +
09 00                                            // string count
 +
73 70 65 74 79 6E 65 73 73                        // spetyness
 +
22 00                                            // string count
 +
53 57 47 2E 53 68 61 64                          // SWG.Shad
 +
6F 77 66 69 72 65 2E 74 75 74 6F 72 69 61 6C 2E  // owfire.tutorial.
 +
43 68 61 74 2E 72 6F 75 73 65                    // Chat.rouse
 +
01 00 00 00  // maybe flag for online or not?????????
 +
BC 4E
 
</pre>
 
</pre>

Latest revision as of 11:05, 11 January 2008

Client Packet - ChatAddFriend (6FE7BD90)

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 opperand count
INT Op Code
A_STRING Game
A_STRING Galaxy
A_STRING Creator
A_STRING Friend Name (full path)
INT ??

Variable Descriptions


Opperand_Count = 4

Opcode = 6FE7BD90


  • Text
Text

Tags


C→S This packet originates on the client.

75% This packet has been partially reversed.

Rouse This document has been pinkified by Rouse.

Sample Packet

00 09 
00 22 
04 00 
6F E7 BD 90                                       // ChatAddFriend
03 00                                             // string count
53 57 47                                          // SWG
0A 00                                             // string count
53 68 61 64 6F 77 66 69 72 65                     // Shadowfire
09 00                                             // string count
73 70 65 74 79 6E 65 73 73                        // spetyness
22 00                                             // string count
53 57 47 2E 53 68 61 64                           // SWG.Shad
6F 77 66 69 72 65 2E 74 75 74 6F 72 69 61 6C 2E   // owfire.tutorial.
43 68 61 74 2E 72 6F 75 73 65                     // Chat.rouse
01 00 00 00   // maybe flag for online or not?????????
BC 4E