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

[ItemFilter] HighEnd Looting Profile For AdvancedItemFilter

Anyone know what the code would be to pick up essences?

Pretty sure it would be

item.IsEssence

and don't forget

item.FullName == "Remnant of Corruption" , not sure if remnants fall under .IsEssence so i added that rule in.
 
Last edited:
Added some higher lvl crafting items such as Steel rings. AIF will pickup any quality steel ring.
Once again, make sure you go over pickup/keep rules so you know what's being picked up, and modify to your needs.

https://ufile.io/z9njc
 
Hi, if i set rule for one hand weapon, i type OneHandedWeapons?

something like this:

item.IsRare and item.Is1HAxe
you can change rarity to whatever u need, and axe to sword, dagger etc..
 
More changes:
added Opal rings (oops totally forgot, normal Q opal ring sells for 60+C on HB league)
added rare item pickup with Ilvl 83+ (tier 13+ maps).
modified some rare item rules since 3.0 shield and life changes.

And remember check pickup/keep rules under Settings> AIF> Custom Rules>rules BEFORE you run the bot, and complain that it doesn't pickup shit.

If you want a certain rule added, let me know here or discord.

Hope you enjoy and it works for you! ;)

Download:
https://ufile.io/h6ya7
 
Last edited:
More changes:
added Opal rings (oops totally forgot, normal Q opal ring sells for 60+C on HB league)
added rare item pickup with Ilvl 83+ (tier 13+ maps).
modified some rare item rules since 3.0 shield and life changes.

And remember check pickup/keep rules under Settings> AIF> Custom Rules>rules BEFORE you run the bot, and complain that it doesn't pickup shit.

If you want a certain rule added, let me know here or discord.

Hope you enjoy and it works for you! ;)

Download:
https://ufile.io/h6ya7

There seems to be something wrong, my bot consistantly stops when I use this file:

CustomItemRules] The rule "item.IsRare and item.ItemLevel >= 83 and item.IsBoots" has returned an error.
[CustomItemRules] The call you tried to make may be incorrect, it should be "item.YOUR_DATA"
[CustomItemRules] If the call seems correct, the data must not be available (yet?) or have a different naming, consider disabling this rule
[CustomItemRules] The available properties can be found in the "EvaluableItem.cs" in the "Classes" folder.
[CustomItemRules] To avoid any further issues, bot will stop now, please verify your file.
[Stop] Now requesting the BotThread to stop.
[CustomItemRules] The rule "item.IsRare and item.ItemLevel >= 83 and item.IsBoots" has returned an error.
[CustomItemRules] The call you tried to make may be incorrect, it should be "item.YOUR_DATA"
[CustomItemRules] If the call seems correct, the data must not be available (yet?) or have a different naming, consider disabling this rule
[CustomItemRules] The available properties can be found in the "EvaluableItem.cs" in the "Classes" folder.
[CustomItemRules] To avoid any further issues, bot will stop now, please verify your file.
[Stop] The BotThread is in the process of stopping already.
 
There seems to be something wrong, my bot consistantly stops when I use this file:

CustomItemRules] The rule "item.IsRare and item.ItemLevel >= 83 and item.IsBoots" has returned an error.
[CustomItemRules] The call you tried to make may be incorrect, it should be "item.YOUR_DATA"
[CustomItemRules] If the call seems correct, the data must not be available (yet?) or have a different naming, consider disabling this rule
[CustomItemRules] The available properties can be found in the "EvaluableItem.cs" in the "Classes" folder.
[CustomItemRules] To avoid any further issues, bot will stop now, please verify your file.
[Stop] Now requesting the BotThread to stop.
[CustomItemRules] The rule "item.IsRare and item.ItemLevel >= 83 and item.IsBoots" has returned an error.
[CustomItemRules] The call you tried to make may be incorrect, it should be "item.YOUR_DATA"
[CustomItemRules] If the call seems correct, the data must not be available (yet?) or have a different naming, consider disabling this rule
[CustomItemRules] The available properties can be found in the "EvaluableItem.cs" in the "Classes" folder.
[CustomItemRules] To avoid any further issues, bot will stop now, please verify your file.
[Stop] The BotThread is in the process of stopping already.

Fixed. Download file again.
 
Would also like this file to be hosted somewhere else, currently cannot obtain it.
 
Anyone got a copy of the last file? i wrote a message to Radziu but no reply yest. Anyone could reposte the file?
 
Hi,
Sorry guys just been busy with a newborn. Uploaded file to different, permanent link.

Be advised NOT updated for poe 3.1, yet. Once actual filter is updated, I will re upload new file as well.

https://files.fm/u/3d44xxjj
 
ne1 got a quick patch codes i can put in to pickup/id/keep all new goodies? thx
 
Update V3.3.1:
Added 48 New Unique items, all added to Keep rules.
Added simple shaper and elder items pickup.

Link:
https://files.fm/u/hmfn4zzq


IMPORTANT:
Enable Shaper/Elder Items in your AIF custom rules - edit your AIF\Classes\EvaluableItem.cs file and add the below somewhere towards the bottom with the other bits (Thanks to WiN):

[Description("Elder Item")]
public bool IsElderItem => _myItem.IsElderItem;

[Description("Shaper Item")]
public bool IsShaperItem => _myItem.IsShaperItem;
 
Last edited:
Update V3.3.1:
Added 48 New Unique items, all added to Keep rules.
Added simple shaper and elder items pickup.

Link:
https://files.fm/u/hmfn4zzq


IMPORTANT:
Enable Shaper/Elder Items in your AIF custom rules - edit your AIF\Classes\EvaluableItem.cs file and add the below somewhere towards the bottom with the other bits (Thanks to WiN):

[Description("Elder Item")]
public bool IsElderItem => _myItem.IsElderItem;

[Description("Shaper Item")]
public bool IsShaperItem => _myItem.IsShaperItem;
Thank you very much!

Maybe I dont get something, but there is a blank page in this link =(
Nvm adblock is pure evil in this case
 
Update V3.3.2:
Added New Divination Cards
AIF will now pickup sealed prophecies
Fixed some typos

Link:
https://files.fm/u/hemkyx7b


IMPORTANT:
Enable Shaper/Elder Items in your AIF custom rules - edit your AIF\Classes\EvaluableItem.cs file and add the below somewhere towards the bottom with the other bits (Thanks to WiN):

[Description("Elder Item")]
public bool IsElderItem => _myItem.IsElderItem;

[Description("Shaper Item")]
public bool IsShaperItem => _myItem.IsShaperItem;
 
Back
Top