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

Job's Legendary Rule set

Yeah i forgot to add a [keep] on
[QUALITY] == "Legendary" && [NAME] == "Convention of the Elements"

Updated and reposted. Don't wanna be blowing up that ring!
 
Perfect, Testing it now. Added Some Ancient Keep Tags on some 1h weapons for my follower, but looks good as I overviewed it. :)
 
Only things of note I can think of are...

- In-Geom needs the item id tag to filter properly. Same with Eun-Jang-Do I beleive. It'll just keep em all for now.
- There are no overall trash rules except for rings and ammies because it's easier to filter them out if their crit%/critdmg are too low.
- You'll still get the occasional off class item as there are no rules whatsoever for their class specific items.
- Some 2h weaps can probably be trashed even if they are Leg. I don't really get them clogging my stash enough to update them often.
 
[QUALITY] == "Legendary" && [NAME] == "Immortal King's Boulder Breaker" # [ANCIENT] == 0 -> [TRASH]
does this mean it will keep the ancient version and trash the normal version?
 
[QUALITY] == "Legendary" && [NAME] == "Immortal King's Boulder Breaker" # [ANCIENT] == 0 -> [TRASH]
does this mean it will keep the ancient version and trash the normal version?

Yep
 
Whoops had to add
[QUALITY] == "Legendary" && [NAME] == "Hellfire Amulet" -> [KEEP]
 
what is the diffrent your barb and blank item rule cause i have demonhunter and i want to use it what do you recommend?
 
what is the diffrent your barb and blank item rule cause i have demonhunter and i want to use it what do you recommend?
Blank is just a template w/ all the items in and no keep or trash rules. Barb is the one I'm currently using for my s3 para 500 barbarian. You could go w/ the blank rules and just set your own keep or trash rules for the DH items.

Why? Hellfire Amulet is a crafting item isnt it?
It is but if you happen to keep one in your bag in an unprotected slot it'll get salvaged. Not a likely scenario but I'd rather be safe.
 

I'm going to write you some hypothetical DH loot rules right now.

  1. Download my personal barb template.
  2. Go to cloaks, 2h/1h bows, 2h/1h crossbows and add -> [TRASH] to the ones that always suck and # [ANCIENT] == 0 -> [TRASH] to the ones that you only want ancient versions of.
  3. Go to the DH sets and add -> [TRASH] to the ones that suck or # [ANCIENT] == 0 -> [TRASH] to the ones you only want ancient versions of.


Bam. You have pretty basic but functional rules that'll filter out tons of DH crap. If i played a DH i've have em made myself but I don't, and I'm not the charitable type to sit here and look at all the dh builds to figure out what is and isn't worth keeping. Having botted a DH yourself you know more about that than I do.
 
I noticed the BK weps aren't listed in the file for your barb..? Are they going to be auto salvaged or whats the go on that?
 
I noticed the BK weps aren't listed in the file for your barb..? Are they going to be auto salvaged or whats the go on that?

They are listed amongst the set items

// Bul-Kathos's Oath
[QUALITY] == "Legendary" && [NAME] == "Bul-Kathos's Solemn Vow" # [ANCIENT] == 0 -> [TRASH]
[QUALITY] == "Legendary" && [NAME] == "Bul-Kathos's Warrior Blood" # [ANCIENT] == 0 -> [TRASH]
 
They are listed amongst the set items

// Bul-Kathos's Oath
[QUALITY] == "Legendary" && [NAME] == "Bul-Kathos's Solemn Vow" # [ANCIENT] == 0 -> [TRASH]
[QUALITY] == "Legendary" && [NAME] == "Bul-Kathos's Warrior Blood" # [ANCIENT] == 0 -> [TRASH]

Oh sorry, my search didnt show that my bad :/
 
Hi Job, Just noticed that the item name for this doesn't work. How can i obtain the item ID for this new item?

http://us.battle.net/d3/en/item/eunjangdo

I have this rule setup and I watched the bot still salvaged this.
[QUALITY] == "Legendary" && [NAME] == "Eun-Jang-Do" -> [KEEP]

Thanks!

I had the same issue db404 trinity 2.7ish. I havn't found once since upgrading to trinity 2.8. Probably needs the item ID. I used to use D3head to find the id but they don't seem to have the new items. I'm sure it's available on here somewhere. I'm working on monk rules now so i'll look into finding it.

Edit: This is mostly why I stopped using overall Trash rules. I just tell the bot what specific items to trash instead of trash all and what to keep.
 
Back
Top