WritCounts.xml can't be changed.

coolman

Active Member
The lvl 40 ,44 carpenter writcounts are wrong.


WritCounts.xml can't be changed.
If I do so it will pop up a msgbox, tell me it's missing.



<Set Name="carpenter">
<Setting Name="20">3,3</Setting>
<Setting Name="24">1,1,1,1,2</Setting>
<Setting Name="29">1,1,1,1,1,1</Setting>
<Setting Name="30">6</Setting>
<Setting Name="34">1,1,2,2</Setting>
<Setting Name="39">1,1,1,3</Setting>
<Setting Name="44">6</Setting>
<Setting Name="40">2,2,2</Setting>
<Setting Name="49">2,2,2</Setting>
<Setting Name="50">6</Setting>
<Setting Name="54">3,3</Setting>
<Setting Name="59">1,1,1,1,2</Setting>
<Setting Name="60">6</Setting>
<Setting Name="64">3,3</Setting>
<Setting Name="69">3,3</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>
 

Nuprecon

Active Member
I bet the file is right, but the option is wrong.

(ever stop to read the conversation between you and the writ giver?)

Change your option to 2 when doing the T5 carpenter writs.
 

wolfppo

Active Member
Yep it is reversed.

<Setting Name="44">6</Setting>
<Setting Name="40">2,2,2</Setting>

Should be.

<Setting Name="40">6</Setting>
<Setting Name="44">2,2,2</Setting>
 

coolman

Active Member
Yep it is reversed.

<Setting Name="44">6</Setting>
<Setting Name="40">2,2,2</Setting>

Should be.

<Setting Name="40">6</Setting>
<Setting Name="44">2,2,2</Setting>
Anyone could change this in WritCounts.xml file? I fail to do so....
 

tehfeer

Active Member
I edited mine and it fixed the issue and I was able to do level 40 and 44 writs last night. Just use notepad to edit it. Make sure you save it as the correct file and format and you should be set.
 

jgarza00

Well-Known Member
Added the following in response to /craft displaying "Please edit the WritCounts.xml file to set writ quantities for level 71 under woodworker."

Code:
<Setting Name="71">3,3</Setting>
 

jgarza00

Well-Known Member
Added the following in response to /craft displaying "Please edit the WritCounts.xml file to set writ quantities for level 73 under woodworker."

Code:
<Setting Name="71">3,3</Setting>
 

jgarza00

Well-Known Member
Added the following in response to /craft displaying "Please edit the WritCounts.xml file to set writ quantities for level 75 under woodworker."

Code:
<Setting Name="75">3,3</Setting>
 

jgarza00

Well-Known Member
Added the following in response to /craft displaying "Please edit the WritCounts.xml file to set writ quantities for level 77 under woodworker."

Code:
<Setting Name="77">6</Setting>
 

mamrono

Active Member
Added the following in response to /craft displaying "Please edit the WritCounts.xml file to set writ quantities for level 73 under woodworker."

Code:
<Setting Name="71">3,3</Setting>
How do you know what to chage it too, im having problems with lvl 71 tailor count.
 

bbrown5

Active Member
for Armorers lvl 71 settings


<Setting Name="71">3,3</Setting>

and there are no more lvl 70 tradeskill writs so you could just replace that one instead

and to figure out what numbers you choose.. go up to the writ giver and select the level of writ you want...

read the clipboard and then see what it requires you to make

those are the number that need to be placed inbetween the > <
also remember provisioners make 2 of each so there numbers are half

hope this helps

update appears all the lvl 70s writs follow the same pattern as the lvl 80s writs so please update your personal one till SVN gets updated

for armorers
<Setting Name="71">3,3</Setting>
<Setting Name="73">3,3</Setting>
<Setting Name="75">3,3</Setting>
<Setting Name="77">3,3</Setting>
<Setting Name="79">3,3</Setting>
 
Last edited:
Top Bottom