What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Identification Issues

cky2k85

New Member
Joined
Jun 11, 2012
Messages
31
Reaction score
0
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:
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:
upload your log file on our boards plz
 
It's not an error with the bot AFAIK, he wants to not identify rares (which doesn't make much sense) and only stash them, which I think they removed that functionality and now townruns automatically do it.
 

Done

It's not an error with the bot AFAIK, he wants to not identify rares (which doesn't make much sense) and only stash them, which I think they removed that functionality and now townruns automatically do it.

I believe this is the case. The reasoning for having them unid is that in other trading sites, unid rares are more sought after. People enjoy identifying items, and they pay a price (which can sometimes outweigh straight selling).

http://www.thebuddyforum.com/demonb...ewelry-60-magic-items-among-other-things.html

pick a loot rule from there that satisfies your needs and wants, then check to see if it is doing the same thing. make sure when u load up DB you change your loot rules under "settings".

Almost all of my loot rules are custom and tested by myself. I have tried others, even copypasta'ed from those in some cases. I highly doubt it has anything to do with my profile. In this particular case I've literally stripped it bare bones and it still ID's the items.

If it's not a part of the bot's core functionality, maybe a future variable would be nice. :)
 
Back
Top