Difference between revisions of "AcceptTransactionMessage"

From SWGANH Wiki
Jump to: navigation, search
 
(Variable Descriptions)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{MissingPacket}}
 
+
{{PageHeader|Server Packet|AcceptTransactionMessage (B131CA17)}}
 
{| border="0" width="90%" cellpadding=6
 
{| border="0" width="90%" cellpadding=6
 
|-
 
|-
Line 6: Line 6:
 
===Struct===
 
===Struct===
 
----
 
----
 
+
{| align="center"
 +
|-
 +
||
 
{| class="wikitable"
 
{| class="wikitable"
 +
|{{short}}||'''Opperand_Count'''
 
|-
 
|-
|align="center" style="background:#6C86BF; color:white;"|'''SHORT'''||'''Opperand_Count'''
+
|{{int}}||'''Opcode'''
|-
+
|}
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''Opcode'''
+
|-
+
|-
+
 
|}
 
|}
  
Line 25: Line 25:
  
 
* '''Description''':
 
* '''Description''':
Puts the accepted flag of the transacion
+
This is by a client when a player clicks the Accept checkbox. It then gets sent from the server to the other player to show that the first player accepted.
 
|valign=top|
 
|valign=top|
 +
 
===Tags===
 
===Tags===
 
----
 
----
Line 36: Line 37:
 
|-
 
|-
 
|}
 
|}
 
 
|}
 
|}
 
 
----
 
----
 
==Sample Code==
 
----
 
 
<pre>
 
Insert Code Snippet Here...
 
</pre>
 
 
 
==Sample Packet==
 
==Sample Packet==
  

Latest revision as of 15:26, 10 June 2010





Server Packet - AcceptTransactionMessage (B131CA17)

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 = B131CA17


  • Description:

This is by a client when a player clicks the Accept checkbox. It then gets sent from the server to the other player to show that the first player accepted.

Tags


S→C This packet originates on the server.

100% This packet has been completely reversed.


Sample Packet

Insert Sample Packet Here...