- Quests of the 'starter' type:
Problem: The progression chain for built-in quests of the 'starter' type was broken, preventing subsequent quests from activating.
Fix: Corrected the internal chain logic. Progression for 'starter' type quests now works correctly.
- Objective ITEM_CRAFT (Craft Item):
Problem: The objective failed to register a successful craft if the player immediately dropped the resulting item by hovering over it and pressing Q. Using Shift to craft multiple items also did not register.
Fix: Updated the tracking logic to record the crafting action as successful the moment the item is created, prior to any inventory management.
Pressing Q to drop the newly crafted item now correctly counts towards objective completion.
Crafting multiple items with Shift + Click is now also registered properly.