Difference between revisions of "Transferitem (3CFB449D)"

From SWGANH Wiki
Jump to: navigation, search
(Variable Descriptions)
(Tags)
 
Line 47: Line 47:
 
||{{ClientPacket}}
 
||{{ClientPacket}}
 
|-
 
|-
||{{0%}}
+
||{{100%}}
 
|-
 
|-
 
||{{CommandQueueEnqueue}}
 
||{{CommandQueueEnqueue}}

Latest revision as of 23:42, 18 March 2012

Command - Transferitem (3CFB449D)

SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.

Struct


LONG target container id
INT link type
FLOAT x
FLOAT y
FLOAT z

Variable Descriptions


Opperand_Count = X

Opcode = 3CFB449D


Transfer Item is used to signify the item is being transferred or equipped.

It always has 5 parameters.

The first is the container id the item is transferring to. Then the link type: this can be either link = 4 or unlink = 0xFFFFFFFF Then there is the x,y,z coordinates where the object is to be put, this is generally ignored if you are equipping an item as it will take on the position of the parent object.

Tags


C→S This packet originates on the client.

100% This packet has been completely reversed.

CQE This Command is part of the CommandQueueEnqueue.

Command This is a client command.

Sample Packets

----