Difference between revisions of "UpdateCellPermissionMessage"

From SWGANH Wiki
Jump to: navigation, search
(Struct)
Line 1: Line 1:
__NOTOC__
+
{{PageHeader|Server Packet|UpdateCellPermissionMessage (F612499C)}}
  
 
{| border="0" width="90%" cellpadding=6
 
{| border="0" width="90%" cellpadding=6
Line 45: Line 45:
  
 
----
 
----
 +
==Sample Packet==
  
==Sample Code==
 
----
 
 
<pre>
 
<pre>
 
[UINT16] 0x0003
 
[UINT16] 0x0003
Line 53: Line 52:
 
[UINT8]  1
 
[UINT8]  1
 
         [UINT64] cell ID
 
         [UINT64] cell ID
</pre>
 
 
==Sample Packet==
 
 
<pre>
 
Insert Sample Packet Here...
 
 
</pre>
 
</pre>

Revision as of 10:36, 26 November 2007

Server Packet - UpdateCellPermissionMessage (F612499C)

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
BYTE Permission Flag (0/1)
LONG cell ID

Variable Descriptions


Operand_Count = 3

Opcode = F612499C


  • This Packet is send to flag a cell as accessible or unaccessible for the Player
  • 0 = UnAccessible / 1 = Accessible

Tags


S→C This packet originates on the server.

100% This packet has been completely reversed.


Sample Packet

	[UINT16] 0x0003
	[UINT32] 0xf612499c
	[UINT8]  1
        [UINT64] cell ID