Setting writ quantities at lvl 20

luckyer69

Well-Known Member
I am getting the error "Please edit the WritCounts.xml file to set the writs quantities for the lvl 20". Any help please. I searched the forms and nothing was for the differant writ quanitities.
 

mycroft

Script Author: MyPrices
I am getting the error "Please edit the WritCounts.xml file to set the writs quantities for the lvl 20". Any help please. I searched the forms and nothing was for the differant writ quanitities.
It's quite simple....in the file Writcounts.xml , you will see... sections that start >Set Name="crafter type">

Find the one that is for the crafter you are trying to do writs on.

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

<Setting Name="level">number of items,number of items,number of items,etc</Setting>

Just copy an exisiting line to a new line and put the right level and number of items that need crafting at each stage of the writs at that level.
 
Top Bottom