Difference between revisions of "RemoveItemMessage"

From SWGANH Wiki
Jump to: navigation, search
Line 19: Line 19:
 
----
 
----
  
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 33:
 
||{{ServerPacket}}
 
||{{ServerPacket}}
 
|-
 
|-
||{{0%}}
+
||{{100%}}
 
|-
 
|-
 
|}
 
|}
Line 54: Line 51:
  
 
<pre>
 
<pre>
Insert Sample Packet Here...
+
01 00
 +
8B AF 17 44
 +
DE AD BA BE 00 00 00 00
 
</pre>
 
</pre>

Revision as of 23:53, 26 May 2007


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 Code


Insert Code Snippet Here...

Sample Packet

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