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

[No Trash] - Loot Rules: Keep Legendary, Sell Blue and Yellow

Updated my original post with this profile. Let me know how well it works.

Thanks but for some reason it doesn't even seem to show on the log.

When i select it and press ok, it doesn't show anything even though it's supposed to say

but i'll test to see if it's working
 
Last edited:
Thanks but for some reason it doesn't even seem to show on the log.

When i select it and press ok, it doesn't show anything even though it's supposed to say

but i'll test to see if it's working

Thanks for pointing that out, I fixed it now. Re-download it and it should work (well, at least load correctly). Let me know how it goes with separating the rings/amulets from other yellows :)
 
Since problem still persists ATM with trying to identify rares
It would be awesome to be able to let it keep legendary's and sell blue.
 
Hello, i tried this. My bot is still just standing there next to the stash doing nothing. Any suggestions you can give me?
 
Any way to keep all yellow rings+ammys unid and legendaries unid and sell all blues?
 
I'm not convinced I'm doing this right.

Settings > Item Rule Set > Click on 'No Trash' which I've placed in Demonbuddy\Rules, and it keeps the original "Rules\DefaultItemRules.xml" in the box.
 
any chance its possible to make one to keep legendary's and sell blues but ignore yellows completely (dont pickup) as when you ID yellows get disconnect errors sometimes.
 
Don't change rules in bot if load "No Trash - Keep Legendary and Yellow, Sell Blue.xml"
 
I'm not convinced I'm doing this right.

Settings > Item Rule Set > Click on 'No Trash' which I've placed in Demonbuddy\Rules, and it keeps the original "Rules\DefaultItemRules.xml" in the box.

It should just load the No Trash profile when you select it.
 
Storm, any idea on how to tell the bot to keep some specific stat combinations?

Like, keep armor that has: str>50 AND vit>50 AND RESISTALL>50
Code:
      <ItemRule itemBaseType="Armor" description="Rare armor">
        <StatRules>
          <Rule stat="Intelligence" minValue="120" quality="Rare4" />
	      <Rule stat="Dexterity" minValue="120" quality="Rare4" />
	      <Rule stat="Strength" minValue="50" stat="Vitality" minValue="50" stat="ResistAll" minValue="50" quality="Rare4" />
	      <Rule stat="GoldFind" minValue="15" stat="MagicFind" minValue="15" quality="Rare4" />
          <Rule stat="AttackSpeedPercent" minValue="12" quality="Rare4" />
        </StatRules>
      </ItemRule>

Trying this, but it does not seem to work, because he does not load my config at all, just ignores all drops (Which shouldnt, PickUP:Magic1)


Code:
<?xml version="1.0" encoding="utf-8" ?>

<ItemRules name="Default Item Rules" useRoundedValues="true">

  <Priority priority1="Keep" priority2="Salvage" priority3="Sell" />

  <Categories>
    <Category ruleType="PickUp">
      
      <ItemRule>
        <StatRules>
          <Rule quality="Magic1" />
        </StatRules>
      </ItemRule>

      <ItemRule itemName="Gold" stack="250" />
      
      <ItemRule itemName="Page of*" stack="1" />
      <ItemRule itemName="Tome of*" stack="1" />
      
      <ItemRule itemName="*Ruby*" stack="1" />
      <ItemRule itemName="*Emerald*" stack="1" />
      <ItemRule itemName="*Topaz*" stack="1" />
      <ItemRule itemName="*Amethyst*" stack="1" />

      <ItemRule itemName="*Health Potion*" stack="1" />
    </Category>

    <Category ruleType="Keep">
      
      <ItemRule itemBaseType="Weapon" twoHanded="true" description="High DPS 2h Weapons">
        <StatRules>
          <Rule stat="DPS" minValue="1200" quality="Magic1" />
          <Rule stat="DPS" minValue="1100" quality="Rare4" />
        </StatRules>
      </ItemRule>

      <ItemRule itemBaseType="Weapon" twoHanded="false" description="High DPS 1h Weapons">
        <StatRules>
          <Rule stat="DPS" minValue="1000" quality="Magic1" />
          <Rule stat="DPS" minValue="900" quality="Rare4" />
        </StatRules>
      </ItemRule>

      <ItemRule itemBaseType="Armor" description="Rare armor">
        <StatRules>
          <Rule stat="Intelligence" minValue="120" quality="Rare4" />
	      <Rule stat="Dexterity" minValue="120" quality="Rare4" />
	      <Rule stat="Strength" minValue="50" stat="Vitality" minValue="50" stat="ResistAll" minValue="50" quality="Rare4" />
	      <Rule stat="GoldFind" minValue="15" stat="MagicFind" minValue="15" quality="Rare4" />
          <Rule stat="AttackSpeedPercent" minValue="12" quality="Rare4" />
        </StatRules>
      </ItemRule>
      
      <ItemRule itemBaseType="Jewelry" description="Rare jewelry">
        <StatRules>
          <Rule stat="Intelligence" minValue="100" quality="Rare4" />
	      <Rule stat="Vitality" minValue="100" quality="Rare4" />
	      <Rule stat="Dexterity" minValue="100" quality="Rare4" />
	      <Rule stat="Strength" minValue="100" quality="Rare4" />
          <Rule stat="Strength" minValue="40" stat="Vitality" minValue="40" stat="ResistAll" minValue="20" quality="Rare4" />
          <Rule stat="GoldFind" minValue="15" stat="MagicFind" minValue="15" quality="Rare4" />
          <Rule stat="AttackSpeedPercent" minValue="15" quality="Rare4" />
        </StatRules>
      </ItemRule>

      <ItemRule ruleType="Keep" description="Legendary">
        <StatRules>
          <Rule quality="Legendary" />
        </StatRules>
      </ItemRule>
    </Category>
    
    <Category ruleType="Salvage">
        <ItemRule description="Salvage Rares">
        <StatRules>
            <Rule quality="Rare4" />
        </StatRules>
        </ItemRule>
    </Category>

    <Category ruleType="Sell">
      <ItemRule description="Sell Everything">
        <StatRules>
          <Rule quality="Magic1" />
        </StatRules>
      </ItemRule>
    </Category>
    
  </Categories>

</ItemRules>
 
does the profiles that keeps/stashes legendarys also keep/stash set items? so is the rule for legenarys and everything above quality wise or do i have to add set items to the itemrulelist manually?
 
Has someone found/writen a set of loot rules that are:
-sell crap blues and yellows
-keep only blues and yellows that have magic find , gold find over x value
-puts legendaries in stash

Would be awsome if someone can link that , tbh think its the best way to get tons of gold even in nightmare difficulty as GF and MF gear goes for ALOT atm.

kk, ty !


P.S. I checked other posts for this and havent found any , sry if it is out there , I just couldent find it ^^
 
another question:

I want the bot to salvage lvl 60 blues/rares, since essences are going for insane prices on AH, how do you do this? I'm a complete retard at stuff like this.
 
When I try to filter items by stats, or even leave the default filters that come with the bot, the bot just seems to stash all yellows, even if they don't have the stats that I set up. I believe this is a bug, but I haven't heard anything from the buddy team yet.

The "legendary only" profile should keep set items too, as they are also considered to be of legendary quality.

As for salvaging, again, I'm not sure how you would limit it to level 60 items, as the filters aren't working well at the moment. I could write a profile that would salvage all rares and/or magics, that should work, but doubt it can only apply to 60 items, because of the broken filters.
 
Added a profile that picks up legendary and yellow gear and ignores all the rest. Using this for an alt while doing queen runs.
 
sets keep too with this config ? No Trash - Keep Legendary and Gems, Sell Blue and Yellow.xml
 
Back
Top