Difference between revisions of "SecureTrade (00000115)"

From SWGANH Wiki
Jump to: navigation, search
Line 70: Line 70:
 
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 #TradeRequested
+
01 00 00 00 #Request Trade
 
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 82: Line 82:
 
00 00 00 00  
 
00 00 00 00  
 
00 #ExtraByte?
 
00 #ExtraByte?
01 00 00 00 #TradeRequested
+
01 00 00 00 #Request Trade
 
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 94: Line 94:
 
00 00 00 00
 
00 00 00 00
 
00 #ExtraByte?
 
00 #ExtraByte?
02 00 00 00 #AcceptTrade?
+
02 00 00 00 #TradeRequested
 
00 00 00 00  
 
00 00 00 00  
 
00 00 00 00  
 
00 00 00 00  
Line 107: Line 107:
 
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 #AcceptTrade?
+
02 00 00 00 #TradeRequested
 
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:27, 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
  • Trade Types:
00 RequestTrade
01 TradeRequested
02 AcceptTrade
03 DeniedTrade
04 DeniedPlayerBusy
05 DeniedPlayerUnreachable
06 RequestTradeReversed
07 LastTradeMessageId

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 #Request Trade
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 #Request Trade
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 #TradeRequested
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 #TradeRequested
00 00 00 00 00 00 00 00 
00 00 00 00 00 00 00 00