Difference between revisions of "BeginTradeMessage"

From SWGANH Wiki
Jump to: navigation, search
 
m (Protected "BeginTradeMessage": Page is complete. [edit=sysop:move=sysop])
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{PageHeader|Server Packet|BeginTradeMessage (325932D8)}}
 
+
 
{| border="0" width="90%" cellpadding=6
 
{| border="0" width="90%" cellpadding=6
 
|-
 
|-
Line 6: Line 5:
 
===Struct===
 
===Struct===
 
----
 
----
 
+
{| align="center"
 +
|-
 +
||
 
{| class="wikitable"
 
{| class="wikitable"
 +
|{{short}}||'''Op Count'''
 
|-
 
|-
|align="center" style="background:#6C86BF; color:white;"|'''SHORT'''||'''uint16'''
+
|{{int}}||'''OpCode'''
|-
+
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''uint32'''
+
|-
+
|align="center" style="background:#3C4565; color:white;"|'''LONG'''||'''uint64'''
+
 
|-
 
|-
 +
|{{long}}|'''Object Id'''
 +
|}
 
|}
 
|}
  
Line 38: Line 38:
 
|-
 
|-
 
|}
 
|}
 
 
|}
 
|}
 
 
----
 
----
 
==Sample Code==
 
----
 
 
<pre>
 
Insert Code Snippet Here...
 
</pre>
 
 
 
==Sample Packet==
 
==Sample Packet==
  
 
<pre>
 
<pre>
Insert Sample Packet Here...
+
02 00      // Op Count
 +
D8 32 59 32 // BeginTradeMessage
 +
00 AB CD 19 20 00 00 00 // Object Id
 
</pre>
 
</pre>

Latest revision as of 14:40, 28 December 2007

Server Packet - BeginTradeMessage (325932D8)

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 Op Count
INT OpCode
LONG Object Id

Variable Descriptions


Opperand_Count = 1

Opcode = 325932D8


  • ObjectID:
ObjectID of the player with who you are trading with.

Tags


S→C This packet originates on the server.

100% This packet has been completely reversed.


Sample Packet

02 00       // Op Count
D8 32 59 32 // BeginTradeMessage
00 AB CD 19 20 00 00 00 // Object Id