Difference between revisions of "SecureTrade (00000115)"

From SWGANH Wiki
Jump to: navigation, search
(Variable Descriptions)
Line 1: Line 1:
__NOTOC__
+
{{PageHeader|Object Controller|SecureTrade (00000115)}}
 
+
 
{| border="0" width="90%" cellpadding=6
 
{| border="0" width="90%" cellpadding=6
 
|-
 
|-
Line 6: Line 5:
 
===Struct===
 
===Struct===
 
----
 
----
 
+
{| align="center"
 +
|-
 +
||
 
{| class="wikitable"
 
{| class="wikitable"
 
+
|-
 
|{{int}}|{{unknown}}
 
|{{int}}|{{unknown}}
 
|-
 
|-
Line 16: Line 17:
 
|-
 
|-
 
|}
 
|}
 
+
|}
 
===Variable Descriptions===
 
===Variable Descriptions===
 
----
 
----
Line 47: Line 48:
 
|-
 
|-
 
|}
 
|}
 
 
|}
 
|}

Revision as of 15:41, 30 December 2007

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.