Bot Exploit

Full Version: Is this a profile?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello folks,

Just trying to understand what this is that I found.

Here's the link:
http://www.botexploit.com/en/forum/attac...hp?aid=122

It seems to be old, but how do I use it? Also, anybody know if there's an updated version of it?

Thank you
This is a loot filter.
When you choose the stash rules in Settings > loot, if you choose "High", it'll refer the the files in "Rules/High/Legendary.txt" for stash rules.
Nice! Big Grin
Is there a section in the forums to post questions about loot filters?

Also, is it possible to create loot filters for rares?
Just because we get so much rares as loot, and some of them might be an actual upgrade for me (besides the nonsense legendaries that we get as drops Sad).

Thank you for the support!
Titanium,

Just wondering if this is possible?
"is it possible to create loot filters for rares?"
Would it be like this?
[QUALITY] == "Rare" # [INT] >= 500 && [VIT] >= 500 -> [KEEP]

Also, I see some variables on the example I quoted, but do you have a list of all the variables that can be used?
And what does the .dual mean? Smile

Thank you
Yes you can create loot filters for rares. Just the way you did in your example.

.dual:
For example:
([AS%].dual + [CRIT%].dual + [CRITDMG%].dual)
will return 3 if the item has all these three properties
will return 1 if the item has only one of the three properties
will return 0 if the item has none of these properties

Here is all the variables:
BASETYPE
QUALITY
QUALITYLVL
NAME
TYPE
LEVEL
TWOHAND
ONEHAND
STR
DEX
INT
VIT
REGEN
LIFE%
LS%
LOH
LOK
MS%
AS%
CRIT%
CRITDMG%
BLOCK%
ALLRES
RESPHYSICAL
RESFIRE
RESCOLD
RESLIGHTNING
RESARCAN
RESPOISON
RESHOLY
ARMOR
ARMORBONUS
ARMORTOT
ELITEDMG%
FIREDMG%
LIGHTNINGDMG%
COLDDMG%
POISONDMG%
ARCANEDMG%
HOLYDMG%
DPS
WEPAS
WEAPAS
WEAPMAXDMG
WEAPMINGDMG
MINDMG
MAXDMG
THORNS
DMGREDPHYSICAL
MAXARCPOWER
ARCONCRIT
MAXMANA
MANAREG
MAXFURY
HEALTHSPIRIT
MAXSPIRIT
SPIRITREG
HATREDREG
MAXDISCIP
MAXHATRED
GF%
MF%
PICKUP
PICKRAD
GLOBEBONUS
SOCKETS
MAXSTAT
MAXSTATVIT
MAXONERES
TOTRES
DMGFACTOR
STRVIT
DEXVIT
INTVIT
AVGDMG
OFFSTATS
@OFFSTAT
DEFSTATS
@DEFSTAT
@EHP
@WIZSTAT
@WITSTAT
@MONSTAT
@DEMSTAT
@BARSTAT
ITEMID
LEVELRED
INDES
CC%
HAMMERRES
CHAKRAMRES
FISTDMG
SWEEPDMG
RENDRES
WEAPONTHROWRES
HYDRARES
WOLCRITBONUS
SPIKEDMG
SPIRITBARRAGEDMG
HUNGERINGARROWDMG
ENTANGLINGSHOT
SZDCOOLDOWN
METEORRES
ELEMENALTDMG
CDRED%
RCRED%
Reference URL's