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

Job's Legendary Rule set

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.

Ya but I don't want to keep too many items. Overall trash works better for me. I am wait to hear back from you. Thanks!
 
Will rules works if I have the game in another language? Asking this because I noticed that when you start the bot, in the logs will tells my equip in english also if I have the game in another language. So maybe it should work?
 
Last edited:
By the way I did a basic DH set rules based on your barbarian, if a DH want to try it is here:
 

Attachments

Looking for a WD loot rule anything works just wondering if someone has a personal updated one.
 
By the way I did a basic DH set rules based on your barbarian, if a DH want to try it is here:

Cool man thx for sharing! As for other languages I think you'd probably have to use item id's. I cant confirm but i don't imagine it would work w/ english names.
 
Why isn't it picking up Arcane Dust or Reusable Parts? Would be nice with some mats..

Craft materials is ticked off in trinity as well..
 
Why isn't it picking up Arcane Dust or Reusable Parts? Would be nice with some mats..

Craft materials is ticked off in trinity as well..
mate thats a completely seperate option in trinity..... this is for salvaging not picking up.

Go to the Items tab then go to pickup scroll down to misc pickup options then down the bottem it says misc item level. Change it to common.
 
Last edited:
mate thats a completely seperate option in trinity..... this is for salvaging not picking up.

Go to the Items tab then go to pickup scroll down to misc pickup options then down the bottem it says misc item level. Change it to common.
Riiight, thanks! Totally missed that.
 
One more thing though, and sorry about the double post, it always ignores the new goblin types completely. It only targets standard gobs. Is this a Trinity problem or?
 
Im just curious im in t2 on my barb using your rules, is there no good rare items that can be used? this only picks up legs correct? do you or anyone know of a bit more versatile rules that are up to date? im not overly geared. like i said, t2 solo no set items.
 
Im just curious im in t2 on my barb using your rules, is there no good rare items that can be used? this only picks up legs correct? do you or anyone know of a bit more versatile rules that are up to date? im not overly geared. like i said, t2 solo no set items.

The only rares I ever use and even then for maybe a day are rings/ammy. You could write up rules to keep rares based on stats (this was a big deal back in the RMAH days w/ trifecta rares) but these days rares are pretty much trash after 12 hrs of gameplay, in my experience.

The way I do things is start with a blank template and just run the bot and let it keep everything. As soon as I get a basic set I start putting in trash lines. The problem you face is you are using a rule set for a para 500 barb w/ mostly BiS gear so you may miss out on some midway upgrades.

My best suggestion is to set all the weapons to keep if legendary, and keep all the set pieces (remove the [TRASH] and conditions).
 
The only rares I ever use and even then for maybe a day are rings/ammy. You could write up rules to keep rares based on stats (this was a big deal back in the RMAH days w/ trifecta rares) but these days rares are pretty much trash after 12 hrs of gameplay, in my experience.

The way I do things is start with a blank template and just run the bot and let it keep everything. As soon as I get a basic set I start putting in trash lines. The problem you face is you are using a rule set for a para 500 barb w/ mostly BiS gear so you may miss out on some midway upgrades.

My best suggestion is to set all the weapons to keep if legendary, and keep all the set pieces (remove the [TRASH] and conditions).


HI JOB, can you figure out a way to filter Eun-Jang-Do besides itemID and name? maybe write a rule to filter 1 handed legendary dagger? That should help in the mean time. I feel really bad knowing the bot probably salvages a couple of these everyday
 
HI JOB, can you figure out a way to filter Eun-Jang-Do besides itemID and name? maybe write a rule to filter 1 handed legendary dagger? That should help in the mean time. I feel really bad knowing the bot probably salvages a couple of these everyday

I would and have stopped using cleanup trash rules to avoid this from happening... but if you want to keep using em I would write a rule that keeps all legendary daggers so anything not already set to be trashed and is also a dagger won't be tossed.
 
Last edited:
I would and have stopped using cleanup trash rules to avoid this from happening... but if you want to keep using em I would write a rule that keeps all legendary daggers so anything not already set to be trashed and is also a dagger won't be tossed.

thanks! how would that rule look like?
[QUALITY] == "Legendary" && [BASETYPE] == "Dagger" -> [KEEP] ?
 
thanks! how would that rule look like?
[QUALITY] == "Legendary" && [BASETYPE] == "Dagger" -> [KEEP] ?

Yeah that would work I would assume. I dug around the trinity folder looking to see if the ID was there anywhere. I didn't find it but I did find a tag I didn't know existed "[ELEMDMG%]" which i'm hoping will filter + to ele skills!
 
@GOODBRACER := [MAXSTAT].dual+[CRIT%].dual+[AS%].dual+[ELEMDMG%].dual+[VIT].dual+[ALLRES].dual

[QUALITY] == "Legendary" && [NAME] == "Ancient Parthan Defenders" # [@GOODBRACER] < 3 -> [TRASH]
[QUALITY] == "Legendary" && [NAME] == "Custerian Wristguards" # [@GOODBRACER] < 3 -> [TRASH]
[QUALITY] == "Legendary" && [NAME] == "Gungdo Gear" # [@GOODBRACER] < 3 -> [TRASH]
[QUALITY] == "Legendary" && [NAME] == "Kethryes' Splint" # [@GOODBRACER] < 3 -> [TRASH]
[QUALITY] == "Legendary" && [NAME] == "Lacuni Prowlers" # [@GOODBRACER] < 3 -> [TRASH]
[QUALITY] == "Legendary" && [NAME] == "Nemesis Bracers" # [@GOODBRACER] < 3 -> [TRASH]
[QUALITY] == "Legendary" && [NAME] == "Promise of Glory" # [@GOODBRACER] < 3 -> [TRASH]
[QUALITY] == "Legendary" && [NAME] == "Reaper's Wraps" -> [KEEP]
[QUALITY] == "Legendary" && [NAME] == "Sanguinary Vambraces" # [@GOODBRACER] < 3 -> [TRASH]
[QUALITY] == "Legendary" && [NAME] == "Slave Bonds" # [@GOODBRACER] < 3 -> [TRASH]
[QUALITY] == "Legendary" && [NAME] == "Steady Strikers" # [@GOODBRACER] < 3 -> [TRASH]
[QUALITY] == "Legendary" && [NAME] == "Strongarm Bracers" # [@GOODBRACER] < 3 -> [TRASH]
[QUALITY] == "Legendary" && [NAME] == "Trag'Oul Coils" # [@GOODBRACER] < 3 -> [TRASH]
[QUALITY] == "Legendary" && [NAME] == "Warzechian Armguards" # [@GOODBRACER] < 3 -> [TRASH]
[QUALITY] == "Legendary" && [NAME] == "Wondrous Deflectors" # [@GOODBRACER] < 3 -> [TRASH]

Working great for keeping bracers w/ 3/4 good stats. I'll post some updated rules w/ monk stuff soon.
 
Yeah that would work I would assume. I dug around the trinity folder looking to see if the ID was there anywhere. I didn't find it but I did find a tag I didn't know existed "[ELEMDMG%]" which i'm hoping will filter + to ele skills!

lol that worked really bad. I came home after work and found a bunch of unwanted legendary, not just daggers in the stash. It seems to be letting every single legendary go through the filter.
 
lol that worked really bad. I came home after work and found a bunch of unwanted legendary, not just daggers in the stash. It seems to be letting every single legendary go through the filter.

Try just [TYPE] and not basetype. Those aren't really tags I use much but type should work.
 
Back
Top