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

hello :)

this rocks, using: "No Trash - Keep Legendary and Gems, Sell Blue and Yellow"
I wish however that it would pick up the secret tombs as well.... any way to change that?

my mistake it does pick them up, just miss?s a few once in awhile.
 
Last edited:
Hello guys,

I wonder something whether it is possible or not. As a loot rule, I want my toon to LOOT ONLY legendaries + yellows + rings + amulets + tomes of secrets(inferno) + flawless gems(inferno).

If yes, I 'm gonna make a request. Thanks.
 
Last edited:
I'll probably stop fulfilling requests, especially those that want to loot all the trash, as there are plenty of different profiles available now.
 
Hi, is it possible to make the profile taking and selling only yellow and keeping legendary please ?
 
I apologize in advance if this has been answered before. But do any of your loot rules hold onto and stash set/green items?
 
Just want to say thanks... I was trying to figure out a way to increase my GPH without having to spend 10 million on new gear. I am using your Loot Legendary + Yellow in Sarkoth runs, I think I went from 300 GPH to around 350-380 GPH. This is probably also due to the fact my inventory doesn't get hunkered down with blues to salvage/sell every 20 runs.
 
stormwarr1, i am trying to make my own loot rules, if I want to, for example, keep any blue armor that has Dex > 50 AND Vit > 50, should I use,

<ItemRule itemBaseType="Armor" description="Magic armor with Dex and Vit">
<StatRules>
<Rule stat="Vitality" minValue="50" quality="Magic1" />
<Rule stat="Dexterity" minValue="50" quality="Magic1" />
</StatRules>
</ItemRule>

Or the above rule only keeps any blue armor that has Dex > 50 OR Vit > 50?

thanks!
 
can anyone confirm that "No Trash - Keep Legendary, Sell Blue and Yellow.xml" is working with stashing only on the last stash page? it's probably RNG, but i haven't seen a legendary in a while. However, I was getting at least a legendary a day when I was using a different script for legendaries only.
 
This is a modified version of No Trash. I just added it to the stormwarr1's No Trash file that picks up legendaries and jewelries.

It is set to pick up: legendaries, plans/designs, gems(all types), amulets/rings, mythic potions, and gold

I'm not an expert at this so please comment on it if something seems off. I know it works for gems and mythic pots, and obviously legendaries and jewelries. Not sure about plans/designs, but I'm pretty sure it does. I know it doesn't sell legendaries and jewelries, but I'm not sure about everything else. I edited my bag and stash slots so it wouldn't sell anything though. You can do that by going to your settings tab on DemonBuddy, and on the right hand side, there will be an Edit Protected Bag Slots. Make it all green, and make Protected Stash Pages to All. Chances are, you will be back to see your bot in at least 24 hours, and its inventory will not be completely full.

Just copy and paste it.

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

<ItemRules name="No Trash" useRoundedValues="true">
  <!-- The order in which item rules are evaluated. Typically, this is fine for almost all rule sets. 
  However, you may want to switch things around sometimes if you want to force-sell things that may match keep rules. -->
  <Priority priority1="Keep" priority2="Salvage" priority3="Sell" />

  <Categories>
    <Category ruleType="PickUp">

      <!-- Gems -->
      <ItemRule itemName="*Ruby*" stack="1" />
      <ItemRule itemName="*Emerald*" stack="1" />
      <ItemRule itemName="*Topaz*" stack="1" />
      <ItemRule itemName="*Amethyst*" stack="1" /> 

      <!-- Mythic Health potions -->
      <ItemRule itemName="Mythic Health Potion" stack="1" /> 
      
      <!-- Pick up all Legendary items -->
      <ItemRule>
        <StatRules>
          <Rule quality="Legendary" />
        </StatRules>
      </ItemRule>

      <ItemRule itemBaseType="Jewelry">
        <StatRules>
          <Rule quality="Rare4" />
        </StatRules>
      </ItemRule>

      <!-- Pick up designs and plans, blacksmithing/jewelcrafting -->
      <ItemRule itemName="Plan:*" stack="1" />
      <ItemRule itemName="Design:*" stack="1" /> 

      <!-- Pick up gold, at least in stacks of 100 -->
      <ItemRule itemName="Gold" stack="100" />      

    </Category>

    <Category ruleType="Keep">

      <!-- Keep designs and plans, blacksmithing/jewelcrafting -->
      <ItemRule itemName="Plan:*" />
      <ItemRule itemName="Design:*" />

      <!-- Keep legendaries and rare jewelry, regardless of stats. -->
      <ItemRule ruleType="Keep" description="Legendary items!">
        <StatRules>
          <Rule quality="Rare4" />
        </StatRules>
      </ItemRule>
      
    </Category>

  </Categories>

  <!-- Available Stats:
  
            Intelligence
            Strength
            Vitality
            Dexterity
            Armor - this is the "base" armor of an item.
            ArmorBonus - this is the "bonus" armor on the item. Represented in the tooltip as "+x Armor"
            ArmorTotal - this is the "total" armor for the item.

            // Damage % Increases - These are typically things like 3% Fire Damage - typically found on Wizard/WD items
            FireDamagePercent
            ColdDamagePercent
            LightningDamagePercent
            PoisonDamagePercent
            ArcaneDamagePercent
            HolyDamagePercent

            MinDamage - this is the smaller of the 2 when the tooltip states "+5-10 damage" or similar.
            MaxDamage - the max value of the above
            DPS - weapon DPS. This is the DPS as shown in the tooltip.

            GoldFind
            MagicFind 

            // Increase modifiers
            AttackSpeedPercent

            // Weapon
            WeaponAttacksPerSecond
            WeaponMinDamage
            WeaponMaxDamage

            // Misc
            MovementSpeed - run speed %
            HealthGlobeBonus
            HealthPerSecond
            LifePercent
            Level - item level. DOES NOT MATCH IN-GAME ITEM LEVEL REQUIREMENT!

            // Resists
            ResistAll
            ResistArcane
            ResistCold
            ResistPhysical
            ResistLightning
            ResistFire
            ResistPoison
            ResistHoly

            Thorns

            DamageReductionPhysicalPercent
            
            Sockets
   -->
</ItemRules>
 
Last edited:
Any chance you could write loot rules to loot legendary, yellow, and gems only?
 
Hello, green items from set like "Blackhorn" or whatever are they considerated as "legendary" or do the profile going to sell it please ?


Edit: @lolwatpear: Yes i can confirm. I used it for a while and found legendary items in my bank.
 
Last edited:
any loot rules that pick up anything and just stash the legendaries??
 
is it possible to get this profile :
"This one here should stash all Yellows and Legendaries, only selling the Blues. Tomes/Gems/Potions are not looted:
Code:
No Trash - Keep Legendary and Yellow, Sell Blue.xml"
modified to Keep Legendary and Yellow, Tomes, Mystic Potions , highest gems and sell blue ? :)
 
I just witnessed by char skip picking up a set item. I am using No Trash - Legendaries and Yellows Only. Am I the only one that has experienced this?!
 
Back
Top