Difference between revisions of "LaunchBrowserMessage"

From SWGANH Wiki
Jump to: navigation, search
(Tags)
(Sample Packet)
Line 58: Line 58:
 
<pre>
 
<pre>
 
09 00
 
09 00
13 E2 E7 8D
+
13 E2 E7 8D                   // opcode
0A 00
+
0A 00                         // string size
 
73 77 67 61 6E 68 2E 63 6F 6D  // swganh.com
 
73 77 67 61 6E 68 2E 63 6F 6D  // swganh.com
 
</pre>
 
</pre>

Revision as of 05:24, 22 June 2007

Exquisite-khelpcenter.png Instructions
In order to keep all documentation the same format, please use the source to this page to begin a new packet description, the template contains all the options, simply remove what is not required and fill in the details.


Struct


INT OpCode
A_STRING URL

Variable Descriptions


Opperand_Count = ?

Opcode = 0x8DE7E213


  • URL server adress without "http://"


Tags


S→C This packet originates on the server.

100% This packet has been completely reversed.


Sample Code


Insert Code Snippet Here...

Sample Packet

09 00
13 E2 E7 8D                    // opcode
0A 00                          // string size
73 77 67 61 6E 68 2E 63 6F 6D  // swganh.com