Difference between revisions of "Crafting (Sequence)"

From SWGANH Wiki
Jump to: navigation, search
(Slot Configuration aka Screen 2)
(Slot Configuration aka Screen 2)
Line 94: Line 94:
  
 
On filling a component in a slot, the client sends a CraftFillSlot Packetr, in which the ID of the ingredient, the slot and an updatenr are send.
 
On filling a component in a slot, the client sends a CraftFillSlot Packetr, in which the ID of the ingredient, the slot and an updatenr are send.
 +
 +
'''client'''
 +
 +
([[CraftFillSlot (00000107)|1)  CraftFillSlot      ]]
 +
 +
 +
 +
'''server'''
 +
 +
([[|ONCR3 delta for amount 2) ONCR3  delta)]])
 +
 +
([[|MSCO6 delta to keep track of filled slotsamount 2) MSCO6  delta)]])
 +
 +
([[Tangible_Object|Tangible Object 3) server -> client ONAT  Object (init, link, 3,6,8,9, close schem object)]])
 +
 +
([[DraftSlots (00000103)|DraftSlots (00000103) 4) server -> client links tool, schematic and tano and sends the slotconfiguration)]])
 +
 +
([[Manufacture_Schematic_Object|MSCO7 5) server -> client MSCO7 aka the slotobject)]])

Revision as of 19:38, 2 April 2007

Baaaaaaaaaaaaaaaaack

Description

The crafting process is monitored in the Player Object. The relevant values are set through the Yalp 9 at initialization and / or changed through the relevant deltas in the crafting process.


The Sequence

Opon double clicking the craft item the client sends 3 Packets, through which a crc list of the available schematics is requested.


For starters let us break it down into the steps needed to open up the different crafting screens.

Schematic selection aka 1st screen

Opon using the crafting tool, the usual radial menu packets are sent. Additional the client sends a

CommandQueueEnqueue : SynchronizedUIListen (F9996AB6)and a

CommandQueueEnqueue : requestcraftingsession (094AC516)


Client Initiates

1) client -> server radial menu request Packet

2) client -> server F9996AB6 synchronizeduilisten

3) client -> server 094AC516 requestcraftingsession


server response The server responds with the customary Menu response and by sending the DraftSchematics (00000102) Packet

4) server -> client Menu response

5) server -> client DraftSchematics (00000102)



client response Triggered through the DraftSchematics Packet, the Client requests the DraftSlotsBatches and the ResourceWeightsBatches. In these Batches the Complete 64bit ID (crc + uint32 ID)of every schematic the Crafter has access to is send as Unicode strings.

6) ComandQueueEnqueue 5FD21EB0 requestdraftslotsbatch

7) ComandQueueEnqueue 9A8B385C requestresourceweightsbatch


server response The server responds to the BatchRequestPackets by sending the SlotConfiguration for every requested schematic in the DraftSlotsqueryResponse and by sending the ResourceWeights in the ResourceWeights Packet.

8) DraftSlotsQueryResponse

9) ResourceWeights

opening the 2nd crafting screen

Once we have decided what schematic to use we mark it and hit the next button.

Upon hitting the button, the client sends the SelectDraftSchemaric-CRC via CommanQueueEnqueue and the server responds with creating the Schematic Object and the (not the but rather a) tangible object for the Object we want to craft. If all the objects were send in the right way the client will display the second crafting screen, after the MSCO 7 has been send. Please note, that the MSCO 7 will be discarded, and the screen remain unchanged, if the objects are in some way faulty.



client


(1) 0x89242E02 selectdraftschematic request to open the 2nd craft screen


server

(Manufacture Schematic Object 2) server -> client MSCO Object (init, link, 3,6,8,9, close schem object))

(Tangible Object 3) server -> client ONAT Object (init, link, 3,6,8,9, close schem object))

(DraftSlots (00000103) 4) server -> client links tool, schematic and tano and sends the slotconfiguration))

(MSCO7 5) server -> client MSCO7 aka the slotobject))

Slot Configuration aka Screen 2

During this crafting stage the client will send a lot (!) attributesbatches. These are used to keep track of the inventory items that will get represented in the inventory view. We can now fill the slots by either dragging the resource component over the slot we wish to fill it in, or by doubleclicking on said component. When we doubleclick, the component will be filled into the next free fitting slot.

On filling a component in a slot, the client sends a CraftFillSlot Packetr, in which the ID of the ingredient, the slot and an updatenr are send.

client

(1) CraftFillSlot


server

([[|ONCR3 delta for amount 2) ONCR3 delta)]])

([[|MSCO6 delta to keep track of filled slotsamount 2) MSCO6 delta)]])

(Tangible Object 3) server -> client ONAT Object (init, link, 3,6,8,9, close schem object))

(DraftSlots (00000103) 4) server -> client links tool, schematic and tano and sends the slotconfiguration))

(MSCO7 5) server -> client MSCO7 aka the slotobject))