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

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

I'm trying to setup a rule including fire damage % and +XXX fire damage. Does anyone know the attributes for those in the item rules? I couldn't find them in the Item Rules 2 guide, that seems to predate the RoS.
 
Uhh it doesn't pick up nephalem rifts. Just ignores them compeltely (soft loot rules)
 
Can confirm all the ElementalSkillDamagePercentBonus are not updated in DB item.stats for RoS. They are still linked to Vanilla stats because they still work with my Legacy SOJ. Trying to get Nesox to update them for the next beta.
 
How would I get it stash blues and salvage whites and yellow with the hard rules?
 
can anyone help? i cant get it to stash blues and salvage whites and yellow.
 
I came here to find this out as well, as default trinity does not pick it up (from experience). Does anyone know if this will pick it up?
 
Hello,
This Rules are awesome,really great job :)
But i don't know if i got a problem or if it's normal but kadalaspree doesn't work when i use this rules :/
 
Does anyone know how to pickup the new seasonal items using these rules? I also wanna pick up Ramaladni's Gift also
 
Looks like the author has unfortunately gone MIA

Anyway i can confirm that this won't prevent looting the Ramaladni's Gift in any way :)

The only thing that worries me is this message when i kill a rift boss

Code:
[Trinity] Item Rules doesn't handle Blood Shard of type Unknown and quality Special!
 
Last edited:
if i am not wrong you can tell trinity to pickup anything just takes time to go through it
 
can anyone tell me what's wrong with my rules?


My DB when find any of those items, no matter what are the stats i get a (NULL) message saying there is no rules and it keeps everything. It is happening with everything.

Example of my rules:

[QUALITY] == "Legendary" && [NAME] == "Marauder's Carapace" # ([MAXSTAT] < 450 && [VIT] < 450 && [SOCKETS] < 3) || ([MAXSTAT] < 450 && [VIT] < 450 && [SKILLDMG%] < 14) || ([MAXSTAT] < 450 && [SKILLDMG%] < 14 && [SOCKETS] < 3) -> [TRASH]
[QUALITY] == "Legendary" && [NAME] == "Marauder's Encasement" # ([MAXSTAT] < 450 && [VIT] < 450 && [SOCKETS] < 2) || ([MAXSTAT] < 450 && [VIT] < 450 && [ALLRES] < 90) || ([MAXSTAT] < 450 && [ALLRES] < 90 && [SOCKETS] < 2) -> [TRASH]
[QUALITY] == "Legendary" && [NAME] == "Marauder's Gloves" # ([MAXSTAT] < 600 && [CRIT%] < 9 && [CRITDMG%] < 40) || ([MAXSTAT] < 600 && [CRIT%] < 9 && [CDRED%] < 7) || ([MAXSTAT] < 600 && [CDRED%] <7 && [CRITDMG%] < 40) -> [TRASH]
[QUALITY] == "Legendary" && [NAME] == "Marauder's Spines" # ([MAXSTAT] < 450 && [VIT] < 450 && [CDRED%] < 7) || ([MAXSTAT] < 450 && [VIT] < 450 && [SKILLDMG%] < 14) || ([MAXSTAT] < 450 && [SKILLDMG%] < 14 && [CDRED%] < 7) -> [TRASH]
[QUALITY] == "Legendary" && [NAME] == "Marauder's Treads" # [MAXSTAT] < 480 && [VIT] < 480 -> [TRASH]
[QUALITY] == "Legendary" && [NAME] == "Marauder's Visage" # ([MAXSTAT] < 600 && [CRIT%] < 6 && [SOCKETS] < 1) || ([MAXSTAT] < 600 && [CRIT%] < 6 && [SKILLDMG%] < 14) || ([MAXSTAT] < 600 && [SKILLDMG%] < 14 & [SOCKETS] < 1) -> [TRASH]
 
-> [TRASH] doesnt seem to work on my lootrules as well with the most recent update...

any dev or mod or anyone able to confirm? im pretty sure its borken judging my pandas posts..
 
Back
Top