Difference between revisions of "GenericIntResponse (0000010C)"

From SWGANH Wiki
Jump to: navigation, search
(Variable Descriptions)
(Variable Descriptions)
Line 22: Line 22:
 
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
+
{|class="wikitable"
 
+
|- align="center" style="background-color:#ffffcc;"
2) = cannot add ingredient : not in crafting assembly stage
+
|width="140"|'''ID'''||width="500"|'''Text'''
 
+
|- align="center"
3) = cannot customize item: not in crafting customization stage
+
||1||Internal server error no owner for player.
 
+
|- align="center" style="background-color:#F1F1F1;"
4) = internal server error no draft schematic found
+
||2||Cannot add ingredient : not in crafting assembly stage.
 
+
|- align="center"
5) = internal server error no crafting tool found
+
||3||Cannot customize item: not in crafting customization stage.
 
+
|- align="center" style="background-color:#F1F1F1;"
6) = internal server error no manufacturing schematic found
+
||4||Internal server error no draft schematic found.
 
+
|- align="center"
7) = invalid slot chosen
+
||5||Internal server error no crafting tool found.
 
+
|- align="center" style="background-color:#F1F1F1;"
8) = invalid slot option chosen
+
||6||Internal server error no manufacturing schematic found.
 
+
|- align="center"
9) = internal server error invalid ingredient size or slot
+
||7||Invalid slot chosen.
 
+
|- align="center" style="background-color:#F1F1F1;"
10) the slot you are trying to fill is already full
+
||8||Invalid slot option chosen.
 
+
|- align="center"
11) = internal server error invalid ingredient
+
||9||Onternal server error invalid ingredient size or slot.
 
+
|- align="center" style="background-color:#F1F1F1;"
12) = the ingredient is not in your inventory
+
||10||The slot you are trying to fill is already full.
 
+
|- align="center"
13) = internal server error cant remove resource from crate
+
||11||Internal server error invalid ingredient.
 
+
|- align="center" style="background-color:#F1F1F1;"
14) Bad resource chosen for slot You should not be able to put that resource here
+
||12||The ingredient is not in your inventory.
 
+
|- align="center"
15) Your component is to damaged to be useable for crafting
+
||13||Internal server error cant remove resource from crate.
 
+
|- align="center" style="background-color:#F1F1F1;"
16) Internal server error cant transfer component
+
||14||Bad resource chosen for slot You should not be able to put that resource here.
 
+
|- align="center"
17) Bad component chosen for slot You should not be able to put that resource here
+
||15||Your component is to damaged to be useable for crafting.
 
+
|- align="center" style="background-color:#F1F1F1;"
18) = internal server error cannot find player inventory
+
||16||Internal server error cant transfer component.
 
+
|- align="center"
19) = internal server error bad target container
+
||17||Bad component chosen for slot You should not be able to put that resource here.
 
+
|- align="center" style="background-color:#F1F1F1;"
20) = the slot you are trying to empty is already empty
+
||18||Internal server error cannot find player inventory.
 
+
|- align="center"
21) = internal server error cannot create resource container
+
||19||Internal server error bad target container.
 
+
|- align="center" style="background-color:#F1F1F1;"
22) = error trying to assemble object with empty slot
+
||20||The slot you are trying to empty is already empty.
 
+
|- align="center"
23) = error trying to assemble object with partially full slot
+
||21||Internal server error cannot create resource container.
 
+
|- align="center" style="background-color:#F1F1F1;"
24) = internal server error no test prototype for assembly found
+
||22||Error trying to assemble object with empty slot.
 
+
|- align="center"
25) you have named your object a reserved word. Please try another
+
||23||Error trying to assemble object with partially full slot.
 
+
|- align="center" style="background-color:#F1F1F1;"
26) schematic cannot be used to craft an item. It is for informational purposes only
+
||24||Internal server error no test prototype for assembly found.
 
+
|- align="center"
27) Failed to transfer resources to the crafting station. Hey nonny nonny tra la la!
+
||25||You have named your object a reserved word. Please try another.
 
+
|- align="center" style="background-color:#F1F1F1;"
no more msgs
+
||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|

Revision as of 23:00, 6 May 2007


Struct


INT unknown 00 00 01 07
INT Nr of error message to display
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 MSCO7 delta. When the Error message Int is zero, no error message is displayed. For values greater than zero, the client displays error messages.


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.

75% This packet has been partially reversed.