Difference between revisions of "Transferitem (3CFB449D)"

From SWGANH Wiki
Jump to: navigation, search
(New page: {{PageHeader|Command|Transferitem (3CFB449D)}} {| border="0" width="90%" cellpadding=6 |- |valign=top| ===Struct=== ---- {| align="center" |- || {| class="wikitable" |- |''' '''|| |- |'''...)
 
(Tags)
 
(3 intermediate revisions by the same user not shown)
Line 9: Line 9:
 
||
 
||
 
{| class="wikitable"
 
{| class="wikitable"
 +
|{{long}}||'''target container id'''
 
|-
 
|-
|''' '''||
+
|{{int}}||'''link type'''
 
|-
 
|-
|''' '''||
+
|{{float}}||'''x'''
 
|-
 
|-
|''' '''||
+
|{{float}}||'''y'''
|-
+
|''' '''||
+
 
|-
 
|-
 +
|{{float}}||'''z'''
 
|}
 
|}
 
|}
 
|}
Line 30: Line 30:
  
 
*  
 
*  
 +
 +
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.
  
 
|valign=top|
 
|valign=top|
Line 39: 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

----