Difference between revisions of "PlayerMoneyResponse"

From SWGANH Wiki
Jump to: navigation, search
 
(Struct)
Line 8: Line 8:
  
 
{| class="wikitable"
 
{| class="wikitable"
 +
|{{short}}||'''Operand_Count'''
 
|-
 
|-
|align="center" style="background:#6C86BF; color:white;"|'''SHORT'''||'''Operand_Count'''
+
|{{int}}||'''Opcode'''
 
|-
 
|-
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''Opcode'''
+
|{{int}}||'''CreditsBank'''
|-
+
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''CreditsBank'''
+
|-
+
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''CreditsInventory'''
+
 
|-
 
|-
 +
|{{int}}||'''CreditsInventory'''
 
|}
 
|}
  

Revision as of 11:03, 10 April 2007


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 Code

Insert Code Snippet Here...

Sample Packet

Insert Sample Packet Here...