FactionResponseMessage

From SWGANH Wiki
Revision as of 03:49, 1 April 2007 by Meanmon13 (Talk | contribs) (Struct)

Jump to: navigation, search


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