EQ2Craft questions

Ixiblat

Active Member
Good evening, I have a couple of questions i was hoping someone could answer.

1) How does the durability threshold function? As it stands I am noticing that I am only getting pristines about 40% of the time. How would I push that setting to get it 100% or at least 95% of the time? I had played around with the setting and 110 made no more difference then the default 88 that was in there.

2) Do the second numbers inside of the Skills.xml file have any further meaning then to tie it back to the ReactionArts.xml? Meaning if i change:

Code:
<Setting Name="1 1">Theory</Setting>
<Setting Name="1 2">Reaction</Setting>
<Setting Name="1 3">Experiment</Setting>
to:

Code:
<Setting Name="1 1">Theory</Setting>
<Setting Name="1 2">Experiment</Setting>
<Setting Name="1 3">Reaction</Setting>
Will it have any further effect on the way the script runs?
 

Ixiblat

Active Member
I wanted to elaborate more on the quality problem i am having. Maybe it is just a matter of me miss understanding how things work.

Basically what I want is when the bottom bars quality drops below 1/2 the bar, it should only run quality at that point. Experimenting with the quality threshold I am unable to come up with any rhyme or reason as to when it starts doing that. It appears to be totally random at what point it will switch to quality only. At times it will drop to 3rd bar before moving to quality other times it will do quality at 25% of the 4th bar. Any information on this would be great.
 

Blazer

Active Member
There are 4 levels of quality in crafting. The thresholds, tell the bot when to start using Durability buffs. If you are failing on pristine items, perhaps you need to adjust (i.e increase the values not just only Quality 4, but 3 and/or 2).

If your increasing it in just Quality 4, it may be too late for the bot to recover from bad failures.
 
Top Bottom