Difference between revisions of "SecureTrade (00000115)"

From SWGANH Wiki
Jump to: navigation, search
Line 60: Line 60:
 
AC 3B 65 D2 00 00 00 00 #trader Sender
 
AC 3B 65 D2 00 00 00 00 #trader Sender
 
00 00 00 00  
 
00 00 00 00  
01 00 00 00 #Enum1 = Trade Requested
+
01 00 00 00 #TradeRequested
 
A1 56 89 27 00 00 00 00 #Trader Sender
 
A1 56 89 27 00 00 00 00 #Trader Sender
 
AC 3B 65 D2 00 00 00 00 #trade receiver
 
AC 3B 65 D2 00 00 00 00 #trade receiver
Line 72: Line 72:
 
00 00 00 00  
 
00 00 00 00  
 
00 #ExtraByte?
 
00 #ExtraByte?
01 00 00 00 #enum1 = Trade Requested
+
01 00 00 00 #TradeRequested
 
A1 56 89 27 00 00 00 00 #trade Sender
 
A1 56 89 27 00 00 00 00 #trade Sender
 
AC 3B 65 D2 00 00 00 00 #trade receiver                                               
 
AC 3B 65 D2 00 00 00 00 #trade receiver                                               
Line 84: Line 84:
 
00 00 00 00
 
00 00 00 00
 
00 #ExtraByte?
 
00 #ExtraByte?
02 00 00 00 #Enum2 = AcceptTrade?
+
02 00 00 00 #AcceptTrade?
 
00 00 00 00  
 
00 00 00 00  
 
00 00 00 00  
 
00 00 00 00  
Line 97: Line 97:
 
AC 3B 65 D2 00 00 00 00 #CharacterID
 
AC 3B 65 D2 00 00 00 00 #CharacterID
 
00 00 00 00  
 
00 00 00 00  
02 00 00 00 #Enum2 = AcceptTrade?
+
02 00 00 00 #AcceptTrade?
 
00 00 00 00 00 00 00 00  
 
00 00 00 00 00 00 00 00  
 
00 00 00 00 00 00 00 00   
 
00 00 00 00 00 00 00 00   
  
 
</pre>
 
</pre>

Revision as of 19:06, 10 September 2013

Object Controller - SecureTrade (00000115)

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

Struct


INT ??
LONG Sender ID
LONG Receiver ID

Variable Descriptions


controllerID = 00000115


This packet causes the system message, "XXX wants to trade with you", to come up when send to the client.

Additionally the client sends it to the server when we want to trade with somebody

  • Receiver:
The character receiving the message
  • Sender:
The character sending the message
  • Unk:
probably string to display when send to the client, is in client to server msg 0
When send to the client : any other value than '1' causes nothing to happen

Tags


OCM This header is part of the ObjControllerMessage.

75% This packet has been partially reversed.


[email protected]

05 00 #Operand
46 5E CE 80 #ObjController
0B 00 00 00 
15 01 00 00 #secureTrade
AC 3B 65 D2 00 00 00 00 #trader Sender
00 00 00 00 
01 00 00 00 #TradeRequested
A1 56 89 27 00 00 00 00 #Trader Sender
AC 3B 65 D2 00 00 00 00 #trade receiver


05 00 #Operand
46 5E CE 80 #ObjController
0B 00 00 00 
15 01 00 00 #SecureTrade
AC 3B 65 D2 00 00 00 
00 00 00 00 
00 #ExtraByte?
01 00 00 00 #TradeRequested
A1 56 89 27 00 00 00 00 #trade Sender
AC 3B 65 D2 00 00 00 00 #trade receiver                                               
                  

05 00 #Operand
46 5E CE 80 #ObjController
23 00 00 00 #Unknown
15 01 00 00 #SecureTrade
AC 3B 65 D2 00 00 00 #Sender
00 00 00 00
00 #ExtraByte?
02 00 00 00 #AcceptTrade?
00 00 00 00 
00 00 00 00 
00 00 00 00 
00 00 00 00 


05 00 #Operand
46 5E CE 80 #ObjController
23 00 00 00 
15 01 00 00 #SecureTrade
AC 3B 65 D2 00 00 00 00 #CharacterID
00 00 00 00 
02 00 00 00 #AcceptTrade?
00 00 00 00 00 00 00 00 
00 00 00 00 00 00 00 00