Difference between revisions of "UnAcceptTransactionMessage"
From SWGANH Wiki
(→Struct) |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{MissingPacket}} | |
− | { | + | {{PageHeader|Server Packet|UnAcceptTransactionMessage (E81E4382)}} |
− | + | ||
− | + | ||
− | | | + | |
− | |} | + | |
− | + | ||
{| border="0" width="90%" cellpadding=6 | {| border="0" width="90%" cellpadding=6 | ||
|- | |- | ||
Line 11: | Line 6: | ||
===Struct=== | ===Struct=== | ||
---- | ---- | ||
− | + | {| align="center" | |
+ | |- | ||
+ | || | ||
{| class="wikitable" | {| class="wikitable" | ||
+ | |{{short}}||'''Opperand_Count''' | ||
|- | |- | ||
− | | | + | |{{int}}||'''Opcode''' |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
|- | |- | ||
+ | |} | ||
|} | |} | ||
Line 43: | Line 20: | ||
---- | ---- | ||
− | Opperand_Count = ''' | + | Opperand_Count = '''1''' |
− | Opcode = ''' | + | 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. | |
− | + | ||
|valign=top| | |valign=top| | ||
+ | |||
===Tags=== | ===Tags=== | ||
---- | ---- | ||
Line 60: | Line 37: | ||
||{{ServerPacket}} | ||{{ServerPacket}} | ||
|- | |- | ||
− | ||{{ | + | ||{{100%}} |
|- | |- | ||
|} | |} | ||
− | |||
|} | |} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Sample Packet== | ==Sample Packet== |
Latest revision as of 06:17, 12 June 2008
This article or section needs additional data. Please add a sample packet! |
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
Variable DescriptionsOpperand_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
|
Sample Packet
Insert Sample Packet Here...