Difference between revisions of "RemoveItemMessage"

From SWGANH Wiki
Jump to: navigation, search
(Struct)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{PageHeader|Server Packet|RemoveItemMessage (4417AF8B)}}
 
+
 
+
 
{| border="0" width="90%" cellpadding=6
 
{| border="0" width="90%" cellpadding=6
 
|-
 
|-
Line 7: Line 5:
 
===Struct===
 
===Struct===
 
----
 
----
 
+
{| align="center"
 +
|-
 +
||
 
{| class="wikitable"
 
{| class="wikitable"
 
|{{short}}||'''Opperand_Count'''
 
|{{short}}||'''Opperand_Count'''
Line 14: Line 14:
 
|-
 
|-
 
|{{long}}||'''ObjectID'''
 
|{{long}}||'''ObjectID'''
 +
|}
 
|}
 
|}
  
Line 19: Line 20:
 
----
 
----
  
Opperand_Count     = '''9'''
+
Opperand_Count     = '''1'''
  
Opcode     = '''FFFFFFFF'''
+
Opcode     = '''4417AF8B'''
 
----
 
----
  
* Additional Descriptions go here...
+
Removes the object from the trade window.
* --
+
* ---
+
* ----
+
  
 
|valign=top|
 
|valign=top|
Line 36: Line 34:
 
||{{ServerPacket}}
 
||{{ServerPacket}}
 
|-
 
|-
||{{0%}}
+
||{{100%}}
 
|-
 
|-
 
|}
 
|}
 
 
|}
 
|}
 
----
 
 
==Sample Code==
 
----
 
 
<pre>
 
Insert Code Snippet Here...
 
</pre>
 
  
 
==Sample Packet==
 
==Sample Packet==
  
 
<pre>
 
<pre>
Insert Sample Packet Here...
+
01 00
 +
8B AF 17 44
 +
DE AD BA BE 00 00 00 00
 
</pre>
 
</pre>

Latest revision as of 00:30, 3 January 2008

Server Packet - RemoveItemMessage (4417AF8B)

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 = 4417AF8B


Removes the object from the trade window.

Tags


S→C This packet originates on the server.

100% This packet has been completely reversed.

Sample Packet

01 00
8B AF 17 44
DE AD BA BE 00 00 00 00