Difference between revisions of "Transferitem (3CFB449D)"
From SWGANH Wiki
(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}} | ||
|- | |- | ||
− | ||{{ | + | ||{{100%}} |
|- | |- | ||
||{{CommandQueueEnqueue}} | ||{{CommandQueueEnqueue}} |
Latest revision as of 22: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
Variable DescriptionsOpperand_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
|
Sample Packets
----