I just wanted to share this for posterity. The command "/ac gear" and "/ac validate" incorrectly states "All required..." messages even though duplicate items of the same name, "Stikini Ring +1" or "Chirich Ring +1" have not been moved appropriately by "/ac gear".
In this case, both situations of duplicate items, "Stikini Ring +1" and "Chirich Ring +1" are each respectively listed in a single set. I suspect that the inclusion of 1 item by "/ac gear" erroneously satisfied a condition that prevents the second item from being found and moved appropriately.
So:
<set name="SomeSet">
...
<ring1>Stikini Ring +1</ring1>
<ring2>Stikini Ring +1</ring2>
</set>
<set name="SomeOtherSet">
...
<ring1>Chirich Ring +1</ring1>
<ring2>Chirich Ring +1</ring2>
</set>
I just wanted to share this for posterity. The command "/ac gear" and "/ac validate" incorrectly states "All required..." messages even though duplicate items of the same name, "Stikini Ring +1" or "Chirich Ring +1" have not been moved appropriately by "/ac gear".
In this case, both situations of duplicate items, "Stikini Ring +1" and "Chirich Ring +1" are each respectively listed in a single set. I suspect that the inclusion of 1 item by "/ac gear" erroneously satisfied a condition that prevents the second item from being found and moved appropriately.
So:
```
<set name="SomeSet">
...
<ring1>Stikini Ring +1</ring1>
<ring2>Stikini Ring +1</ring2>
</set>
<set name="SomeOtherSet">
...
<ring1>Chirich Ring +1</ring1>
<ring2>Chirich Ring +1</ring2>
</set>
```
You already told me about this, and I already told you that it wasn't happening until v4.
It isn't even ashitacast doing it, it's whatever plugin you have ac gear tied to.
You already told me about this, and I already told you that it wasn't happening until v4.
It isn't even ashitacast doing it, it's whatever plugin you have ac gear tied to.
I just wanted to share this for posterity. The command "/ac gear" and "/ac validate" incorrectly states "All required..." messages even though duplicate items of the same name, "Stikini Ring +1" or "Chirich Ring +1" have not been moved appropriately by "/ac gear".
In this case, both situations of duplicate items, "Stikini Ring +1" and "Chirich Ring +1" are each respectively listed in a single set. I suspect that the inclusion of 1 item by "/ac gear" erroneously satisfied a condition that prevents the second item from being found and moved appropriately.
So:
You already told me about this, and I already told you that it wasn't happening until v4.
It isn't even ashitacast doing it, it's whatever plugin you have ac gear tied to.