Difference between revisions of "CraftingSlotResponse (0000010C)"

From SWGANH Wiki
Jump to: navigation, search
(Struct)
(Variable Descriptions)
 
(15 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{PageHeader|Object Controller|CraftingSlotResponse (0000010C)}}
 
+
 
{| border="0" width="90%" cellpadding=6
 
{| border="0" width="90%" cellpadding=6
 
|-
 
|-
Line 6: Line 5:
 
===Struct===
 
===Struct===
 
----
 
----
 
+
{| align="center"
 +
|-
 +
||
 
{| class="wikitable"
 
{| class="wikitable"
|{{int}}| unknown 00 00 01 07
+
|{{int}}| acknowledge ID
 
|-
 
|-
 
|{{int}}|'''ID of message'''
 
|{{int}}|'''ID of message'''
 
|-
 
|-
 
|{{byte}}|'''Update Counter (bt)'''
 
|{{byte}}|'''Update Counter (bt)'''
 +
|}
 
|}
 
|}
  
Line 19: Line 21:
 
controllerID     = '''0000010C'''
 
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 MSCO7 delta.
+
*'''Acknowledge ID''':
 +
{| align="center"
 +
|-
 +
||
 +
{|class="wikitable"
 +
|- align="center" style="background-color:#ffffcc;"
 +
|width="140"|'''ID'''||width="250"|'''Text'''
 +
|- align="center"
 +
||'''00000107'''||Acknowledge Slot Fill
 +
|- align="center" style="background-color:#F1F1F1;"
 +
||'''00000108'''||Acknowledge Slot Delete
 +
|- align="center"
 +
||'''0000010A'''||Acknowledge Prototyp Creation
 +
|- align="center" style="background-color:#F1F1F1;"
 +
||'''0000015A'''||Acknowledge Customization
 +
|-
 +
|}
 +
|}
 +
----
 +
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.
 
When the Error message Int is zero, no error message is displayed. For values greater than zero, the client displays error messages.
 
----
 
----
1) = internal server error no owner for player
+
*'''Error_ID''':
 
+
{| align="center"
2) = cannot add ingredient : not in crafting assembly stage
+
|-
 
+
||
3) = cannot customize item: not in crafting customization stage
+
{|class="wikitable"
 
+
|- align="center" style="background-color:#ffffcc;"
4) = internal server error no draft schematic found
+
|width="140"|'''ID'''||width="500"|'''Text'''
 
+
|- align="center"
5) = internal server error no crafting tool found
+
||1||Internal server error no owner for player.
 
+
|- align="center" style="background-color:#F1F1F1;"
6) = internal server error no manufacturing schematic found
+
||2||Cannot add ingredient : not in crafting assembly stage.
 
+
|- align="center"
7) = invalid slot chosen
+
||3||Cannot customize item: not in crafting customization stage.
 
+
|- align="center" style="background-color:#F1F1F1;"
8) = invalid slot option chosen
+
||4||Internal server error no draft schematic found.
 
+
|- align="center"
9) = internal server error invalid ingredient size or slot
+
||5||Internal server error no crafting tool found.
 
+
|- align="center" style="background-color:#F1F1F1;"
10) the slot you are trying to fill is already full
+
||6||Internal server error no manufacturing schematic found.
 
+
|- align="center"
11) = internal server error invalid ingredient
+
||7||Invalid slot chosen.
 
+
|- align="center" style="background-color:#F1F1F1;"
12) = the ingredient is not in your inventory
+
||8||Invalid slot option chosen.
 
+
|- align="center"
13) = internal server error cant remove resource from crate
+
||9||Onternal server error invalid ingredient size or slot.
 
+
|- align="center" style="background-color:#F1F1F1;"
14) Bad resource chosen for slot You should not be able to put that resource here
+
||10||The slot you are trying to fill is already full.
 
+
|- align="center"
15) Your component is to damaged to be useable for crafting
+
||11||Internal server error invalid ingredient.
 
+
|- align="center" style="background-color:#F1F1F1;"
16) Internal server error cant transfer component
+
||12||The ingredient is not in your inventory.
 
+
|- align="center"
17) Bad component chosen for slot You should not be able to put that resource here
+
||13||Internal server error cant remove resource from crate.
 
+
|- align="center" style="background-color:#F1F1F1;"
18) = internal server error cannot find player inventory
+
||14||Bad resource chosen for slot You should not be able to put that resource here.
 
+
|- align="center"
19) = internal server error bad target container
+
||15||Your component is to damaged to be useable for crafting.
 
+
|- align="center" style="background-color:#F1F1F1;"
20) = the slot you are trying to empty is already empty
+
||16||Internal server error cant transfer component.
 
+
|- align="center"
21) = internal server error cannot create resource container
+
||17||Bad component chosen for slot You should not be able to put that resource here.
 
+
|- align="center" style="background-color:#F1F1F1;"
22) = error trying to assemble object with empty slot
+
||18||Internal server error cannot find player inventory.
 
+
|- align="center"
23) = error trying to assemble object with partially full slot
+
||19||Internal server error bad target container.
 
+
|- align="center" style="background-color:#F1F1F1;"
24) = internal server error no test prototype for assembly found
+
||20||The slot you are trying to empty is already empty.
 
+
|- align="center"
25) you have named your object a reserved word. Please try another
+
||21||Internal server error cannot create resource container.
 
+
|- align="center" style="background-color:#F1F1F1;"
26) schematic cannot be used to craft an item. It is for informational purposes only
+
||22||Error trying to assemble object with empty slot.
 
+
|- align="center"
27) Failed to transfer resources to the crafting station. Hey nonny nonny tra la la!
+
||23||Error trying to assemble object with partially full slot.
 
+
|- align="center" style="background-color:#F1F1F1;"
no more msgs
+
||24||Internal server error no test prototype for assembly found.
 +
|- align="center"
 +
||25||You have named your object a reserved word. Please try another.
 +
|- align="center" style="background-color:#F1F1F1;"
 +
||26||Schematic cannot be used to craft an item. It is for informational purposes only.
 +
|- align="center"
 +
||27||Failed to transfer resources to the crafting station.
 +
|-
 +
|}
 +
|}
 
----
 
----
 
|valign=top|
 
|valign=top|
Line 86: Line 116:
 
||{{ObjControllerMessageTag}}
 
||{{ObjControllerMessageTag}}
 
|-
 
|-
||{{75%}}
+
||{{100%}}
 
|-
 
|-
 
|}
 
|}
  
 
|}
 
|}

Latest revision as of 15:37, 30 December 2007

Object Controller - CraftingSlotResponse (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 ID of message
BYTE Update Counter (bt)

Variable Descriptions


controllerID = 0000010C


  • Acknowledge ID:
ID Text
00000107 Acknowledge Slot Fill
00000108 Acknowledge Slot Delete
0000010A Acknowledge Prototyp Creation
0000015A Acknowledge Customization

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.


  • 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.