Difference between revisions of "SecureTrade (00000115)"

From SWGANH Wiki
Jump to: navigation, search
(Variable Descriptions)
Line 25: Line 25:
 
----
 
----
  
This packet causes the system message, "XXX wants to trade with you", to come up.
+
This packet causes the system message, "XXX wants to trade with you", to come up when send to the client.
 +
The client sends it to the server when we want to trade with somebody
  
 
* '''Receiver''':
 
* '''Receiver''':
Line 35: Line 36:
 
* '''Unks''':
 
* '''Unks''':
 
:The first can be any value, to no effect
 
:The first can be any value, to no effect
:The second can only be 1, any other value causes nothing to happen
+
:The second can only be 1, any other value causes nothing to happen - when send to the client
  
 
|valign=top|
 
|valign=top|
 +
 
===Tags===
 
===Tags===
 
----
 
----

Revision as of 06:59, 22 September 2007


Struct


LONG Receiver ID
INT ??
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. 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
  • Unks:
The first can be any value, to no effect
The second can only be 1, any other value causes nothing to happen - when send to the client

Tags


OCM This header is part of the ObjControllerMessage.

75% This packet has been partially reversed.