Ghostlorrrd
New Member
- Joined
- Jun 2, 2014
- Messages
- 263
- Reaction score
- 1
Is there someone that wouldn't mind sharing his most up-to-date items rule set? I would really appreciate that ^^
Last edited:
Is there someone that wouldn't mind sharing his most up-to-date items rule set? I would really appreciate that ^^
here
But the blue items can be handled by Trinity, no?
I set the Item rule
and my log said
salvaged
WeaponRange - TwoHandBow 'Odyssey's End'. Score = 160516 {legendary item}
Dexterity=935. DPS=3205
but, my rule set is
[QUALITY] == "Legendary" && [NAME] == "Odyssey's End" # [DEX] < 700 || ([WEAPDMG%] < 8 || [DPS] < 2500) -> [TRASH]
wth?
// Thorns of the Invoker
[QUALITY] == "Legendary" && [NAME] == "Burden of the Invoker" -> [TRASH]
[QUALITY] == "Legendary" && [NAME] == "Crown of the Invoker" -> [TRASH]
[QUALITY] == "Legendary" && [NAME] == "Pride of the Invoker" -> [TRASH]
[QUALITY] == "Legendary" && [NAME] == "Shackles of the Invoker" -> [TRASH]
// Enchantress
[QUALITY] == "Legendary" && [NAME] == "Hand of the Prophet" # [INT] < 740 || [VIT] < 740 || [CRITDMG%] != 100 -> [KEEP]
[QUALITY] == "Legendary" && [NAME] == "Smoking Thurible" # [INT] < 740 || [VIT] < 740 || [CRITDMG%] != 100 -> [KEEP]
// Scoundrel
[QUALITY] == "Legendary" && [NAME] == "Ribald Etchings" # [DEX] < 740 || [VIT] < 740 || [CRITDMG%] != 100 -> [KEEP]
[QUALITY] == "Legendary" && [NAME] == "Skeleton Key" # [DEX] < 740 || [VIT] < 740 || [CRITDMG%] != 100 -> [KEEP]
// Templar
[QUALITY] == "Legendary" && [NAME] == "Enchanting Favor" # [STR] < 740 || [VIT] < 740 || [CRITDMG%] != 100 -> [KEEP]
[QUALITY] == "Legendary" && [NAME] == "Relic of Akarat" # [STR] < 740 || [VIT] < 740 || [CRITDMG%] != 100 -> [KEEP]
[QUALITY] == "Legendary" && [NAME] == "Thunderfury, Blessed Blade of the Windseeker" # [MAXSTAT] >= 825 -> [KEEP] // 825-1000 max stat roll on ancient weapon
[QUALITY] == "Legendary" && [NAME] == "Thunderfury, Blessed Blade of the Windseeker"
[QUALITY] == "Legendary" && [NAME] == "Thunderfury, Blessed Blade of the Windseeker" -> [ANCIENT]
Can I use the Job's 2.1 LIST legendary.zip list and just mark off thinks I want to keep?
like [QUALITY] == "Legendary" && [NAME] == "Starmetal Kukri"->[KEEP] (do I need spaces at the end?)
If I do this will it keep the SMK and trash everything else?
[QUALITY] == "Legendary" -> [TRASH]
When I use your list it seems like I have to wipe settings to revert back to Trinity scoring. I tried changing the settings back, clearing path to rules folder, saving, reloading, then restarting, but it seems like it still thinks to use your set. They're great, but I only have 1 very well geared character which is my WD I like to use these for as it also farms the fastest. Any idea?