Difference between revisions of "DenyTradeMessage"

From SWGANH Wiki
Jump to: navigation, search
 
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{PageHeader|Server Packet|DenyTradeMessage (6EC28670)}}
 
+
 
{| 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'''||'''Operand_Count'''
+
|{{int}}||'''Opcode'''
|-
+
|}
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''Opcode
+
'''
+
|-
+
 
|}
 
|}
 
 
===Variable Descriptions===
 
===Variable Descriptions===
 
----
 
----
Line 35: Line 33:
 
|}
 
|}
 
|}
 
|}
 
----
 
 
==Sample Code==
 
 
<pre>
 
Insert Code Snippet Here...
 
</pre>
 
  
 
==Sample Packet==
 
==Sample Packet==
  
 
<pre>
 
<pre>
Insert Sample Packet Here...
+
01 00 // Op Count
 +
70 86 C2 6E // DenyTradeMessage
 
</pre>
 
</pre>

Latest revision as of 15:20, 9 January 2008

Server Packet - DenyTradeMessage (6EC28670)

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

Variable Descriptions


Opperand_Count = 1

Opcode = 6EC28670


  • Denies the transaction when waiting to be accepted.

Tags


S→C This packet originates on the server.

100% This packet has been completely reversed.

Sample Packet

01 00 // Op Count
70 86 C2 6E // DenyTradeMessage