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

Has this been updated wid todays DB update?
not yet!

Rule 'quality' attribute is now deprecated. Use stat="Quality" value="Rare4" or your chosen rarity. The quality attribute will be removed in a future release.

From script:
-<StatRules> <Rule quality="Rare4"/>
 
ive been testing this over night. it does pick up all sqaure gems but it leaves the flawless square ruby's on the ground
 
The original profile will loot Legendary, Yellow and Blue gear. It will stash Legendary and sell all the rest.

Tomes, Pages, Gems and Potions are NOT picked up.

Anyway, here's the original profile:
Code:
[ATTACH]43189[/ATTACH]
No Trash - Keep Legendary, Sell Blue and Yellow.xml


im trying to use this script, but it skips EVERY item, Blues, Yellows, Oranges...
 
Guys I'm not gonna update any more since I was just uploading profiles which I made for myself. And I haven't played D3 in a long while now.
 
Anyone knows if there is a No Trash - Only Loot Legendary.xml but in Russian? :D i would love to have it ^^. Thanks
 
This pickups everything and sells everything except legendary's


<?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">

<!-- Pick up all magic+ items -->
<ItemRule>
<StatRules>
<Rule stat="Quality" value="Magic1" />
</StatRules>
</ItemRule>

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

</Category>

<Category ruleType="Keep">

<!-- Keep legendaries, regardless of stats. -->
<ItemRule ruleType="Keep" description="Legendary items!">
<StatRules>
<Rule stat="Quality" value="Legendary" />
</StatRules>
</ItemRule>

</Category>

<Category ruleType="Sell">
<ItemRule description="Sell Everything">
<StatRules>
<Rule stat="Quality" value="Magic1" />
</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>
 
Do any of these rules above, wait to loot till all monsters on screen are dead? or do they stop fighting to loot like the main loot rules demonbuddy/giles trinity uses? i keep having problem of dying when i shouldnt due to stop fighting and start looting. how do i fix this?
 
Requests:
Legendary, Yellow, Tomes and Plans:

using this, but it still doesnt pick up tomes...

no idea why, but i need to collect "tome of secrets" and it ignores them, checked the coding, it states tomes as being picked up but doesnt work???
 
Hey ! can u make one who loots evrything, put ledgendarys, recepts and sockets at the stash and sell evrything else exept potions ?:)
 
shouldnt the gold pickup be <ItemRule itemName="Gold">
<StatRules> <Rule stacks="100" /> </StatRules> </ItemRule>
 
I don't know I did right or not, it just don't work. I mean, didn't pick up any thing, including legendary gears. I click settings>bot>Item Rule Set>choose only legendary>select>save and close>set Trinity Items> choose DB loot rules> save settings. when I do this way, it just don't work, skip any thing
 
I don't know I did right or not, it just don't work. I mean, didn't pick up any thing, including legendary gears. I click settings>bot>Item Rule Set>choose only legendary>select>save and close>set Trinity Items> choose DB loot rules> save settings. when I do this way, it just don't work, skip any thing

Last edited by stormwarr1; 16.07.2012 at 07:35.
.

so no comment...really learn to read
 
Last edited:
if I hurt you, I am sorry...just download DB today so you can call me noob...but for me, my step to up, the code just don't work...
 
if I hurt you, I am sorry...just download DB today so you can call me noob...but for me, my step to up, the code just don't work...
MAYBE JUST MAYBE ITS BECAUSE OF:

Last edited by stormwarr1; 16.07.2012 at 07:35.

2 years old...
 
Back
Top