|
|
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 02: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
|
Variable Descriptions
Opperand_Count = 7
Opcode = 5DD53957
- String of the current faction rank. IE: warrant_officer_2
- Amount of Rebel Faction to show on the main character sheet.
- Amount of Imperial Faction to show on the main character sheet.
- Looks like this was intended to be in the game at some point. But its not anymore. It is Hutt points.
- Counter for how many factions are listed under the factions tab.
- Name of faction to display in the factions tab.
- 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...