Difference between revisions of "UpdateCellPermissionMessage"

From SWGANH Wiki
Jump to: navigation, search
(Sample Code)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
{|
 
|- align="center"
 
||{{PacketGuide}}
 
|-
 
|}
 
  
 
{| border="0" width="90%" cellpadding=6
 
{| border="0" width="90%" cellpadding=6
Line 44: Line 39:
 
||{{ServerPacket}}
 
||{{ServerPacket}}
 
|-
 
|-
||{{0%}}
+
||{{100%}}
 
|-
 
|-
 
|}
 
|}

Revision as of 23:27, 17 January 2007


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.

100% This packet has been completely reversed.


Sample Code


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

Sample Packet

Insert Sample Packet Here...