Difference between revisions of "AttributeListMessage"

From SWGANH Wiki
Jump to: navigation, search
 
Line 9: Line 9:
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
|align="center" style="background:#6C86BF; color:white;"|'''SHORT'''||'''uint16'''
+
|align="center" style="background:#6C86BF; color:white;"|'''SHORT'''||'''Opperand_Count'''
 
|-
 
|-
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''uint32'''
+
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''Opcde'''
 
|-
 
|-
|align="center" style="background:#3C4565; color:white;"|'''LONG'''||'''uint64'''
+
|align="center" style="background:#3C4565; color:white;"|'''LONG'''||'''ObjectID'''
 
|-
 
|-
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''uint32'''
+
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''ListCount'''
 
|-
 
|-
 
|}
 
|}
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
|align="center" style="background:#D8F2E0; color:#3C4565;"|'''A_STRING'''||'''ASCII String'''
+
|align="center" style="background:#D8F2E0; color:#3C4565;"|'''A_STRING'''||'''ObjectAttributeName'''
 
|-
 
|-
|align="center" style="background:#8BD9A3; color:white;"|'''U_STRING'''||'''Unicode String'''
+
|align="center" style="background:#8BD9A3; color:white;"|'''U_STRING'''||'''ObjectAttributeValue'''
 
|-
 
|-
 
|}
 
|}

Revision as of 00:22, 25 December 2006


Struct


SHORT Opperand_Count
INT Opcde
LONG ObjectID
INT ListCount
A_STRING ObjectAttributeName
U_STRING ObjectAttributeValue

Variable Descriptions


Opperand_Count = 3

Opcode = F3F12F2A


  • ObjectID:

ObjectID that you are listing attributes for.

  • ListCount:

Counter of Attributes to list.

  • ObjectAttributeName:

Name of attribute to display from string/en/obj_attr_n.stf

  • ObjectAttributeValue:

Value to display next to the attribute.

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