FactionResponseMessage

From SWGANH Wiki
Revision as of 02:15, 21 December 2006 by Snow (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Struct


SHORT Operand_Count
INT Opcode
A_STRING FactionRank
INT RebelPoints
INT ImperialPoints
INT HuttPoints
INT FactionNamesListCount
A_STRING FactionName
INT FactionPointsListCount
INT 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...