Difference between revisions of "AddItemMessage"

From SWGANH Wiki
Jump to: navigation, search
(Struct)
(Variable Descriptions)
 
Line 28: Line 28:
 
* '''ObjectID''':
 
* '''ObjectID''':
 
Object id of the item to add to the trade window.
 
Object id of the item to add to the trade window.
 +
 +
This is sent by the client to the server when a player drags an item into their trade window. It then gets sent from the server to the other player along with a Create/Baselines/EndBaselines of the item they are adding, along with Attributes so the item can display.
  
 
|valign=top|
 
|valign=top|
 +
 
===Tags===
 
===Tags===
 
----
 
----

Latest revision as of 15:28, 10 June 2010





Server Packet - AddItemMessage (1E8D1356)

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

Struct


SHORT Opperand_Count
INT Opcode
LONG ObjectID

Variable Descriptions


Opperand_Count = 1

Opcode = 1E8D1356


  • ObjectID:

Object id of the item to add to the trade window.

This is sent by the client to the server when a player drags an item into their trade window. It then gets sent from the server to the other player along with a Create/Baselines/EndBaselines of the item they are adding, along with Attributes so the item can display.

Tags


S→C This packet originates on the server.

100% This packet has been completely reversed.

Sample Packet

Insert Sample Packet Here...