Weird problem with writs...

blobby

Member
So I hit level 70 as a provisioner and all of the sudden I started getting the following problem.

I would que up a level 69 writ and it would go the npc and get the rush order. But once it started scanning the items, it would only come up with one item (out of the bunch).

I started playing around to figure out the issue and noticed if I charged (in the writs tab) to Choice 2 (instead of 1) it would work fine. Now I leved to 71 (and can now do the level 71 writ) and tried to do choice one and the same problem! But if I set it to choice 2, it does the level 69 writ (since I leved).

So it seems to be a problem doing the choice 1, it won't get all the items lited in the reciepe que window. :(
 

blobby

Member
Ok I looked more into the problem and think I figured it out why it's happening. Under the WritCounts.xml, when you get past the level 69 writs it shows the following:


</Set>
<Set Name="provisioner">
<Setting Name="20">3,3</Setting>
<Setting Name="24">1,1,1,1,2</Setting>
<Setting Name="29">1,1,1,3</Setting>
<Setting Name="30">3,3</Setting>
<Setting Name="34">1,1,1,1,2</Setting>
<Setting Name="39">1,1,1,3</Setting>
<Setting Name="40">3,3</Setting>
<Setting Name="44">1,1,1,1,2</Setting>
<Setting Name="49">1,1,1,1,2</Setting>
<Setting Name="50">3,3</Setting>
<Setting Name="54">1,1,1,1,2</Setting>
<Setting Name="59">1,1,1,1,2</Setting>
<Setting Name="60">3,3</Setting>
<Setting Name="64">1,1,1,1,2</Setting>
<Setting Name="69">1,1,1,1,2</Setting>
<Setting Name="70">6</Setting>
<Setting Name="74">2,2,2</Setting>
<Setting Name="79">2,2,2</Setting>
<Setting Name="81">3,3</Setting>
<Setting Name="83">3,3</Setting>
<Setting Name="85">3,3</Setting>
<Setting Name="87">3,3</Setting>
<Setting Name="89">3,3</Setting>
</Set>


The problem, is when you talk to the rush order npc, he lists them as level 73, then 71, then level 69. It looks like maybe some changes were made (at least in provisioner) in the level 70 range and the script is off now. I just haven't figured out how to fix it, I tried removed the 70 and 74 enter and replaced it with the 71 and 73 but it didn't worked (got an error that the level 70 setting was missing).
 

blobby

Member
Ok it seems like the level on the rush/work orders in the 70 range changed with the last patch. This means, any toon leveling through those levels will not be able to do the writs via the bot. I tried editing the WritCounts.xml with no luck. Seems like the number of items per level is off and thats whats through off the bot.

Hopefully someone figures out how to fix it, because it looks like it will happen with every artians class.

The levels I have seen so far are:

<Setting Name="71">3,3</Setting>
<Setting Name="73">3,3</Setting>
<Setting Name="75">3,3</Setting>
<Setting Name="77">3,3</Setting>

I tried entering the commands above with no luck. Also I haven't hit level 79 but I figure it chaged too.
 

Amadeus

The Maestro
Staff member
Did you edit the writcounts.xml before starting craft? It won't work to do it while craft is running, that's for sure.

It may not be this simple of a fix, but I thought I'd mention that just in case.
 

Poulet

Member
Here is the issue I had and the workaround I used.

My char was level 69 and doing level 69 rush orders. So far so good.
Then he hits 70 and writs don't work anymore.

Thanks to your posts guys I edited the Writcounts.xml
Level 70 writ is composed of the same item to be made 6 times.
My level 70 char was trying to make the level 69 writs (normaly 1, 1, 1, 1, 1, 1) crafting 6 time the first item.

So what I did was simply change
<Setting Name="70">6</Setting>
to
<Setting Name="70">1,1,1,1,1,1</Setting>

That looks illogc but it works ... I guess there is something messed up down below.

++
 

Penguo

Member
Where is the writcounts.xml file so that I can edit it with this work around?
I haven't been able to locate it. Thanks!
 

Cherrii

Member
Hi.. I am having the same problem with the carpenter. Its telling me to edit the quantities under the lvl 71 carpenter. I dont see a lvl 71 in the file to edit only 70.
I did try changing the lvl 70 one to what was said above but it didnt work keeps saying the same thing. I didnt have craft running when i changed it either
 
Last edited:

Amadeus

The Maestro
Staff member
You need to have ISXEQ2 completely unloaded while editing the xml files. In fact, it might even require having EQ2 completely shutdown (I can't recall.)
 

Cherrii

Member
that didn't worth either. Did it both ways:(
It did keep what I edited but I noticed the 71 writ is 2 items at 3 of each. Could that be why its not 1 of 6 items to be crafted its 3 of 2 items?
 
Last edited:

wolfppo

Active Member
This problem is in a diffrent post soe changed the writ counts a few weeks ago and the 70+ writs are messed up.
 

b0ylard

Member
I hit this issue at level 71 for alchemist.

I checked the xml file and it had no entry for 71 so I added in

PHP:
      <Setting Name="71">3,3</Setting>
and everything worked fine. :)
 

Cherrii

Member
well i added the count for the lvl 71 writ and it still dont work. I went back to see if it actual stuck and it did its in there.
 

Cherrii

Member
do you just change it in the innerspace folder only? Cause i see we have the recipe data foldder in the scripts folder that was made for the svn update. Guess I just want to know if it has to be changed in both or just the one in the innerspace folder.

Thank You! <3
 

Amadeus

The Maestro
Staff member
Someone already answered that question earlier in this thread: C:\Program Files (x86)\InnerSpace\Scripts\EQ2Craft\Recipe Data
 

Cherrii

Member
I know i did that still dont work for me and another guildie. Oh well thanks anyways. ( Just was making sure it didnt have to be changed in both thats all. i did see what was posted sorry)
 
Top Bottom