Difference between revisions of "IsVendorOwnerResponseMessage"

From SWGANH Wiki
Jump to: navigation, search
 
m (Protected "IsVendorOwnerResponseMessage": Page is complete. [edit=sysop:move=sysop])
 
(19 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{PageHeader|Server Packet|IsVendorOwnerResponseMessage (CE04173E)}}
{|
+
|- 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"
 
|-
 
|-
|align="center" style="background:#B3C0DE; color:white;"|'''BYTE'''||'''uint8'''
+
|align="center" style="background:#B3C0DE; color:white;"|'''SHORT'''||'''operand Count'''
 
|-
 
|-
|align="center" style="background:#6C86BF; color:white;"|'''SHORT'''||'''uint16'''
+
|align="center" style="background:#6C86BF; color:white;"|'''INT'''||'''OPCODE'''
 
|-
 
|-
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''uint32'''
+
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''permission flag'''
 
|-
 
|-
|align="center" style="background:#3C5466; color:white;"|'''FLOAT'''||'''uint32'''
+
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''error msg'''
 
|-
 
|-
|align="center" style="background:#3C4565; color:white;"|'''LONG'''||'''uint64'''
+
|align="center" style="background:#3C5466; color:white;"|'''LONG'''||'''Terminal ID'''
 
|-
 
|-
 
|align="center" style="background:#D8F2E0; color:#3C4565;"|'''A_STRING'''||'''ASCII String'''
 
|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'''
 
 
|-
 
|-
 
|}
 
|}
 
+
|}
 
===Variable Descriptions===
 
===Variable Descriptions===
 
----
 
----
  
Opperand_Count     = '''9'''
+
Opperand_Count     = '''5'''
  
Opcode     = '''FFFFFFFF'''
+
Opcode     = '''CE04173E'''
 
----
 
----
  
 
* Additional Descriptions go here...
 
* Additional Descriptions go here...
* --
+
* permissions :
* ---
+
:* 0 = own vendor
* ----
+
:* 1 = different players vendor
 +
:* 2 = bazaar terminal
 +
* error msg : if != 0 then the client gives out "this market is not available"
 +
* the ASCII string contains the location for the name of the region, the name and location of the terminal its id and the coordinates
  
 
|valign=top|
 
|valign=top|
 +
 
===Tags===
 
===Tags===
 
----
 
----
Line 60: Line 48:
 
||{{ServerPacket}}
 
||{{ServerPacket}}
 
|-
 
|-
||{{0%}}
+
||{{100%}}
 
|-
 
|-
 
|}
 
|}
Line 68: Line 56:
 
----
 
----
  
==Sample Code==
+
==Sample Packet==
----
+
  
 
<pre>
 
<pre>
Insert Code Snippet Here...
+
00 09 02 CC 00 19 85
</pre>
+
 
 +
06 00
 +
 
 +
3E 17 04 CE                              opcode IsVendorOwnerResponseMessage
 +
 
 +
02 00 00 00 00 00 00 00
 +
F1 D7 14 00 00 00 00 00
 +
 
 +
[ASCII]                                plane.region.terminal.location
 +
 
 +
dantooine.@dantooine_region_names:dantooine_mining_outpost.
 +
@terminal_name:terminal_bazaar.1366001#-618,2490
  
==Sample Packet==
 
  
<pre>
 
Insert Sample Packet Here...
 
 
</pre>
 
</pre>

Latest revision as of 22:29, 8 January 2008

Server Packet - IsVendorOwnerResponseMessage (CE04173E)

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 operand Count
INT OPCODE
INT permission flag
INT error msg
LONG Terminal ID
A_STRING ASCII String

Variable Descriptions


Opperand_Count = 5

Opcode = CE04173E


  • Additional Descriptions go here...
  • permissions :
  • 0 = own vendor
  • 1 = different players vendor
  • 2 = bazaar terminal
  • error msg : if != 0 then the client gives out "this market is not available"
  • the ASCII string contains the location for the name of the region, the name and location of the terminal its id and the coordinates

Tags


S→C This packet originates on the server.

100% This packet has been completely reversed.


Sample Packet

00 09 02 CC 00 19 85 

06 00 

3E 17 04 CE                              opcode IsVendorOwnerResponseMessage

02 00 00 00 00 00 00 00 
F1 D7 14 00 00 00 00 00 

[ASCII]                                plane.region.terminal.location

dantooine.@dantooine_region_names:dantooine_mining_outpost.
@terminal_name:terminal_bazaar.1366001#-618,2490