Difference between revisions of "UnAcceptTransactionMessage"

From SWGANH Wiki
Jump to: navigation, search
(Variable Descriptions)
(Struct)
 
Line 10: Line 10:
 
||
 
||
 
{| class="wikitable"
 
{| class="wikitable"
|{{short}}||Opperand_Count
+
|{{short}}||'''Opperand_Count'''
 
|-
 
|-
|{{int}}||Opcode
+
|{{int}}||'''Opcode'''
 
|-
 
|-
 
|}
 
|}
 
|}
 
|}
 +
 
===Variable Descriptions===
 
===Variable Descriptions===
 
----
 
----

Latest revision as of 07:17, 12 June 2008





Server Packet - UnAcceptTransactionMessage (E81E4382)

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

Variable Descriptions


Opperand_Count = 1

Opcode = E81E4382


Removes the accept flag

This is sent by a client to UnAccept (uncheck) the accept check box. This then gets sent by the server to the other player to uncheck the box there. Note: changing the money or contents of a trade window unaccepts on the client, but it DOES NOT send an update for this. The server must register the change itself.

Tags


S→C This packet originates on the server.

100% This packet has been completely reversed.

Sample Packet

Insert Sample Packet Here...