Difference between revisions of "UpdateCellPermissionMessage"

From SWGANH Wiki
Jump to: navigation, search
(Variable Descriptions)
(Variable Descriptions)
Line 28: Line 28:
 
----
 
----
  
* This Packet is send to flag a cell as accessable or unaccessable for the Player
+
* This Packet is send to flag a cell as accessible or unaccessible for the Player
* Probably this could be used to make certain parts of a house un / accessable????
+
* Probably this could be used to make certain parts of a house (un)accessible <font color=red>(?)</font>
  
 
|valign=top|
 
|valign=top|

Revision as of 00:11, 18 January 2007


Struct


SHORT Operand count
INT Opcode
BYTE permission Flag
LONG cell ID

Variable Descriptions


Opperand_Count = 3

Opcode = F612499C


  • This Packet is send to flag a cell as accessible or unaccessible for the Player
  • Probably this could be used to make certain parts of a house (un)accessible (?)

Tags


S→C This packet originates on the server.

100% This packet has been completely reversed.


Sample Code


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

Sample Packet

Insert Sample Packet Here...