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

[LOOT RULES - REQUEST] Community Needs a Ancient Loot Rule

A "keep all ancient legendaries" button in trinity or something would be frickin' awesome.
 
Even the newest of users can copy paste/edit the legendary.dis file to make changes like this, it just takes an hour or so tops togo through the entire list and create a basic ancient maxstat keep. Although I remember reading they updated also in the .397 patch to add for ancient items, so basically you can tell item rules to salvage all non ancient, and keep all ancient. However that is not for me, I still want to keep non ancient furnace, non ancient prides falls, non ancient other things that might be rare/good for now. Here is a basic example of an all ancient lootrules for Marauder set

// Embodiment of the Marauder - Ancient set pieces only
[QUALITY] == "Legendary" && [NAME] == "Marauder's Carapace" # [MAXSTAT] >= 550 -> [KEEP]
[QUALITY] == "Legendary" && [NAME] == "Marauder's Carapace" -> [TRASH]
[QUALITY] == "Legendary" && [NAME] == "Marauder's Encasement" # [MAXSTAT] >= 550 -> [KEEP]
[QUALITY] == "Legendary" && [NAME] == "Marauder's Encasement" -> [TRASH]
[QUALITY] == "Legendary" && [NAME] == "Marauder's Gloves" # [MAXSTAT] >= 825 -> [KEEP]
[QUALITY] == "Legendary" && [NAME] == "Marauder's Gloves" -> [TRASH]
[QUALITY] == "Legendary" && [NAME] == "Marauder's Spines" # [MAXSTAT] >= 550 -> [KEEP]
[QUALITY] == "Legendary" && [NAME] == "Marauder's Spines" -> [TRASH]
[QUALITY] == "Legendary" && [NAME] == "Marauder's Treads" # [MAXSTAT] >= 550 -> [KEEP]
[QUALITY] == "Legendary" && [NAME] == "Marauder's Treads" -> [TRASH]
[QUALITY] == "Legendary" && [NAME] == "Marauder's Visage" # [MAXSTAT] >= 825 -> [KEEP]
[QUALITY] == "Legendary" && [NAME] == "Marauder's Visage" -> [TRASH]

Weapon examples:

[QUALITY] == "Legendary" && [NAME] == "Balefire Caster" # [MAXSTAT] >= 825 -> [KEEP] // 825-1000 max stat roll on ancient
[QUALITY] == "Legendary" && [NAME] == "Balefire Caster" -> [TRASH]
[QUALITY] == "Legendary" && [NAME] == "Etrayu" # [MAXSTAT] >= 825 -> [KEEP] // 825-1000 max stat roll on ancient weapon
[QUALITY] == "Legendary" && [NAME] == "Etrayu" -> [TRASH]


[QUALITY] == "Legendary" && [NAME] == "Bombadier's Rucksack" # [MAXSTAT] >= 825 -> [KEEP]
[QUALITY] == "Legendary" && [NAME] == "Bombadier's Rucksack"

and such, allows you to leave items like

[QUALITY] == "Legendary" && [NAME] == "The Witching Hour"

and furnace alone, because they are still good, ancient or non ancient. Weapons more so better then gear, but WH is AS/CHD. an ancient one will have like 150 more dex at most if good roll. The reason you do not wan't a "keep all ancients" button or lootrule set is because of how often you get common ancient legs like deathseers cowl, buriza, hellrack, windforce, junk helms, junk belts, shit you would never use ancient or not and it would just fill your stash up regardless.
 
You want ancient loot rules? Easy.

[QUALITY] == "Legendary" && [TYPE] == "Helm" # [MAXSTAT] > x -> [KEEP]

x = whatever ancient legendary minimum main stat is on helms.

Just do that for every item type. It's too easy to be asking someone else to to it. I'd share my rules but I don't even bot anymore so I have no rules for ancient items. If I do get back into it I will share em but it's not looking like there is any point to botting this game.
 
You want ancient loot rules? Easy.

[QUALITY] == "Legendary" && [TYPE] == "Helm" # [MAXSTAT] > x -> [KEEP]

x = whatever ancient legendary minimum main stat is on helms.

Just do that for every item type. It's too easy to be asking someone else to to it. I'd share my rules but I don't even bot anymore so I have no rules for ancient items. If I do get back into it I will share em but it's not looking like there is any point to botting this game.

Scratch that. [TYPE] doesn't seem to work propely. You'll have to go by name it seems.
 
tried both... didn't work really well for me :(
is there no simple "keep all ancient" items way to do it?
 
If you use the latest db beta, you can use the following to loot every ancient legendary items.
I remember a new property [ANCIENT] added to the latest patch.

[QUALITY] == "Legendary" # [ANCIENT] -> KEEP

Otherwise, you have to make loot rules for each part of items by using [MAXSTAT].
 
Back
Top