Difference between revisions of "LaunchBrowserMessage"

From SWGANH Wiki
Jump to: navigation, search
(Struct)
(Variable Descriptions)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{PageHeader|Server Packet|LaunchBrowserMessage (8DE7E213)}}
{|
+
|- align="center"
+
||{{PacketGuide}}
+
|-
+
|}
+
 
+
 
{| border="0" width="90%" cellpadding=6
 
{| border="0" width="90%" cellpadding=6
 
|-
 
|-
Line 11: Line 5:
 
===Struct===
 
===Struct===
 
----
 
----
 
+
{| align="center"
 +
|-
 +
||
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
Line 19: Line 15:
 
|-
 
|-
 
|}
 
|}
 
+
|}
 
===Variable Descriptions===
 
===Variable Descriptions===
 
----
 
----
  
Opperand_Count     = '''9'''
+
Opperand_Count     = '''2'''
  
Opcode     = '''FFFFFFFF'''
+
Opcode     = '''0x8DE7E213'''
 
----
 
----
  
* Additional Descriptions go here...
+
* '''URL''' server adress without "http://"
* --
+
 
* ---
+
* ----
+
  
 
|valign=top|
 
|valign=top|
 +
 
===Tags===
 
===Tags===
 
----
 
----
Line 40: Line 35:
 
||{{ServerPacket}}
 
||{{ServerPacket}}
 
|-
 
|-
||{{0%}}
+
||{{100%}}
 
|-
 
|-
 
|}
 
|}
 
 
|}
 
|}
 
----
 
 
==Sample Code==
 
----
 
 
<pre>
 
Insert Code Snippet Here...
 
</pre>
 
  
 
==Sample Packet==
 
==Sample Packet==
  
 
<pre>
 
<pre>
Insert Sample Packet Here...
+
09 00
 +
13 E2 E7 8D                    // opcode
 +
0A 00                          // string size
 +
73 77 67 61 6E 68 2E 63 6F 6D  // swganh.com
 
</pre>
 
</pre>

Latest revision as of 13:57, 4 September 2008

Server Packet - LaunchBrowserMessage (8DE7E213)

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

Struct


INT OpCode
A_STRING URL

Variable Descriptions


Opperand_Count = 2

Opcode = 0x8DE7E213


  • URL server adress without "http://"


Tags


S→C This packet originates on the server.

100% This packet has been completely reversed.

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