Hi, i tried to add Normal item in my picking filter but its doesnt work, if someone can check
{
"Enabled": true,
"Type": 0,
"Rule": "item.IsNormal and item.FullName == "Occultist's Vestment"",
"ShouldLog": false
},
I tried with "type: 2" too, by the way what "type" mean ?
2 Means keep 0 means pick up So you have to add both. Add via aif menu
In pickup filter
item.IsNormal and item.FullName == "Occultist's Vestment"
And save filter
item.IsNormal and item.FullName == "Occultist's Vestment"
{
"Enabled": true,
"Type": 2,
"Rule": "item.IsRare and item.IsShield and ((1 if (item.ColdResistPct >= 36) else 0) + (1 if (item.FireResistPct >= 36) else 0) + (1 if (item.LightningResistPct >= 36) else 0) + (1 if (item.ChaosResistPct >= 26) else 0) + (1 if (item.AllResistPct >= 12) else 0) + (1 if (item.ManaRegen >= 50) else 0) + (1 if (item.MaximumLife >= 60) else 0) + (1 if (item.MaximumMana >= 60) else 0) + (1 if (item.SpellDamage >= 60) else 0) + (1 if (item.SpellCritChance >= 60) else 0) >= 4)",
"ShouldLog": false
},
{
"Enabled": true,
"Type": 2,
"Rule": "item.IsRare and item.IsShield and item.TotalEnergyShield >= 450",
"ShouldLog": false
},
Heartbreaker? You mean that 1c item?Hmmmm, for current leagues you might want to add:
- Heartbreaker (needed for Kingmaker recipe)
- Faminebind (needed for The Retch recipe)
it's items you need for the challenges.Heartbreaker? You mean that 1c item?
Nobody needs that in "highend" filter
i just realized i was dumb enough use a older version without skyforth.
ok... lets assume i haven't found a pair anyway...
But is there a possibility to add some kind of security if new uniques are released?
https://www.pathofexile.com/forum/view-thread/1477864
i don't wanna miss unique updates again.
The "keep unique XY" rule in AIF is working before the "sell all unique".
Can we turn the tables and update only a specific "Sell Unique XY" list?
Ok, lets assume my .json does NOT contain this:
{
"Enabled": true,
"Type": 2,
"Rule": "item.IsUnique and item.FullName == "Skyforth"",
"ShouldLog": false
then i am fu**ed up when skyforth drops, because it's not in the "keep" list and it gets sold.
Better would be if it's possible to sustain a "sell unique XY" list. not a "keep" list.
(chances are high i missunderstand something the way AIF with custom rules work...)
That's what I'm currently doing. My keep for uniques looks like this
{
"Enabled": true,
"Type": 2,
"Rule": "item.IsUnique and not item.FullName == "unique1" and not item.FullName == "unique 2" .......",
"ShouldLog": false
}
This way you won't miss anything new ingame.
if you bot perandus you should also include perandus coins or bot will not pick them up.Added 2.2.0 poe worth-something uniques:
Seven-League Step, Heretic's Veil, The Perandus Manor, Essence Worm, Varunastra
item.IsCurrency and item.FullName == "Perandus Coin"