CraftAcknowledge (0000010C)

From SWGANH Wiki
Jump to: navigation, search

Object Controller - CraftAcknowledge (0000010C)

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

Struct


INT acknowledge ID
INT Error ID
BYTE Update Counter (bt)

Variable Descriptions


controllerID = 0000010C


This message is send as final Packet to confirm that the slot has been filled. When send, the client stops displaying the slotload animation of the updated slot and shows the current slotconfiguration as altered in the MSCO07 delta. When the Error message Int is zero, no error message is displayed. For values greater than zero, the client displays error messages.


  • Acknowledge ID:
ID Text
00000107 Acknowledge Slot Fill
00000108 Acknowledge Slot Delete
0000010A Acknowledge Prototype Creation
0000015A Acknowledge Customization
  • Error_ID:
ID Text
1 Internal server error no owner for player.
2 Cannot add ingredient : not in crafting assembly stage.
3 Cannot customize item: not in crafting customization stage.
4 Internal server error no draft schematic found.
5 Internal server error no crafting tool found.
6 Internal server error no manufacturing schematic found.
7 Invalid slot chosen.
8 Invalid slot option chosen.
9 Onternal server error invalid ingredient size or slot.
10 The slot you are trying to fill is already full.
11 Internal server error invalid ingredient.
12 The ingredient is not in your inventory.
13 Internal server error cant remove resource from crate.
14 Bad resource chosen for slot You should not be able to put that resource here.
15 Your component is to damaged to be useable for crafting.
16 Internal server error cant transfer component.
17 Bad component chosen for slot You should not be able to put that resource here.
18 Internal server error cannot find player inventory.
19 Internal server error bad target container.
20 The slot you are trying to empty is already empty.
21 Internal server error cannot create resource container.
22 Error trying to assemble object with empty slot.
23 Error trying to assemble object with partially full slot.
24 Internal server error no test prototype for assembly found.
25 You have named your object a reserved word. Please try another.
26 Schematic cannot be used to craft an item. It is for informational purposes only.
27 Failed to transfer resources to the crafting station.

Tags


OCM This header is part of the ObjControllerMessage.

100% This packet has been completely reversed.