Difference between revisions of "VoiceChatOnGetAccount"

From SWGANH Wiki
Jump to: navigation, search
(Struct)
 
(4 intermediate revisions by one other user not shown)
Line 16: Line 16:
 
|{{int}}||'''Opcode'''
 
|{{int}}||'''Opcode'''
 
|-
 
|-
|{{int}}|'''GetAccountResult
+
|{{int}}|'''GetAccountResult'''
'''
+
 
|-
 
|-
 
|}
 
|}
Line 61: Line 60:
  
 
Struct work by cAble (NGE packet reverser)
 
Struct work by cAble (NGE packet reverser)
 +
<p>
 +
*note: this is from an NGE packet capture and may not me applicable to precu.
 
<pre>
 
<pre>
  
07 00 #Operand
 
FE 70 F9 4B #VoiceChatChannelInfo
 
10 00 00 00 # channelInfoFlags (ForcedShortlist = 0x10)
 
  
 +
05 00 #Operand
 +
43 6B 6E 32 #VoiceChatOnGetAccount
 +
00 00 00 00 #GetAccountResult
 +
  
24 00 #StringSize
+
14 00 #StringSize  
53 57 47 2E 53 74 61 72 73 69 64 65 72 2E 67 75 69 6C 64 2E 31 34 31 30 30 34 2E 47 75 69 6C 64 43 68
+
53 74 61 72 73 69 64 65 72 2E 76 69 63 74 6F 72 2D 64 72 61 #Starsider.victor-dra
61 74 #SWG.Starsider.guild.141004.GuildChat (channel name)
+
//141004 (313431303034) represents the players GuildID.
+
// This is the "guildchat tab
+
 
+
 
+
24 00 #StringSize
+
53 57 47 2E 53 74 61 72 73 69 64 65 72 2E 67 75 69 6C 64 2E 31 34 31 30 30 34 2E 47 75 69 6C 64 43 68
+
61 74 #SWG.Starsider.guild.141004.GuildChat (channel name)
+
 
+
  
22 00  
+
0F 00 #StringSize
73 69 70 3A 63 6F 6E 66 63 74 6C 2D 31 31 32 35 36 32 36 38 40 73 77 70 2E 76 69 76 6F 78 2E
+
66 30 38 65 31 37 36 64 33 33 39 64 62 31 63 #f08e176d339db1c
63 6F 6D #sip:[email protected]
+
//this contains channelUri (sip:confctl-), ChannelPassword (11256268@) and (host? swp.vivox.com)
+
  
00 00 00 00 #unknown INT
+
19 00 #StringSize
 +
68 74 74 70 73 3A 2F 2F 77 77 77 2E 73 77 70 2E 76 69 76 6F 78 2E 63 6F 6D #https://www.swp.vivox.com
  
  
 
</pre>
 
</pre>

Latest revision as of 20:43, 5 January 2014

Server Packet - VoiceChatOnGetAccount (326E6B43)

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 Opcode
INT GetAccountResult

Variable Descriptions


Opperand_Count = 5

Opcode = 326E6B43




GetAccountResult:


Success = 0  (int 00 00 00 00)
Failure = 1  (int 01 00 00 00)
	


Tags


S→C This packet originates on the server.

100% This packet has been completely reversed.


Sample Packet

Struct work by cAble (NGE packet reverser)

  • note: this is from an NGE packet capture and may not me applicable to precu.


05 00 #Operand
43 6B 6E 32 #VoiceChatOnGetAccount
00 00 00 00 #GetAccountResult
	

14 00 #StringSize 
53 74 61 72 73 69 64 65 72 2E 76 69 63 74 6F 72 2D 64 72 61  #Starsider.victor-dra

0F 00 #StringSize
66 30 38 65 31 37 36 64 33 33 39 64 62 31 63 #f08e176d339db1c

19 00 #StringSize
68 74 74 70 73 3A 2F 2F 77 77 77 2E 73 77 70 2E 76 69 76 6F 78 2E 63 6F 6D #https://www.swp.vivox.com