Getting pretty frustrated with this, all I want to do is have the bot pick up the rares and stash them. The bot keeps Identifying the rares prior to stashing. Is this a loot rules issue or a bot issue?
Profile:
http://www.thebuddyforum.com/demonb...timate-dh-sarkoth-script-8-16s-full-runs.html
Plugin: (Confirmed issue with and without plugin)
http://www.thebuddyforum.com/demonbuddy-forum/plugins/55890-plugin-icools-sarkoth-helper.html
Log:
View attachment 2012-06-24 20.17.txt.zip
Rules:
Profile:
http://www.thebuddyforum.com/demonb...timate-dh-sarkoth-script-8-16s-full-runs.html
Plugin: (Confirmed issue with and without plugin)
http://www.thebuddyforum.com/demonbuddy-forum/plugins/55890-plugin-icools-sarkoth-helper.html
Log:
View attachment 2012-06-24 20.17.txt.zip
Rules:
Code:
<?xml version="1.0" encoding="utf-8" ?>
<!--
Modified Loot Rules - Picks up Magic+, Gold, Training mats and recipes
-->
<ItemRules name="Liquids Loot" useRoundedValues="true">
<Priority priority1="Keep" priority2="Salvage" priority3="Sell" />
<Categories>
<Category ruleType="PickUp">
<!-- Pick up all rare+ items -->
<ItemRule>
<StatRules>
<Rule quality="Rare4" />
</StatRules>
</ItemRule>
<!-- Pick up gold, at least in stacks of 50 -->
<ItemRule itemName="Gold" stack="50" />
<!-- Pick up all pages and tomes, blacksmithing/jewelcrafting -->
<ItemRule itemName="Page of*" stack="1" />
<ItemRule itemName="Tome of*" stack="1" />
<!-- Pick up designs and plans, blacksmithing/jewelcrafting -->
<ItemRule itemName="*Plan*" stack="1" />
<ItemRule itemName="*Design*" stack="1" />
<!-- Pick up Flawless Square Gems -->
<ItemRule itemName="*Flawless Square*" stack="1" />
<!-- Pick up Mythic Health potions -->
<ItemRule itemName="Mythic Health Potion" stack="1" />
</Category>
<Category ruleType="Keep">
<!-- Keep designs and plans, blacksmithing/jewelcrafting -->
<ItemRule itemName="*Plan*" />
<ItemRule itemName="*Design*" />
<!-- Keeps pages, tomes and salvage materials-->
<ItemRule itemName="Page of*" />
<ItemRule itemName="Tome of*" />
<ItemRule itemName="*Essence" />
<ItemRule itemName="*Tear" />
<ItemRule itemName="*Hoof" />
<ItemRule itemName="*Brimstone" />
<!-- Keep rare items -->
<ItemRule description="Rare Items">
<StatRules>
<Rule quality="Rare4" />
</StatRules>
</ItemRule>
</Category>
<Category ruleType="Sell">
<ItemRule description="Sell Everything">
<StatRules>
<Rule quality="Magic1" />
</StatRules>
</ItemRule>
</Category>
</Categories>
</ItemRules>
Last edited: