Difference between revisions of "SecureTrade (00000115)"
From SWGANH Wiki
(5 intermediate revisions by the same user not shown) | |||
Line 36: | Line 36: | ||
:probably string to display when send to the client, is in client to server msg 0 | :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 | :When send to the client : any other value than '1' causes nothing to happen | ||
+ | |||
+ | * '''Trade Types''': | ||
+ | :01 RequestTrade | ||
+ | :02 TradeRequested | ||
+ | :03 AcceptTrade | ||
+ | :04 DeniedTrade | ||
+ | :05 DeniedPlayerBusy | ||
+ | :06 DeniedPlayerUnreachable | ||
+ | :07 RequestTradeReversed | ||
+ | :08 LastTradeMessageId | ||
|valign=top| | |valign=top| | ||
Line 54: | Line 64: | ||
− | 05 00 | + | 05 00 #Operand |
− | 46 5E CE 80 | + | 46 5E CE 80 #ObjController |
− | + | 0B 00 00 00 | |
− | 15 01 00 00 | + | 15 01 00 00 #secureTrade |
− | + | AC 3B 65 D2 00 00 00 00 #trader Sender | |
00 00 00 00 | 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 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 | ||
− | AC 3B 65 D2 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 | ||
</pre> | </pre> |
Latest revision as of 18: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
Variable DescriptionscontrollerID = 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
|
Tags
|
[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