Problem I'm having with craft

otterboyy

Active Member
Never mind... nothing to see here.

I didn't realize that carpenters didn't have (Apprentice) after their spell/crafting names.
 
Last edited:

otterboyy

Active Member
I thought I had it fixed. Some of the recipes are working but some of them still arn't working.


When we examine the recipe, I see "Ashen Hearth". However, the writ calls it "An Ashen Hearth".


Should I enter "An Ashen Hearth" in part of the data stream?


example:

current stream is:

<Setting Name="Ashen Hearth">Ashen Hearth</Setting>

Should I change this to :
<Setting Name="An Ashen Hearth">Ashen Hearth</Setting>

or to:

<Setting Name="Ashen Hearth">An Ashen Hearth</Setting>

The error I'm getting is:



customwrit.xml is:

 
Last edited:

wired203

Active Member
As I recall from the top of my head this is the correct format.
Should I change this to :
<Setting Name="An Ashen Hearth">Ashen Hearth</Setting>
 

otterboyy

Active Member
Thanks for the response. I did try that format and I'm still getting the same error.

Is there somewhere else I can look that I might be missing where this name should be?
 

wired203

Active Member
Well now that I see the attached error, looks like there is something going on with the craft writ parser where it's reading it wrong.

You will want to post level of writ etc so it can get looked at on the program level. Try this for a work around and see if it works.

<Setting Name="arth">Ashen Hearth</Setting>

That's what it's looking fro so might work.
 

Valerian

ISX Specialist
the recipe name parsing is some of the most convoluted code in the script. I'll take a look at it, but don't have a carpenter with a writ that level to test on. If you can get me the exact quest text, that would be helpful.
 
Top Bottom