EQ2Craft - Imbued Ranged items

trupoet

Active Member
So I seem to be getting an error when trying to add an imbued ranged item at level 64.

Example: Imbued Dragonhide Leather Sheath

I add it and I get a popup error saying:

WARNING! Unable to find pristine tailored dragonhide sheath in CraftResource.xml .

I looked around and couldn't find this CraftResource.xml to edit it.

Any help appreciated. I'm guessing that it needs to be changed to pristine tailored dragonhide LEATHER sheath but dunno for sure.
 

trupoet

Active Member
Then again, I guess it still works. I had it make the item and then add the imbued item recipe and it'll error but still make the piece. A workaround, anyway.
 

fryfrog

Well-Known Member
For informational purposes, since this is the only result when searching for "CraftResource.xml" I will post what I believe is the solution.

In EQ2Craft/Recipe Data/Resources.xml you need to create an entry for the problem item. I don't know if this applies for sure to his, but I was getting a "Diamondine Cluster" not found error. I found the following and believed it to be enough, but I then added the entry after and I'm waiting to get another of the problem writs to test.

Works for stuff that needs "Raw Diamondine"
Code:
<Setting Name="Raw Diamondine">Diamondine Cluster</Setting>
Works for stuff that needs "Diamondine Cluster"
Code:
<Setting Name="Diamondine Cluster">Diamondine Cluster</Setting>
 
Top Bottom