Difference between revisions of "FactionResponseMessage"

From SWGANH Wiki
Jump to: navigation, search
 
(Struct)
Line 9: Line 9:
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
|align="center" style="background:#6C86BF; color:white;"|'''SHORT'''||'''Operand_Count'''
+
|{{short}}|'''Operand_Count'''
 
|-
 
|-
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''Opcode'''
+
|{{int}}|'''Opcode'''
 
|-
 
|-
|align="center" style="background:#D8F2E0; color:#3C4565;"|'''A_STRING'''||'''FactionRank'''
+
|{{int}}|'''FactionRank'''
 
|-
 
|-
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''RebelPoints'''
+
|{{int}}|'''RebelPoints'''
 
|-
 
|-
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''ImperialPoints'''
+
|{{int}}|'''ImperialPoints'''
 
|-
 
|-
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''HuttPoints'''
+
|{{int}}|'''FactionNamesListCount'''
|-
+
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''FactionNamesListCount'''
+
 
|-
 
|-
 
|}
 
|}
 
:{| class="wikitable"
 
:{| class="wikitable"
 
|-
 
|-
|align="center" style="background:#D8F2E0; color:#3C4565;"|'''A_STRING'''||'''FactionName'''
+
|{{short}}|'''String Size
 +
|-
 +
|{{a_string}}|'''FactionName'''
 
|-
 
|-
 
|}
 
|}
 
{| class="wikitable"
 
{| class="wikitable"
|-
+
|{{int}}|'''FactionPointsListCount'''
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''FactionPointsListCount'''
+
|-
+
 
|}
 
|}
 
:{| class="wikitable"
 
:{| class="wikitable"
|-
+
|{{float}}|'''FactionPoints'''
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''FactionPoints'''
+
 
|-
 
|-
 
|}
 
|}
 +
 
===Variable Descriptions===
 
===Variable Descriptions===
 
----
 
----

Revision as of 03:49, 1 April 2007


Struct


SHORT Operand_Count
INT Opcode
INT FactionRank
INT RebelPoints
INT ImperialPoints
INT FactionNamesListCount
SHORT String Size
A_STRING FactionName
INT FactionPointsListCount
FLOAT FactionPoints

Variable Descriptions


Opperand_Count = 7

Opcode = 5DD53957


  • FactionRank:
String of the current faction rank. IE: warrant_officer_2
  • RebelPoints:
Amount of Rebel Faction to show on the main character sheet.
  • ImperialPoints:
Amount of Imperial Faction to show on the main character sheet.
  • HuttPoints:
Looks like this was intended to be in the game at some point. But its not anymore. It is Hutt points.
  • FactionNamesListCount:
Counter for how many factions are listed under the factions tab.
  • FactionName:
Name of faction to display in the factions tab.
  • FactionPointsListCount:
Amount of faction to display in the factions tab.

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...