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

[Plugin Addon] "Item Rules" with a file based scripting language

ok, so is here any like complete rules, or is this just some information post how to make lootrules, cause it keeps all right now, cause the way giles had with slider is great, just that it prioritizes pretty wrong stats and combinations
 
Last edited:
ok, so is here any like complete rules, or is this just some information post how to make lootrules, cause it keeps all right now, cause the way giles had with slider is great, just that it prioritizes pretty wrong stats and combinations
please learn to read finally
first post:
// +--------------------------------------------------------------------------------------+
// | __| | | \ \ | __| __| | _ \ __|
// | ( __ | _ \ . | (_ | _| | ( | (_ |
// | \___| _| _| _/ _\ _|\_| \___| ___| ____| \___/ \___|
// +--------------------------------------------------------------------------------------+
// | 09a:
// | - merged with unified
// | - put the source on svn
// | - added [NAME] for check names ... [NAME] == Andariel's Visage (untested)
// | - added [TOTRES] to check summ of all resists single and allres together
// | - added config.dis and [FILE] to add diffrent item rule files
// | - changed "[QUALITY]" to check for rare and magic instet of rare456 and magic456
// | - added legendary weapons fixed major issue with rare.dis
// | - added additional syntax control watch out for bad lines in ur log
// | - fixed many rules ...
// | - at the top of each rule file ([quality].dis) there is one rule to keep everything
// | to start rules kicking remove or comment that line out!!!

// +--------------------------------------------------------------------------------------+
 
sry that im no proffesor in english and understand all right off, i always read all posts before posting anything and i just doent understand then i ask, and that was reason, not that i dident read, never got that in mind?
 
sry that im no proffesor in english and understand all right off, i always read all posts before posting anything and i just doent understand then i ask, and that was reason, not that i dident read, never got that in mind?
facepalm.jpg
 
oh so you admit your brain dont have the capacity to think more logical stuffs :D
Well it's not me that idiot who did not think to read the first post and put two slashes before loot rules
 
This plugin doesn't have it's own "trashlist", correct? I can see what was trashed in giles files? Will I be able to know, that it was trashed because of rules in this addon and which particular rules? Would be helpful for testing and debugging.
 
This plugin doesn't have it's own "trashlist", correct? I can see what was trashed in giles files? Will I be able to know, that it was trashed because of rules in this addon and which particular rules? Would be helpful for testing and debugging.

in config.dis

u can set debug to true ... to have each item with action logged out ... for testing ...

$$ [DEBUG] == true
 
This is working well on all but one of my bots, the one with the problem is TP to town, ID items and then stands there and the items in the log window loop over over. He does not move to the chest to stash items nor to the vendor to sell. Just stands there looping :confused:
 
Still no word as to the need of using local client "Name" variable? Will start translating now, I guess =)
Also, we can't use arithmetics, right? Like "+", "-" and so on?
 
Still no word as to the need of using local client "Name" variable? Will start translating now, I guess =)
Also, we can't use arithmetics, right? Like "+", "-" and so on?

You have to translate item name - yes.
"+" or "-" - atm its not. Why you need it ? :) MAXSTATVIT = STR/DEX/INT + VIT and soon will be "dmgfactor" or something like that for AS + CHD + CHC...
 
Hey guys, thanks for all the great work. Was hoping some more people that have tested this would give some feedback from the recent versions converged with giles trinity. I don't have time right now to debug and test it, and I would hate to find out it is throwing away stuff that I could sell. I am running only one bot right now and am kinda new to the game so I still sell some items at the 350k+ mark in the gold auction house. Would this set of rules trash those items?
 
I downloaded the new DB and GilesTrinity. I set up the Unified update and then copied the latest files for your plugin directly from your SVN.
Is this the wrong process to update? Reason I ask is that DB won't load with this setup, It crashes as soon as I tell it to log in(DB not D3). Oh and yes, I did try it as a completely fresh install.

Thank you!

Edit 1: Just reread the main post. I'll try with just the SVN(didn't realize you integrated your plugin w/ the Unified mods).
Edit 2: That worked. I'm a tard.
 
Last edited:
You have to translate item name - yes.
"+" or "-" - atm its not. Why you need it ? :) MAXSTATVIT = STR/DEX/INT + VIT and soon will be "dmgfactor" or something like that for AS + CHD + CHC...

Well, considering that maxstatvit doesn't let me chose which stats I am talking about, and most items have different price for STR+VIT and say INT+VIT (say STRVIT 300 is pretty bad on a belt, while INTVIT 300 on a belt is pretty strong, and so on), whatever, I can work around that.
 
In current "legendary.dis" Tyrael's might armor has "NAME == Cindercoat" in the actual rule. This probably will lead to Tyrael's might not being stashed, should be easy to fix though =)
 
Now that I look at it - it is missing most of the rules for the armors, so probably a good idea to leave the "keep all legendary armor" rule on for now and not remove it :D
 
I'm at a total loss as to how to use this... I want to use this, but I can't figure out where to put it once I download and replace the "unified giles trinity" the instructions seem to be rather lacking.... past that (sorry if I missed something. :/)


Code:
// +--------------------------+
// |        Tinnvec's         |
// | Legen-wait-for-it-daries |
// +--------------------------+
// Checks Legendaries that can drop in Inferno (iLvl 58+)
// Weapons: Trashes if min and max weapon damage is in the bottom 50% of capability
// Armor: Trashes if base armor in lowest 25% of capability
// Offhand: Trashes if min and max added damage is in bottom 25% of capability
// Jewlery: Keeps all (for now!)

// ========= Weapons =========

// Axes - 1H

// The Butcher's Sickle - iLvl 60
[QUALITY] == Legendary && [TYPE] == Axe && [ONEHAND] == true && [LEVEL] == 60 # [WEAPMINDMG] < 370 && [WEAPMAXDMG] < 702 # [TRASH]
// The Burning Axe of Sankis - iLvl 62
[QUALITY] == Legendary && [TYPE] == Axe && [ONEHAND] == true && [LEVEL] == 62 # [WEAPMINDMG] < 382 && [WEAPMAXDMG] < 802 # [TRASH]
// Sky Splitter - iLvl 63
[QUALITY] == Legendary && [TYPE] == Axe && [ONEHAND] == true && [LEVEL] == 63 # [WEAPMINDMG] < 431 && [WEAPMAXDMG] < 901 # [TRASH]

// Daggers

// Wizardspike - iLvl 63
[QUALITY] == Legendary && [TYPE] == Dagger && [LEVEL] == 63 # [WEAPMINDMG] < 285 && [WEAPMAXDMG] < 733 # [TRASH]

// Maces - 1H

// Nailbiter - iLvl 60
[QUALITY] == Legendary && [TYPE] == Mace && [ONEHAND] == true && [LEVEL] == 60 # [WEAPMINDMG] < 392 && [WEAPMAXDMG] < 733 # [TRASH]
// Echoing Fury - iLvl 62
[QUALITY] == Legendary && [TYPE] == Mace && [ONEHAND] == true && [LEVEL] == 62 # [WEAPMINDMG] < 504 && [WEAPMAXDMG] < 896 # [TRASH]
// Sun Keeper - iLvl 63
[QUALITY] == Legendary && [TYPE] == Mace && [ONEHAND] == true && [LEVEL] == 61 # [WEAPMINDMG] < 485 && [WEAPMAXDMG] < 1001 # [TRASH]

// Spears

// The Tree Hundredth Spear - iLvl 60
[QUALITY] == Legendary && [TYPE] == Spear && [LEVEL] == 60 # [WEAPMINDMG] < 477 && [WEAPMAXDMG] < 813 # [TRASH]
// Empyrean Messenger - iLvl 63
[QUALITY] == Legendary && [TYPE] == Spear && [LEVEL] == 63 # [WEAPMINDMG] < 519 && [WEAPMAXDMG] < 951 # [TRASH]

// Swords - 1H

// Doombringer - iLvl 60
[QUALITY] == Legendary && [TYPE] == Sword && [ONEHAND] == true && [LEVEL] == 60 && [BLOCK%] == 7 # [WEAPMINDMG] < 274 && [WEAPMAXDMG] < 633 # [TRASH]
// Skycutter - iLvl 60
[QUALITY] == Legendary && [TYPE] == Sword && [ONEHAND] == true && [LEVEL] == 60 # [WEAPMINDMG] < 274 && [WEAPMAXDMG] < 633 # [TRASH]
// Sever - iLvl 62
[QUALITY] == Legendary && [TYPE] == Sword && [ONEHAND] == true && [LEVEL] == 62 # [WEAPMINDMG] < 407 && [WEAPMAXDMG] < 788 # [TRASH]
// Azurewrath - iLvl 63
[QUALITY] == Legendary && [TYPE] == Sword && [ONEHAND] == true && [LEVEL] == 63 && [AS%] > 14 # [WEAPMINDMG] < 280 && [WEAPMAXDMG] < 651 # [TRASH]
// Devil Tongue = iLvl 63
[QUALITY] == Legendary && [TYPE] == Sword && [ONEHAND] == true && [LEVEL] == 63 # [WEAPMINDMG] < 366 && [WEAPMAXDMG] < 852 # [TRASH]

// Ceremonial Knives

// The Gidbin - iLvl 61
[QUALITY] == Legendary && [TYPE] == CeremonialDagger && [LEVEL] == 61 # [WEAPMINDMG] < 268 && [WEAPMAXDMG] < 745 # [TRASH]
// Manajuma's Carving Knife (Set) - iLvl 63
[QUALITY] == Legendary && [TYPE] == CeremonialDagger && [LEVEL] == 63 && [CRITDMG%] > 65 # [WEAPMINDMG] < 318 && [WEAPMAXDMG] < 919 # [TRASH]
// Last Breath - iLvl 63
[QUALITY] == Legendary && [TYPE] == CeremonialDagger && [LEVEL] == 63 # [WEAPMINDMG] < 318 && [WEAPMAXDMG] < 919 # [TRASH]

// Fist Weapons

// Won Khim Lau - iLvl 62
[QUALITY] == Legendary && [TYPE] == FistWeapon && [LEVEL] == 62 # [WEAPMINDMG] < 328 && [WEAPMAXDMG] < 764 # [TRASH]
// The Fist of Az'Turrasq - iLvl 63
[QUALITY] == Legendary && [TYPE] == FistWeapon && [LEVEL] == 63 && [AS%] > 9 && [SPIRITREG] > 0 # [WEAPMINDMG] < 466 && [WEAPMAXDMG] < 888 # [TRASH]
// Shenlong's Relentless Assault (set) - iLvl 63
[QUALITY] == Legendary && [TYPE] == FistWeapon && [LEVEL] == 63 && [AS%] > 9 # [WEAPMINDMG] < 366 && [WEAPMAXDMG] < 852 # [TRASH]
// Shenlong's Fist of Legend (set) - iLvl 63
[QUALITY] == Legendary && [TYPE] == FistWeapon && [LEVEL] == 63 && [CRITDMG%] > 65 # [WEAPMINDMG] < 366 && [WEAPMAXDMG] < 852 # [TRASH]
// Crystal Fist - iLvl 63
[QUALITY] == Legendary && [TYPE] == FistWeapon && [LEVEL] == 63 # [WEAPMINDMG] < 366 && [WEAPMAXDMG] < 852 # [TRASH]

// Mighty Weapons - 1H

// Bul-Kathos's Solemn Vow (set) - iLvl 63
[QUALITY] == Legendary && [TYPE] == MightyWeapon && [LEVEL] == 63 && [AS%] > 9 && [LOH] > 657 # [WEAPMINDMG] < 433 && [WEAPMAXDMG] < 904 # [TRASH]
// Blade of the Warlord - iLvl 63
[QUALITY] == Legendary && [TYPE] == MightyWeapon && [LEVEL] == 63 && [AS%] > 9 # [WEAPMINDMG] < 433 && [WEAPMAXDMG] < 904 # [TRASH]
// Bul-Kathos's Warrior Blood (set) - iLvl 63
[QUALITY] == Legendary && [TYPE] == MightyWeapon && [LEVEL] == 63 # [WEAPMINDMG] < 433 && [WEAPMAXDMG] < 904 # [TRASH]

// Axes - 2H

// Messerschmidt's Reaver - iLvl 60
[QUALITY] == Legendary && [TYPE] == Axe && [TWOHAND] == true && [LEVEL] == 60 # [WEAPMINDMG] < 723 && [WEAPMAXDMG] < 1294 # [TRASH]
// Skorn - iLvl 63
[QUALITY] == Legendary && [TYPE] == Axe && [TWOHAND] == true && [LEVEL] == 63 # [WEAPMINDMG] < 1053 && [WEAPMAXDMG] < 1475 # [TRASH]

// Maces - 2H

// Sledge of Athskeleng - iLvl 62
[QUALITY] == Legendary && [TYPE] == Mace && [TWOHAND] == true && [LEVEL] == 62 # [WEAPMINDMG] < 1044 && [WEAPMAXDMG] < 1420 # [TRASH]
// Schaefers's Hammer - iLvl 63
[QUALITY] == Legendary && [TYPE] == Mace && [TWOHAND] == true && [LEVEL] == 63 # [WEAPMINDMG] < 865 && [WEAPMAXDMG] < 1212 # [TRASH]

// Polearms

// Heart Slaughter - iLvl 60
[QUALITY] == Legendary && [TYPE] == Polearm && [LEVEL] == 62 # [WEAPMINDMG] < 682 && [WEAPMAXDMG] < 1007 # [TRASH]
// Vigilance - iLvl 63
[QUALITY] == Legendary && [TYPE] == Polearm && [LEVEL] == 63 # [WEAPMINDMG] < 1032 && [WEAPMAXDMG] < 1490 # [TRASH]

// Staves

// Wormwood - iLvl 60
[QUALITY] == Legendary && [TYPE] == Staff && [LEVEL] == 60 # [WEAPMINDMG] < 521 && [WEAPMAXDMG] < 929 # [TRASH]
// The Tormentor - iLvl 61
[QUALITY] == Legendary && [TYPE] == Staff && [LEVEL] == 61 # [WEAPMINDMG] < 634 && [WEAPMAXDMG] < 1105 # [TRASH]
// The Grand Vizier - iLvl 63
[QUALITY] == Legendary && [TYPE] == Staff && [LEVEL] == 63 # [WEAPMINDMG] < 884 && [WEAPMAXDMG] < 1497 # [TRASH]

// Axes - 2H

// The Sultan of Blinding Sand - iLvl 60
[QUALITY] == Legendary && [TYPE] == Sword && [TWOHAND] == true && [LEVEL] == 60 # [WEAPMINDMG] < 535 && [WEAPMAXDMG] < 951 # [TRASH]
// Warmonger - iLvl 62
[QUALITY] == Legendary && [TYPE] == Sword && [TWOHAND] == true && [LEVEL] == 62 # [WEAPMINDMG] < 720 && [WEAPMAXDMG] < 1125 # [TRASH]
// The Grandfather - iLvl 63
[QUALITY] == Legendary && [TYPE] == Sword && [TWOHAND] == true && [LEVEL] == 63 && [AS%] > 9 # [WEAPMINDMG] < 859 && [WEAPMAXDMG] < 1308 # [TRASH]
// Maximus - iLvl 63
[QUALITY] == Legendary && [TYPE] == Sword && [TWOHAND] == true && [LEVEL] == 63 # [WEAPMINDMG] < 758 && [WEAPMAXDMG] < 1309 # [TRASH]

// Diabos

// Inna's Reach (set) - iLvl 63
[QUALITY] == Legendary && [TYPE] == Diabo && [LEVEL] == 63 && [AS%] > 9 # [WEAPMINDMG] < 800 && [WEAPMAXDMG] < 1320 # [TRASH]
// Flying Dragon - iLvl 63
[QUALITY] == Legendary && [TYPE] == Daibo && [LEVEL] == 63 # [WEAPMINDMG] < 800 && [WEAPMAXDMG] < 132 # [TRASH]

// Mighty Weapons - 2H

// The Gavel of Judgement - iLvl 60
[QUALITY] == Legendary && [TYPE] == MightyWeapon && [TWOHAND] == true && [LEVEL] == 60 # [WEAPMINDMG] < 678 && [WEAPMAXDMG] < 970 # [TRASH]
// Immortal King's Boulder Breaker (set) - iLvl 63
[QUALITY] == Legendary && [TYPE] == MightyWeapon && [TWOHAND] == true && [LEVEL] == 63 && [AS%] > 9 # [WEAPMINDMG] < 1088 && [WEAPMAXDMG] < 1510 # [TRASH]
// Fury of the Vanished Peak - iLvl 63
[QUALITY] == Legendary && [TYPE] == MightyWeapon && [TWOHAND] == true && [LEVEL] == 63 # [WEAPMINDMG] < 987 && [WEAPMAXDMG] < 1343 # [TRASH]

// Bows

// Windforce - iLvl 63
[QUALITY] == Legendary && [TYPE] == Bow && [LEVEL] == 63 # [WEAPMINDMG] < 431 && [WEAPMAXDMG] < 1087 # [TRASH]

// Crossbows

// Pus Spitter - iLvl 60
[QUALITY] == Legendary && [TYPE] == Crossbow && [LEVEL] == 60 # [WEAPMINDMG] < 424 && [WEAPMAXDMG] < 718 # [TRASH]
// Hellrack - iLvl 61
[QUALITY] == Legendary && [TYPE] == Crossbow && [LEVEL] == 61 # [WEAPMINDMG] < 590 && [WEAPMAXDMG] < 927 # [TRASH]
// Manticore - iLvl 63
[QUALITY] == Legendary && [TYPE] == Crossbow && [LEVEL] == 63 # [WEAPMINDMG] < 627 && [WEAPMAXDMG] < 998 # [TRASH]

// Hand Crossbows

// Balefire Caster - iLvl 60
[QUALITY] == Legendary && [TYPE] == HandCrossbow && [LEVEL] == 60 # [WEAPMINDMG] < 202 && [WEAPMAXDMG] < 613 # [TRASH]
// Dawn - iLvl 62
[QUALITY] == Legendary && [TYPE] == HandCrossbow && [LEVEL] == 62 # [WEAPMINDMG] < 234 && [WEAPMAXDMG] < 744 # [TRASH]
// Calamity - iLvl 63
[QUALITY] == Legendary && [TYPE] == HandCrossbow && [LEVEL] == 63 && [AS%] > 9 && [CRITDMG%] > 65 # [WEAPMINDMG] < 70 && [WEAPMAXDMG] < 400 # [TRASH]
// Natalya's Slayer (set) - iLvl 63
[QUALITY] == Legendary && [TYPE] == HandCrossbow && [LEVEL] == 63 && [AS%] > 9 # [WEAPMINDMG] < 177 && [WEAPMAXDMG] < 651 # [TRASH]
// Danetta's Spite (set) - iLvl 63
[QUALITY] == Legendary && [TYPE] == HandCrossbow && [LEVEL] == 63 && [CRITDMG%] > 65 # [WEAPMINDMG] < 345 && [WEAPMAXDMG] < 785 # [TRASH]
// Danetta's Revenge (set) - iLvl 63
[QUALITY] == Legendary && [TYPE] == HandCrossbow && [LEVEL] == 63 # [WEAPMINDMG] < 345 && [WEAPMAXDMG] < 785 # [TRASH]

// Wands

// Fragment of Destiny - iLvl 60
[QUALITY] == Legendary && [TYPE] == Wand && [LEVEL] == 60 # [WEAPMINDMG] < 289 && [WEAPMAXDMG] < 622 # [TRASH]
// Slorak's Madness - iLvl 63
[QUALITY] == Legendary && [TYPE] == Wand && [LEVEL] == 63 && [AS%] > 9 # [WEAPMINDMG] < 332 && [WEAPMAXDMG] < 718 # [TRASH]
// Chantodo's Will (set) - iLvl 63
[QUALITY] == Legendary && [TYPE] == Wand && [LEVEL] == 63 # [WEAPMINDMG] < 386 && [WEAPMAXDMG] < 817 # [TRASH]

// ========= Armor =========

// Head - Helm

// Andariel's Visage - iLvl 62
[QUALITY] == Legendary && [TYPE] == Helm && [LEVEL] == 62 # [ARMOR] < 369 # [TRASH]
// Immortal King's Triumph (set) - iLvl 63
[QUALITY] == Legendary && [TYPE] == Helm && [LEVEL] == 63 && [CRIT%] > 4 && [STR] > 89 # [ARMOR] < 412 # [TRASH]
// Tal Rasha's Guise of Wisdom (set) - iLvl 63
[QUALITY] == Legendary && [TYPE] == Helm && [LEVEL] == 63 && [CRIT%] > 4 && [INT] > 89 # [ARMOR] < 412 # [TRASH]
// Mempo of Twilight - iLvl 63
[QUALITY] == Legendary && [TYPE] == Helm && [LEVEL] == 63 && [AS%] > 7 # [ARMOR] < 412 # [TRASH]
// Natalya's Sight (set) - ivl 63
[QUALITY] == Legendary && [TYPE] == Helm && [LEVEL] == 63 # [ARMOR] < 412 # [TRASH]

// Head - Spirit Stones

// Tzo Krin's Gaze - iLvl 61
[QUALITY] == Legendary && [TYPE] == SpiritStone && [LEVEL] == 61 # [ARMOR] < 331 # [TRASH]
// Inna's Radiance - iLvl 63
[QUALITY] == Legendary && [TYPE] == SpiritStone && [LEVEL] == 63 && [CRIT%] > 4 # [ARMOR] < 374 # [TRASH]
// Madstone - ilvl 63
[QUALITY] == Legendary && [TYPE] == SpiritStone && [LEVEL] == 63 # [ARMOR] < 374 # [TRASH]

// Head - Voodoo Masks

// The Grin Reaper - iLvl 58
[QUALITY] == Legendary && [TYPE] == VoodooMask && [LEVEL] == 58 # [ARMOR] < 262 # [TRASH]
// Tiklandian Visage - iLvl 62
[QUALITY] == Legendary && [TYPE] == VoodooMask && [LEVEL] == 62 # [ARMOR] < 374 # [TRASH]
// Visage of Giyua - iLvl 63
[QUALITY] == Legendary && [TYPE] == VoodooMask && [LEVEL] == 63 && [MANAREG] > 11 # [ARMOR] < 374 # [TRASH]
// Zunimassa's Vision - iLvl 63
[QUALITY] == Legendary && [TYPE] == VoodooMask && [LEVEL] == 63 # [ARMOR] < 374 # [TRASH]

// Head - Wizard Hats

// Dark Mage's Shade - iLvl 58
[QUALITY] == Legendary && [TYPE] == WizardHat && [LEVEL] == 58 # [ARMOR] < 394 # [TRASH]
// Storm Crow - iLvl 63
[QUALITY] == Legendary && [TYPE] == WizardHat && [LEVEL] == 63 # [ARMOR] < 374 # [TRASH]

// Shoulders - Pauldrons

// Death Watch Mantle - iLvl 58
[QUALITY] == Legendary && [TYPE] == Shoulder && [LEVEL] == 58 # [ARMOR] < 408 # [TRASH]
// Vile Ward - iLvl 63
[QUALITY] == Legendary && [TYPE] == Shoulder && [LEVEL] == 63 # [ARMOR] < 613 # [TRASH]

// Torso - Chest Armor

// Cindercoat - iLvl 60
[QUALITY] == Legendary && [TYPE] == Chest && [LEVEL] == 60 # [ARMOR] < 294 # [TRASH]
// Tyrael's Might - iLvl 63
[QUALITY] == Legendary && [TYPE] == Chest && [LEVEL] == 63 && [MS%] == 12 # [ARMOR] < 412 # [TRASH]
// Immortal King's Eternal Reign (set) - iLvl 63
[QUALITY] == Legendary && [TYPE] == Chest && [LEVEL] == 63 && [STR] > 119 && [ARMORBONUS] > 240 # [ARMOR] < 412 # [TRASH]
// Inna's Vast Expanse (set) - iLvl 63
[QUALITY] == Legendary && [TYPE] == Chest && [LEVEL] == 63 && [DEX] > 119 && [LIFE%] > 9 # [ARMOR] < 412 # [TRASH]
// Tal Rasha's Relentless Pursuit (set) - iLvl 63
[QUALITY] == Legendary && [TYPE] == Chest && [LEVEL] == 63 && [INT] > 119 && [AS%] > 7 # [ARMOR] < 412 # [TRASH]
// Zunimassa's Marrow (set) - iLvl 63 - int
[QUALITY] == Legendary && [TYPE] == Chest && [LEVEL] == 63 && [INT] > 119 # [ARMOR] < 412 # [TRASH]
// Blackthorne's Surcoat (set) - iLvl 63
[QUALITY] == Legendary && [TYPE] == Chest && [LEVEL] == 63 # [ARMOR] < 412 # [TRASH]

// Torso - Cloaks

// The Inquisitor - iLvl 63
[QUALITY] == Legendary && [TYPE] == Cloak && [LEVEL] == 63 && [MS%] == 12 # [ARMOR] < 374 # [TRASH]
// Natalya's Embrace (set) - iLvl 63
[QUALITY] == Legendary && [TYPE] == Cloak && [LEVEL] == 63 # [ARMOR] < 374 # [TRASH]

// Wrists - Bracers

// Promise of Glory - iLvl 60
[QUALITY] == Legendary && [TYPE] == Bracer && [LEVEL] == 60 # [ARMOR] < 163 # [TRASH]
// Strongarm Bracers - iLvl 62
[QUALITY] == Legendary && [TYPE] == Bracer && [LEVEL] == 62 # [ARMOR] < 427 # [TRASH]
// Lacuni Prowlers - ilvl 63
[QUALITY] == Legendary && [TYPE] == Bracer && [LEVEL] == 63 # [ARMOR] < 228 # [TRASH]

// Hands - Gloves

// Gladiator Gauntlets - iLvl 61
[QUALITY] == Legendary && [TYPE] == Gloves && [LEVEL] == 61 # [ARMOR] < 454 # [TRASH]
// Frostburn Gauntlets - iLvl 62
[QUALITY] == Legendary && [TYPE] == Gloves && [LEVEL] == 62 # [ARMOR] < 509 # [TRASH]
// Imortal King's Irons (set) - iLvl 63
[QUALITY] == Legendary && [TYPE] == Gloves && [LEVEL] == 63 && [CRIT%] > 8 # [ARMOR] < 321 # [TRASH]
// Tasker and Theo - iLvl 63
[QUALITY] == Legendary && [TYPE] == Gloves && [LEVEL] == 63 # [ARMOR] < 568 # [TRASH]

// Waist - Belts

// Hellcat Waistguard - iLvl 61
[QUALITY] == Legendary && [TYPE] == Belt && [LEVEL] == 61 # [ARMOR] < 275 # [TRASH]
// The Witching Hour - iLvl 63
[QUALITY] == Legendary && [TYPE] == Belt && [LEVEL] == 63 && [AS%] > 7 # [ARMOR] < 275 # [TRASH]
// Blackthorne's Notched Belt (set) - iLvl 63
[QUALITY] == Legendary && [TYPE] == Belt && [LEVEL] == 63 && [GF%] > 20 # [ARMOR] < 522 # [TRASH]
// Inna's Favor (set) - iLvl 63
[QUALITY] == Legendary && [TYPE] == Belt && [LEVEL] == 63 && [HOLYDMG%] > 6 # [ARMOR] < 522 # [TRASH]
// Tal Rasha's Brace (set) - iLvl 63
[QUALITY] == Legendary && [TYPE] == Belt && [LEVEL] == 63 # [ARMOR] < 275 # [TRASH]

// Waist - Mighty Belts

// Ageless Might - iLvl 61
[QUALITY] == Legendary && [TYPE] == MightyBelt && [LEVEL] == 61 # [ARMOR] < 294 # [TRASH]
// Immortal King's Tribal Binding (set) - iLvl 63
[QUALITY] == Legendary && [TYPE] == MightyBelt && [LEVEL] == 63 && [MAXFURY] > 12 # [ARMOR] < 332 # [TRASH]
// Lamentation - iLvl 63
[QUALITY] == Legendary && [TYPE] == MightyBelt && [LEVEL] == 63 # [ARMOR] < 322 # [TRASH]

// Legs - Pants

// Depth Diggers - iLvl 63
[QUALITY] == Legendary && [TYPE] == Legs && [LEVEL] == 63 && [MF%] > 18 && [GF%] > 20 # [ARMOR] < 412 # [TRASH]
// Inna's Temperance (set) - ilvl 63
[QUALITY] == Legendary && [TYPE] == Legs && [LEVEL] == 63 && [MS%] == 12 # [ARMOR] < 412 # [TRASH]
// Blackthorne's Jousting Mail (set) - iLvl 63
[QUALITY] == Legendary && [TYPE] == Legs && [LEVEL] == 63 # [ARMOR] < 412 # [TRASH]

// Feet - Boots

// Fire Walkers - iLvl 62
[QUALITY] == Legendary && [TYPE] == Boots && [LEVEL] == 62 # [ARMOR] < 287 # [TRASH]
// Ice Climbers - iLvl 63
[QUALITY] == Legendary && [TYPE] == Boots && [LEVEL] == 63 && [SOCKETS] == 1 # [ARMOR] < 321 # [TRASH]
// Zunimassa's Trail (set) - iLvl 63
[QUALITY] == Legendary && [TYPE] == Boots && [LEVEL] == 63 && [POISONDMG%] > 6 # [ARMOR] < 321 # [TRASH]
// Blackthore's Spurs (set) - iLvl 63
[QUALITY] == Legendary && [TYPE] == Boots && [LEVEL] == 63 && [REGEN] > 234 # [ARMOR] < 568 # [TRASH]
// Immortal King's Stride (set) - iLvl 63
[QUALITY] == Legendary && [TYPE] == Boots && [LEVEL] == 63 && [STR] > 89 && [VIT] > 89 # [ARMOR] < 321 # [TRASH]
// Natalya's Bloody Footprints (set) - iLvl 63
[QUALITY] == Legendary && [TYPE] == Boots && [LEVEL] == 63 # [ARMOR] < 568 # [TRASH]

// Off-Hand - Shields

// Ivory Tower - iLvl 61
[QUALITY] == Legendary && [TYPE] == Shield && [LEVEL] == 61 # [ARMOR] < 885 # [TRASH]
// Stormshield - iLvl 63
[QUALITY] == Legendary && [TYPE] == Shield && [LEVEL] == 63 # [ARMOR] < 1100 # [TRASH]

// Off-Hand - Mojos

// Thing of the deep - iLvl 62
[QUALITY] == Legendary && [TYPE] == Mojo && [LEVEL] == 62 # [MINDMG] < 49 && [MAXDMG] < 123 # [TRASH]
// Uhkapian Serpent - iLvl 63
[QUALITY] == Legendary && [TYPE] == Mojo && [LEVEL] == 63 && [CRIT%] > 8 # [MINDMG] < 57 && [MAXDMG] < 146 # [TRASH]
// Manajuma's Gory Fetch (set) - iLvl 63
[QUALITY] == Legendary && [TYPE] == Mojo && [LEVEL] == 63 && [LIFE%] > 9 # [MINDMG] < 57 && [MAXDMG] < 146 # [TRASH]
// Zunimassa's String of Skulls (set) - iLvl 63
[QUALITY] == Legendary && [TYPE] == Mojo && [LEVEL] == 63 # [MINDMG] < 57 && [MAXDMG] < 146 # [TRASH]

// Off-Hand - Orbs
// NOTE: The Oculus and Tal Rasha's Unwavering Glare have almost identical stat possibilities

// Triumvirate - iLvl 62
[QUALITY] == Legendary && [TYPE] == Orb && [LEVEL] == 62 # [MINDMG] < 49 && [MAXDMG] < 123 # [TRASH]
// Chantodo's Force (set) - iLvl 63 as
[QUALITY] == Legendary && [TYPE] == Orb && [LEVEL] == 63 && [AS%] > 7 # [MINDMG] < 57 && [MAXDMG] < 146 # [TRASH]
// The Oculus - iLvl 63
[QUALITY] == Legendary && [TYPE] == Orb && [LEVEL] == 63 # [MINDMG] < 57 && [MAXDMG] < 146 # [TRASH]
// Tal Rasha's Unwavering Glare (set) - iLvl 63
[QUALITY] == Legendary && [TYPE] == Orb && [LEVEL] == 63 # [MINDMG] < 57 && [MAXDMG] < 146 # [TRASH]

// Off-Hand - Quivers

// Dead Man's Legacy - iLvl 63
[QUALITY] == Legendary && [TYPE] == Quiver && [LEVEL] == 63 # [AS%] < 13 && [DEX] < 178 # [TRASH]

// Jewlery - Amulets
// Jewlery - Rings

// keep all other legendaries and special items
[QUALITY] == Legendary || [QUALITY] == Special # [1] == 1 # [KEEP]
 
Last edited:
Back
Top