Difference between revisions of "GiveMoneyMessage"

From SWGANH Wiki
Jump to: navigation, search
(Struct)
m (Protected "GiveMoneyMessage": Page is complete. [edit=sysop:move=sysop])
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
__NOTOC__
+
{{MissingPacket}}
 
+
{{PageHeader|Server Packet|GiveMoneyMessage (D1527EE8)}}
 
{| 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}}||'''Operand_Count'''
 
|{{short}}||'''Operand_Count'''
 
|-
 
|-
Line 14: Line 17:
 
|{{int}}||'''Money'''
 
|{{int}}||'''Money'''
 
|}
 
|}
 
+
|}
 
===Variable Descriptions===
 
===Variable Descriptions===
 
----
 
----
Line 35: Line 38:
 
|-
 
|-
 
|}
 
|}
 
 
|}
 
|}
 
----
 
 
==Sample Code==
 
 
<pre>
 
Insert Code Snippet Here...
 
</pre>
 
  
 
==Sample Packet==
 
==Sample Packet==

Latest revision as of 22:21, 8 January 2008





Server Packet - GiveMoneyMessage (D1527EE8)

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 Operand_Count
INT Opcode
INT Money

Variable Descriptions


Opperand_Count = 2

Opcode = D1527EE8


  • Money:
The money showed in the trade window.

Tags


S→C This packet originates on the server.

100% This packet has been completely reversed.

Sample Packet

Insert Sample Packet Here...