byobodybag
Member
- Joined
- Jul 11, 2012
- Messages
- 204
- Reaction score
- 0
Just wanted to say thank you for making such a good item rules set! I'm no longer worrying about my runs or what items to look at. 

Your welcomeJust wanted to say thank you for making such a good item rules set! I'm no longer worrying about my runs or what items to look at.![]()
Exactly xDJust set Trinity to ignore it then. Blood shard will be automatically collected if you run over it (same as gold and normal potion).
Thanks for your compliment. I'm glad the rules work that good for you xD.I just came here to say thank you, these rules are absolutely perfect. Needed a little fine tuning on my side but yeah, nothing more to say, this just works flawlessly, thanks !
How do you ignore an item from being stashed ? I tryed it with:
[QUALITY] == "Normal" && [NAME] == "Angelic Wings" -> [IGNORE]
in the common.cs file without any luck
[QUALITY] == "Normal" && [NAME] == "Angelic Wings" -> [TRASH]
You are welcome. Only choose what you need, ie extreme/hard/moderate/soft. I will update the instructions, they are too oldthanks man for this epic script!!
i have just one question about the instruction:
8- Select the loot folder, for example TrollinGoblin ROS item rules v1.0.
but i have to copy the folder "v4.1 TrollinGoblin Rules MHE" or just only the folder that i need?
for example "TrollinGoblin Hard v4.1"??
Thank you very much!
How do you ignore an item from being stashed ?
[IGNORE] can only be used in pickup.dis.
[TRASH] is the tag you are looking for for common.dis, magic.dis, rare.dis, legendary.dis and set.dis, so your rule should look like this:
Code:[QUALITY] == "Normal" && [NAME] == "Angelic Wings" -> [TRASH]
I see. You can edit protected bag slots in DB bot settingI got the Item in the Inventory already(CE Wings), just want to keep it in the Inventory.
pickup.cs sounds wrong for that purpose.
I see. You can edit protected bag slots in DB bot setting![]()
[Trinity] Item Rules doesn't handle Blood Shard of type Unknown and quality Special!
Search in pickup.dis the following lineIs this normal?Code:[Trinity] Item Rules doesn't handle Blood Shard of type Unknown and quality Special!
//Pick rules - comment to ignore it; uncomment to pick it.
//---
[QUALITY] == "Special"
It sells all rares and salvage them then?Mine sells all the rares except a chosen frew (That fit the loot profile) but then it goes and salvage the rares, instead of saving them. (It saves the legendaries perfectly)
Anyone know what I did wrong?
It sells all rares and salvage them then?
Sorry i don't understand your question.
It's the ones from this thread, the "hard" filter. But how do I attach them? It says invalid file name.Can you please attach your salvageSell.dis and rare.dis?
Read Point 7 in the first post![]()