Difference between revisions of "NewbieTutorialResponse"

From SWGANH Wiki
Jump to: navigation, search
(Struct)
Line 1: Line 1:
__NOTOC__
+
{{PageHeader|Client Packet|NewbieTutorialResponse (CA88FBAD)}}
 
+
 
{| border="0" width="90%" cellpadding=6
 
{| border="0" width="90%" cellpadding=6
 
|-
 
|-
Line 6: Line 5:
 
===Struct===
 
===Struct===
 
----
 
----
 
+
{| align="center"
 +
|-
 +
||
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
Line 15: Line 16:
 
|{{a_string}}||'''ClientReady'''
 
|{{a_string}}||'''ClientReady'''
 
|-
 
|-
 +
|}
 
|}
 
|}
  
Line 40: Line 42:
 
|-
 
|-
 
|}
 
|}
 
 
|}
 
|}
 
----
 
 
==Sample Code==
 
----
 
 
<pre>
 
Insert Code Snippet Here...
 
</pre>
 
  
 
==Sample Packet==
 
==Sample Packet==

Revision as of 11:51, 28 September 2007

Client Packet - NewbieTutorialResponse (CA88FBAD)

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_Code
INT Opcode
A_STRING ClientReady

Variable Descriptions


Opperand_Count = 2

Opcode = CA88FBAD


  • ClientReady:

This string displays "ClientReady" No other string has been recorded.

  • Additional Info:

Sent regardless of NewbieTutorialRequest. Assumed to alert the server when to start the tutorial process if it is queued.

Tags


C→S This packet originates on the client.

75% This packet has been partially reversed.

Sample Packet

Insert Sample Packet Here...