I can't figure out how to make my DB pickup Tomes of Secret and Health Potions and also make it stop picking up Ruby's.
I've tried to look in the DefaultItemRules.xml but there doesn't really seem to be any difference in the code between the items it does pick up and the items it doesn't pick up.
I'll give an example:
<!-- Gems -->
<ItemRule itemName="*Ruby*" />
<ItemRule itemName="*Emerald*" />
<ItemRule itemName="*Topaz*" />
<ItemRule itemName="*Amethyst*" />
My buddy only picks up Emeralds and Rubies, however the code in this file for rubies and emeralds resemble the code for topaz's and amethysts.
Health Potions it doesn't pick up either x
<!-- Pick up all pages and tomes, blacksmithing/jewelcrafting -->
<ItemRule itemName="Page of*" />
<ItemRule itemName="Tome of*" />
<!--BS plans-->
<ItemRule itemName="Plan*" />
<!--JC plans-->
<ItemRule itemName="Design*" />
<!-- Gems -->
<ItemRule itemName="*Ruby*" />
<ItemRule itemName="*Emerald*" />
<ItemRule itemName="*Topaz*" />
<ItemRule itemName="*Amethyst*" />
<!-- Health potions -->
<ItemRule itemName="*Health Potion*" />
</Category>
<Category ruleType="Keep">
Any help in this matter is much appreciated, thank you.
I've tried to look in the DefaultItemRules.xml but there doesn't really seem to be any difference in the code between the items it does pick up and the items it doesn't pick up.
I'll give an example:
<!-- Gems -->
<ItemRule itemName="*Ruby*" />
<ItemRule itemName="*Emerald*" />
<ItemRule itemName="*Topaz*" />
<ItemRule itemName="*Amethyst*" />
My buddy only picks up Emeralds and Rubies, however the code in this file for rubies and emeralds resemble the code for topaz's and amethysts.
Health Potions it doesn't pick up either x
<!-- Pick up all pages and tomes, blacksmithing/jewelcrafting -->
<ItemRule itemName="Page of*" />
<ItemRule itemName="Tome of*" />
<!--BS plans-->
<ItemRule itemName="Plan*" />
<!--JC plans-->
<ItemRule itemName="Design*" />
<!-- Gems -->
<ItemRule itemName="*Ruby*" />
<ItemRule itemName="*Emerald*" />
<ItemRule itemName="*Topaz*" />
<ItemRule itemName="*Amethyst*" />
<!-- Health potions -->
<ItemRule itemName="*Health Potion*" />
</Category>
<Category ruleType="Keep">
Any help in this matter is much appreciated, thank you.






