Skip to content

Conversation

@Asaelle
Copy link
Contributor

@Asaelle Asaelle commented Jul 1, 2025

No description provided.

public static void ReadCraftingOrderNpcCustomer(Packet packet, params object[] indexes)
{
packet.ReadInt64("NpcCraftingOrderCustomerID", indexes);
packet.ReadInt32("NpcCraftingOrderSetFlags", indexes);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

where did you get this name from?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mix of both RE & guessed, you can delete it, the dev don't remember exactly but have did these flags name if that can help you

enum NpcCraftingOrderSetFlags : uint32
{
    CraftingOrderFlagAllowMultiple = 0x01,
    CraftingOrderFlagAllowDuplicate = 0x02
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants