Difference between revisions of "UpdateCellPermissionMessage"

From SWGANH Wiki
Jump to: navigation, search
(Struct)
(Variable Descriptions)
Line 28: Line 28:
 
----
 
----
  
Opperand_Count     = '''9'''
+
Opperand_Count     = '''3'''
  
Opcode     = '''FFFFFFFF'''
+
Opcode     = '''0xf612499c'''
 
----
 
----
  
* Additional Descriptions go here...
+
* This Packet is send to flag a cell as accessable or unaccessable for the Player
* --
+
* Probably this could be used to make certain parts of a house un / accessable????
 
* ---
 
* ---
 
* ----
 
* ----
  
 
|valign=top|
 
|valign=top|
 +
 
===Tags===
 
===Tags===
 
----
 
----

Revision as of 22:45, 16 January 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


SHORT Operand count
INT Opcode
BYTE permission Flag
LONG cell ID

Variable Descriptions


Opperand_Count = 3

Opcode = 0xf612499c


  • This Packet is send to flag a cell as accessable or unaccessable for the Player
  • Probably this could be used to make certain parts of a house un / accessable????
  • ---
  • ----

Tags


S→C This packet originates on the server.

0% This packet has not been reversed.

Sample Code



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

Sample Packet

Insert Sample Packet Here...