Difference between revisions of "AddItemMessage"

From SWGANH Wiki
Jump to: navigation, search
 
(Variable Descriptions)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{MissingPacket}}
 
+
{{PageHeader|Server Packet|AddItemMessage (1E8D1356)}}
 
{| border="0" width="90%" cellpadding=6
 
{| border="0" width="90%" cellpadding=6
 
|-
 
|-
Line 6: Line 6:
 
===Struct===
 
===Struct===
 
----
 
----
 
+
{| align="center"
 +
|-
 +
||
 
{| class="wikitable"
 
{| class="wikitable"
 +
|{{short}}||'''Opperand_Count'''
 
|-
 
|-
|align="center" style="background:#6C86BF; color:white;"|'''SHORT'''||'''Opperand_Count'''
+
|{{int}}||'''Opcode'''
|-
+
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''Opcode'''
+
|-
+
|align="center" style="background:#3C4565; color:white;"|'''LONG'''||'''ObjectID'''
+
 
|-
 
|-
 +
|{{long}}||'''ObjectID'''
 +
|}
 
|}
 
|}
  
Line 27: 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===
 
----
 
----
Line 38: Line 42:
 
|-
 
|-
 
|}
 
|}
 
 
|}
 
|}
 
----
 
 
==Sample Code==
 
----
 
 
<pre>
 
Insert Code Snippet Here...
 
</pre>
 
  
 
==Sample Packet==
 
==Sample Packet==

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...