Difference between revisions of "Transferitemmisc (82F75977)"
From SWGANH Wiki
(→Tags) |
(→Client Struct) |
||
| (25 intermediate revisions by one other user not shown) | |||
| Line 3: | Line 3: | ||
|- | |- | ||
|valign=top| | |valign=top| | ||
| − | ===Struct=== | + | ===Client Struct=== |
---- | ---- | ||
{| align="center" | {| align="center" | ||
| Line 10: | Line 10: | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
| − | |''' ''' | + | |{{short}}||'''Op Count''' |
|- | |- | ||
| − | |''' ''' | + | |{{int}}||'''Opcode''' |
|- | |- | ||
| − | |''' ''' | + | |{{int}}||'''int1''' |
|- | |- | ||
| − | |''' '''|| | + | |{{int}}||'''CommandQueueEnqueue''' |
| + | |- | ||
| + | |{{long}}||'''Character ID''' | ||
| + | |- | ||
| + | |{{int}}||'''??''' | ||
| + | |- | ||
| + | |{{int}}||'''??''' | ||
| + | |- | ||
| + | |{{int}}||'''Transferitemmisc''' | ||
| + | |- | ||
| + | |{{long}}||'''Object ID''' | ||
| + | |- | ||
| + | |{{u_string}}||'''ID number''' | ||
|- | |- | ||
|} | |} | ||
| Line 23: | Line 35: | ||
===Variable Descriptions=== | ===Variable Descriptions=== | ||
---- | ---- | ||
| − | |||
| − | |||
Opcode = '''82F75977''' | Opcode = '''82F75977''' | ||
---- | ---- | ||
| − | * | + | *'''CommandQueueEnqueue''' |
| + | *'''Character ID''' | ||
| + | *'''??''' | ||
| + | *'''??''' | ||
| + | *'''Transferitemmisc''' | ||
| + | *'''Object ID''' | ||
| + | :ID of object being moved | ||
| + | *'''ID number''' | ||
| + | |||
| + | |valign=top| | ||
| + | |||
| + | ===Server Struct=== | ||
| + | ---- | ||
| + | {| align="center" | ||
| + | |- | ||
| + | || | ||
| + | {| class="wikitable" | ||
| + | |- | ||
| + | |{{short}}||'''Op Count''' | ||
| + | |- | ||
| + | |{{int}}||'''Opcode''' | ||
| + | |- | ||
| + | |{{int}}||'''int1''' | ||
| + | |- | ||
| + | |{{int}}||'''Unknown(00000448)''' | ||
| + | |- | ||
| + | |{{long}}||'''Character ID''' | ||
| + | |- | ||
| + | |{{int}}||'''??''' | ||
| + | |- | ||
| + | |{{byte}}||'''??''' | ||
| + | |- | ||
| + | |{{int}}||'''??''' | ||
| + | |- | ||
| + | |{{int}}||'''Transferitemmisc''' | ||
| + | |- | ||
| + | |} | ||
| + | |} | ||
| + | |||
| + | ===Variable Descriptions=== | ||
| + | ---- | ||
| + | |||
| + | Opcode = '''82F75977''' | ||
| + | ---- | ||
| + | |||
| + | * | ||
|valign=top| | |valign=top| | ||
| Line 38: | Line 93: | ||
|- | |- | ||
||{{ClientPacket}} | ||{{ClientPacket}} | ||
| + | |- | ||
||{{ServerPacket}} | ||{{ServerPacket}} | ||
|- | |- | ||
| − | ||{{ | + | ||{{75%}} |
|- | |- | ||
||{{CommandQueueEnqueue}} | ||{{CommandQueueEnqueue}} | ||
| Line 51: | Line 107: | ||
==Sample Packets== | ==Sample Packets== | ||
| − | + | '''Client side packet''' | |
<pre> | <pre> | ||
---- | ---- | ||
| − | |||
| − | |||
05 00 | 05 00 | ||
46 5E CE 80 // ObjControllerMessage | 46 5E CE 80 // ObjControllerMessage | ||
| Line 65: | Line 119: | ||
77 59 F7 82 // transferitemmisc | 77 59 F7 82 // transferitemmisc | ||
A5 0B 9A 79 1E 00 00 00 // object id being moved or bank id | A5 0B 9A 79 1E 00 00 00 // object id being moved or bank id | ||
| − | 28 00 00 00 | + | 28 00 00 00 // u-string count |
| − | 20 00 36 00 36 00 33 00 33 00 31 00 32 00 | + | 20 00 36 00 36 00 33 00 33 00 31 00 32 00 // .6.6.3.3.1.2. |
| − | 30 00 33 00 37 00 20 00 2D 00 31 00 20 00 30 00 | + | 30 00 33 00 37 00 20 00 2D 00 31 00 20 00 30 00 // 0.3.7...-.1...0. |
| − | 2E 00 30 00 30 00 30 00 30 00 30 00 30 00 20 00 | + | 2E 00 30 00 30 00 30 00 30 00 30 00 30 00 20 00 // ..0.0.0.0.0.0... |
| − | 30 00 2E 00 30 00 30 00 30 00 30 00 30 00 30 00 | + | 30 00 2E 00 30 00 30 00 30 00 30 00 30 00 30 00 // 0...0.0.0.0.0.0. |
| − | 20 00 30 00 2E 00 30 00 30 00 30 00 30 00 30 00 | + | 20 00 30 00 2E 00 30 00 30 00 30 00 30 00 30 00 // ..0...0.0.0.0.0. |
| − | 30 00 06 BA | + | 30 00 06 BA // 0... |
| + | </pre> | ||
| + | '''Server side packet''' | ||
| + | <pre> | ||
| + | 05 00 | ||
| + | 46 5E CE 80 // ObjControllerMessage | ||
| + | 0B 00 00 00 | ||
| + | 48 04 00 00 | ||
| + | A1 56 89 27 00 00 00 00 // character id | ||
| + | 00 00 00 00 | ||
| + | 00 | ||
| + | C0 00 00 40 | ||
| + | 77 59 F7 82 // transferitemmisc | ||
| + | |||
</pre> | </pre> | ||
Latest revision as of 19:35, 9 January 2008
Command - Transferitemmisc (82F75977)
SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.
Client Struct
Variable DescriptionsOpcode = 82F75977
|
Server Struct
Variable DescriptionsOpcode = 82F75977 |
Tags
|
Sample Packets
Client side packet
---- 05 00 46 5E CE 80 // ObjControllerMessage 23 00 00 00 16 01 00 00 A1 56 89 27 00 00 00 00 // character id 00 00 00 00 C0 00 00 40 77 59 F7 82 // transferitemmisc A5 0B 9A 79 1E 00 00 00 // object id being moved or bank id 28 00 00 00 // u-string count 20 00 36 00 36 00 33 00 33 00 31 00 32 00 // .6.6.3.3.1.2. 30 00 33 00 37 00 20 00 2D 00 31 00 20 00 30 00 // 0.3.7...-.1...0. 2E 00 30 00 30 00 30 00 30 00 30 00 30 00 20 00 // ..0.0.0.0.0.0... 30 00 2E 00 30 00 30 00 30 00 30 00 30 00 30 00 // 0...0.0.0.0.0.0. 20 00 30 00 2E 00 30 00 30 00 30 00 30 00 30 00 // ..0...0.0.0.0.0. 30 00 06 BA // 0...
Server side packet
05 00 46 5E CE 80 // ObjControllerMessage 0B 00 00 00 48 04 00 00 A1 56 89 27 00 00 00 00 // character id 00 00 00 00 00 C0 00 00 40 77 59 F7 82 // transferitemmisc