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

[Item Rules] TrollinGoblin ROS Item Rules [Keep Updating]

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. ;)
 
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
 
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 !
Thanks for your compliment. I'm glad the rules work that good for you xD.

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

[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]
 
thanks 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!
 
thanks 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!
You are welcome. Only choose what you need, ie extreme/hard/moderate/soft. I will update the instructions, they are too old:)
 
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 got the Item in the Inventory already(CE Wings), just want to keep it in the Inventory.

pickup.cs sounds wrong for that purpose.
 
Code:
[Trinity] Item Rules doesn't handle Blood Shard of type Unknown and quality Special!
Is this normal?
 
My apology in advance, i've only recently gotten DB so im quite new to all this.

If i wanted my bot to stash ALL rings AND amulets with +crit and +critdmg. What do i need? Sell rest, keep leges. What file do i need or can someone make/configure one for me that does it?

Il be following this closely.
 
Code:
[Trinity] Item Rules doesn't handle Blood Shard of type Unknown and quality Special!
Is this normal?
Search in pickup.dis the following line
Code:
//Pick rules - comment to ignore it; uncomment to pick it.
//---
and add below:
Code:
[QUALITY] == "Special"

Should fix the Problem
 
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?
 
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 sells all rares and salvage them then?
Sorry i don't understand your question.

Sorry if I was unclear. It sells all rares, EXCEPT the ones that fit the profile (Trifecta stats for instance) But those it salvage instead of stashing.
 
Back
Top