not yet!Has this been updated wid todays DB update?
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:
No Trash - Keep Legendary, Sell Blue and Yellow.xmlCode:[ATTACH]43189[/ATTACH]
im trying to use this script, but it skips EVERY item, Blues, Yellows, Oranges...
<?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>
Requests:
Legendary, Yellow, Tomes and Plans:
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.
MAYBE JUST MAYBE ITS BECAUSE OF: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...