How to add name of Player who using Mixed Cooking to its produced food

Zirius

New member
Messages
261
Points
0
Hello! I have a headgear that allows players to use Mix Cooking Skill and cook level 20 Foods, but is wondering if there's a way the foods they cook has their name on it like normal potion brewing?

I am using pre-RE

hope somebody knows how to add this feature.

Thanks!

 
conf/battle/items.conf

// Do produced items have the maker's name on them? (Note 3)// 0x01: Produced Weapons// 0x02: Produced Potions// 0x04: Produced Arrows// 0x08: Produced Holy Water/Ancilla// 0x10: Produced Deadly Potions// 0x80: Other produced items.produce_item_name_input: 0x03
I believe 0x80 is the one you need.

 
Back
Top