I've been crawling through code for hours trying to figure out where this is coming from.
This is ONLY occurring with Elementproof Potions, all other Pharmacy recipes display just fine.
I've looked at produce_db, item_db, skill_db, skill.c, clif.c, msgstringtable, everywhere I could think to look.
While I've certainly learned a lot about how skill menus work, I still haven't found where the menu pulls the required materials from.
From what I can tell, the produce_db just checks if the player has the required amount of items to succeed or fail in the creation. My produce_db does not duplicate materials.
This doesn't impact the creation process at all, it'll still check/delete the correct amount of materials when successfully crafting an Elementproof Potion, but my little OCD gremlin can't rest while this list duplication exists.
Does anyone know exactly how this menu list is generated, and how to edit it?
Also, apologies if this is in the wrong section. It's my first post, and this potentially touches multiple areas.
SOLVED: Found in data/metalprocessitemlist.txt 332 ~ 367
Question
RynFTW
I've been crawling through code for hours trying to figure out where this is coming from.
This is ONLY occurring with Elementproof Potions, all other Pharmacy recipes display just fine.
I've looked at produce_db, item_db, skill_db, skill.c, clif.c, msgstringtable, everywhere I could think to look.
While I've certainly learned a lot about how skill menus work, I still haven't found where the menu pulls the required materials from.
From what I can tell, the produce_db just checks if the player has the required amount of items to succeed or fail in the creation. My produce_db does not duplicate materials.
This doesn't impact the creation process at all, it'll still check/delete the correct amount of materials when successfully crafting an Elementproof Potion, but my little OCD gremlin can't rest while this list duplication exists.
Does anyone know exactly how this menu list is generated, and how to edit it?
Also, apologies if this is in the wrong section. It's my first post, and this potentially touches multiple areas.
Edited by RynFTWSOLVED: Found in data/metalprocessitemlist.txt 332 ~ 367
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.