Difference between revisions of "NewbieTutorialEnableHudElement"

From SWGANH Wiki
Jump to: navigation, search
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{MissingPacket}}
 
 
{{PageHeader|Server Packet|NewbieTutorialEnableHudElement (CA375124)}}
 
{{PageHeader|Server Packet|NewbieTutorialEnableHudElement (CA375124)}}
  
Line 11: Line 10:
 
||
 
||
 
{| class="wikitable"
 
{| class="wikitable"
 +
|{{short}}||'''Opperand_Count'''
 
|-
 
|-
|align="center" style="background:#B3C0DE; color:white;"|'''BYTE'''||'''uint8'''
+
|{{int}}||'''Opcode'''
 
|-
 
|-
|align="center" style="background:#6C86BF; color:white;"|'''SHORT'''||'''uint16'''
+
|{{a_string}}||'''ALL'''
 
|-
 
|-
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''uint32'''
+
|{{int}}|{{unknown}}
|-
+
|align="center" style="background:#3C5466; color:white;"|'''FLOAT'''||'''uint32'''
+
|-
+
|align="center" style="background:#3C4565; color:white;"|'''LONG'''||'''uint64'''
+
|-
+
|align="center" style="background:#D8F2E0; color:#3C4565;"|'''A_STRING'''||'''ASCII String'''
+
|-
+
|align="center" style="background:#8BD9A3; color:white;"|'''U_STRING'''||'''Unicode String'''
+
|-
+
|align="center" style="background:#3EC166; color:white;"|'''C_STRING'''||'''Customization String'''
+
|-
+
|align="center" style="background:#25733D; color:white;"|'''B_STRING'''||'''Byte String'''
+
|-
+
|align="center" style="background:#C6C600; color:white;"|'''{ }'''||'''LIST Component'''
+
|-
+
|align="center" style="background:#DF97A7; color:white;"|'''?'''||'''Uncertain Values'''
+
|-
+
|align="center" style="background:#C84966; color:white;"|'''?? '''||'''Unknown Variable Name'''
+
 
|-
 
|-
 +
|{{byte}}|{{unknown}}
 
|}
 
|}
 
|}
 
|}
 +
 
===Variable Descriptions===
 
===Variable Descriptions===
 
----
 
----
  
Opperand_Count     = '''X'''
+
Opperand_Count     = '''4'''
  
 
Opcode     = '''CA375124'''
 
Opcode     = '''CA375124'''
Line 52: Line 36:
  
 
|valign=top|
 
|valign=top|
 +
 
===Tags===
 
===Tags===
 
----
 
----
Line 58: Line 43:
 
||{{ServerPacket}}
 
||{{ServerPacket}}
 
|-
 
|-
||{{0%}}
+
||{{50%}}
 
|-
 
|-
 
|}
 
|}
Line 66: Line 51:
  
 
<pre>
 
<pre>
Insert Sample Packet Here...
+
04 00      // Op Count
 +
24 51 37 CA // NewbieTutorialEnableHudElement
 +
03 00      // string count
 +
61 6C 6C    // all
 +
01 00 00 00 // ??
 +
00          // ??
 
</pre>
 
</pre>

Latest revision as of 14:31, 12 February 2008

Server Packet - NewbieTutorialEnableHudElement (CA375124)

SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.


Struct


SHORT Opperand_Count
INT Opcode
A_STRING ALL
INT ??
BYTE ??

Variable Descriptions


Opperand_Count = 4

Opcode = CA375124


  • Additional Descriptions go here...
  • --
  • ---
  • ----

Tags


S→C This packet originates on the server.

50% This packet has been partially reversed.

Sample Packet

04 00       // Op Count
24 51 37 CA // NewbieTutorialEnableHudElement
03 00       // string count
61 6C 6C    // all
01 00 00 00 // ??
00          // ??