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

PickUp only some rares...

Kurgan

New Member
Joined
Dec 19, 2012
Messages
83
Reaction score
0
There is a way to pick up only a kind of rares?... for example I dont want to pickup bows and helmets... Thanks in advance

trinity 1.7.1.16 and DB DemonbuddyBETA 1.0.1276.130
 
Thanks tonari, I edit de pickup.dis in this way:

// +--------------------------------------------------------------------------------------+
// | ______ _______ ______ _______
// | | __ \ _ | __ \ ___|
// | | < | < ___|
// | |___|__|___|___|___|__|_______|
// +--------------------------------------------------------------------------------------+
[QUALITY] == "Rare" && [LEVEL] > 60 && [BASETYPE] == "Weapon"
//ignore rule
[QUALITY] == "Rare" && [LEVEL] <= 60 && [BASETYPE] == "Weapon" -> [IGNORE]
[QUALITY] == "Rare" && [TYPE] == "Helm" -> [IGNORE]
[QUALITY] == "Rare" && [TYPE] == "Chest" -> [IGNORE]
[QUALITY] == "Rare" && [TYPE] == "Shield" -> [IGNORE]

[QUALITY] == "Rare" && [LEVEL] > 61 && [BASETYPE] == "Armor"
[QUALITY] == "Rare" && [LEVEL] > 57 && [BASETYPE] == "Armor" && [TYPE] == "Gloves"
//ignore rule
[QUALITY] == "Rare" && [LEVEL] <= 61 && [BASETYPE] == "Armor" -> [IGNORE]

[QUALITY] == "Rare" && [LEVEL] > 54 && [BASETYPE] == "Jewelry"
//ignore rule
[QUALITY] == "Rare" && [LEVEL] <= 54 && [BASETYPE] == "Jewelry"-> [IGNORE]


But dont works, bot take shields, chest and helms, and I changed the level of the rares to 60 (as you can see), and only take 61+... whats wrong with this?...

Thanks in advance...
 
Well i have also edited in similar way and it was not working for me either. I asked the same question in the thread i linked and was not given a proper answer, one said that it is working for him but i was not able to do it.
 
I cant do it Tonari, you fixed the problem?, where to put pickup.dis?... I cant use file based guy, thanks in advance, if I obtain a solution I will post...
 
Hey tonary you fixed this?, its impossible for me guy...
 
In the trinity settings change the pickup rules to script based. Make sure you have the config.dis set up properly to use the rules you would like (soft, custom, hard, etc). Place the pickup.dis in the corresponding rule folder. You might want to adjust the identification rules to better suit the items you are looking for.

*edit*
If you do not set up the rules properly you could very possibly throw away legendaries and good rares. Take the time to get your rules done correctly.
 
Last edited:
Great at the end works, thanks so much thanks so much thatonemonk
 
Back
Top