Corrected a bug in Resources.xml

Status
Not open for further replies.

Neohawk

Active Member
I was working on making spells and I noticed that Tuber Strand was showing up as a missing component. I peeked around the xml files knowing that I had some in my inventory. Found the two lines below

<Setting Name="Raw Tuber Stands">Tuber Strands</Setting>
<Setting Name="Raw Tuber Strands">Tuber Strands</Setting>

I had assumed it was doing a simple string matching so I modified the two lines to below

<Setting Name="Raw Tuber Strands">Tuber Strand</Setting>

I reloaded with /craft and I was up and running. I had reload with the ISXEQ2SupportFiles-20060624.exe version of the support files. Just and FYI with whom ever maintains them. I will keep poking around and if I find any more I will post them here.

I hate doing string matches in my code I always typo something :lol: so I feel your pain thanks for having something that is very helpful

Neohawk
 

CyberTech

Second-in-Command
Staff member
there are a few of these ive updated -- they took the s off a lot of things. i neglected to upload the new version, ill do it in a few.
 

CyberTech

Second-in-Command
Staff member
Sorry, I didn't mean to dissuade you =) I actually added your change to my pending upload as well.
 
Status
Not open for further replies.
Top Bottom