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

Lootrules *Ancient +* Request

Tattoo

Member
Joined
Dec 16, 2011
Messages
133
Reaction score
11
Hi,

please don't link me to the WIP Community Loot rules, they look for nearly perfect ancient items, what in my opinion isn't suitable or necessary.

What i'm looking after is something like this:
Keep all ancient items
Keep these named legendary item (unity, torch, soj,...)
trash all other legendarys

Is this possible without editing every single item by name?
i tried this, but didn't work:

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

[QUALITY] == "Legendary" && [NAME] == "Unity" -> [KEEP]
[QUALITY] == "Legendary" && [NAME] == "Incense Torch of the Grand Temple" -> [KEEP]
[QUALITY] == "Legendary" && [NAME] == "Cindercoat" -> [KEEP]
[QUALITY] == "Legendary" && [NAME] == "The Ess of Johan" -> [KEEP]
[QUALITY] == "Legendary" && [NAME] == "Stone of Jordan" -> [KEEP]

[QUALITY] == "Legendary" && [BASETYPE] == "Weapon" -> [TRASH]
[QUALITY] == "Legendary" && [BASETYPE] == "Armor" -> [TRASH]
[QUALITY] == "Legendary" && [BASETYPE] == "Jewelry" -> [TRASH]

Regards


P.S.: Working by Scoring doesn't fit's for me either, Blizz is often changing Set's and Items from non-useable to highly needed (see torch) - so i'd like to decide on my own which ancient i'll keep.
 
I have no idea if ancient tags are working but what i"ve done is added
# [MAXSTAT] >= 550 -> [KEEP]
# [MAXSTAT] >= 825 -> [KEEP]
# [MAXSTAT] >= 1237 -> [KEEP]
to every item that I want to keep if it is an ancient. I just put a [TRASH] tag on the ones I want to toss regardless of stats and [KEEP] on the ones I want to keep regardless of stats. It'll toss items if they have no main stats but I'd toss them anyhow. Have to use an overall trash rule at the bottom of the list as well.
[QUALITY] == "Legendary" -> [TRASH]
That'll trash any legendary not tagged to be kept (so if it isn't on your list and indicated [KEEP] it'll be chucked).

Now man up, go get the blank legendary list, and start tagging items. It'll take you less time than you think.
 
go to the folder "\Plugins\Trinity\ItemRules" in your demon buddy folder and then open the file Interpreter.cs and edit line 891: itemDic.Add("[ANCIENT]", item.AncientRank); to itemDic.Add("[ANCIENT]", item.AncientRank>0); and your rules should work! "[QUALITY] == "Legendary" # [ANCIENT] -> KEEP" i havnt tried it but i saw it somewhere on a post
 
go to the folder "\Plugins\Trinity\ItemRules" in your demon buddy folder and then open the file Interpreter.cs and edit line 891: itemDic.Add("[ANCIENT]", item.AncientRank); to itemDic.Add("[ANCIENT]", item.AncientRank>0); and your rules should work! "[QUALITY] == "Legendary" # [ANCIENT] -> KEEP" i havnt tried it but i saw it somewhere on a post


Can anyone confirm if this is working or not?
 
any1 know why bot keep all leg??
Find it:)
Game Must be in English :)
Work fine, will see in the morrning ;)
 
Last edited:
But not working or im just got no luck to Leg because salvage all :D
 
Back
Top