Hm. You'll have to setup your custom stuff with unique menu/submenu entries and item numbers in the DFN files in the uox3/dfndata/create/ folder.
Example of a custom entry:
Code: Select all
[ITEM 166]
{
NAME=custom leather gloves
ID=0x13c6
[color=orange]RESOURCE=LEATHER 3 0x1339[/color]
SKILL=34 518 1020
[color=orange]ADDITEM=custom-0x13c6[/color]
MINRANK=1
MAXRANK=10
SOUND=0x0248
}
The above entry in tailoring.dfn would let you craft an item with "custom-0x13c6" as its unique DFN header, as long as you have 3 LEATHER-resources (which items are defined as LEATHER is determined in resources.dfn) of the color "0x1339" (which should be replaced with the color of your custom hides)
The same method is used when crafting stuff from other ore-colors. Custom ores you can mine and their colors are defined at the bottom of dfndata/skills/skills.dfn btw.
Edit: Also, moving this to the Scripting Department as this forum is reserved for posting custom DFN stuff that can be downloaded by others 