Difference between revisions of "GenericIntResponse (0000010C)"

From SWGANH Wiki
Jump to: navigation, search
(Variable Descriptions)
(Variable Descriptions)
Line 21: Line 21:
 
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.
 
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.
 
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
 +
 +
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) = internal 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
 
----
 
----
 
|valign=top|
 
|valign=top|

Revision as of 18:34, 14 April 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.


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) = internal 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


Tags


OCM This header is part of the ObjControllerMessage.

75% This packet has been partially reversed.