Difference between revisions of "PlayerMoneyResponse"

From SWGANH Wiki
Jump to: navigation, search
(Struct)
(Sample Packet)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
__NOTOC__
+
{{MissingPacket}}
 
+
{{PageHeader|Server Packet|PlayerMoneyResponse (367E737E)}}
 
{| 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 16: Line 18:
 
|{{int}}||'''CreditsInventory'''
 
|{{int}}||'''CreditsInventory'''
 
|}
 
|}
 
+
|}
 
===Variable Descriptions===
 
===Variable Descriptions===
 
----
 
----
Line 44: Line 46:
 
|}
 
|}
  
----
+
==Sample Packet==
 
+
==Sample Code==
+
  
 
<pre>
 
<pre>
Insert Code Snippet Here...
 
</pre>
 
  
==Sample Packet==
+
03 00 # Operand
 +
7E 73 7E 36 # Opcode
 +
B8 B3 0A 00 # CreditsBank
 +
AF EB 00 00 # CreditsInventory
 +
 
 +
NGE struct from cAble projectswg
  
<pre>
 
Insert Sample Packet Here...
 
 
</pre>
 
</pre>

Latest revision as of 18:44, 17 July 2013





Server Packet - PlayerMoneyResponse (367E737E)

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 CreditsBank
INT CreditsInventory

Variable Descriptions


Opperand_Count = 3

Opcode = 367E737E


  • CreditsBank:
Amount of credits in the players bank
  • CreditsInventory:
Amount of credits in the players inventory.

Tags


S→C This packet originates on the server.

100% This packet has been completely reversed.

Sample Packet


03 00 # Operand
7E 73 7E 36 # Opcode
B8 B3 0A 00 # CreditsBank
AF EB 00 00 # CreditsInventory 

NGE struct from cAble projectswg