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

[ItemFilter] HighEnd Looting Profile For AdvancedItemFilter

When I get home I will upload mine here and I answered in the other string that it got deleted by discord for ToS violations

also read this for a rough overview of everything. A lot of stuff is outdated and gone but some of them are either working again, remade, or gone.

https://www.thebuddyforum.com/threads/exilebuddy-setup-one-stop-shop.365564/
Already figured it all out, but much thanks to ya for a quick response.
Now I guess I'm gonna find up-to-date loot filter.
(Where do I place this json lootfilter file though..)
 
HighEnd looting profile will work for most people...so take this one. I take a lot of code from there into my customized version
 
HighEnd looting profile will work for most people...so take this one. I take a lot of code from there into my customized version
Thanks again. I came up with loading Radziu's version of filter, but there are also Evaluableitem.cs. What is it for and how do I make a use of it? Guess it has smth to do with Evaluate rule option, doesn't it?
 
Hey, @Radziu like I said I take bits and pieces from your implementation and was wondering if you structure your code to where anything added is always at the bottom? or do you try to organize it? If it is always at the bottom great then I haven't missed anything. If not then its time to comb through :p
I started reorganizing everything so the new rules are No longer at the bottom.
 
Thanks again. I came up with loading Radziu's version of filter, but there are also Evaluableitem.cs. What is it for and how do I make a use of it? Guess it has smth to do with Evaluate rule option, doesn't it?
Original creators of AIF missed some jewel specific rules, so I just added those. Or maybe ggg added them later, but they're there now.
 
Is it possible to stash shaper/elder items in a specific tab with the iaf?
 
To my knowledge it considers them rares so wherever your rares go will be where they go (something to keep in mind is that the chaos recipe plugin thinks they are rares too so it uses them for the recipe. @Radziu any idea if this is fixable?)
 
It can be done. I'll update files when I get to work later.
 
@Radziu You are quick! Sounds good looking forward to it.

I'm going to try and combine the filters today. If there is anything extremely helpful on mine that I don't see on yours I will let you know
 
Hate to ask but is there any way i can get the newest update for AIF?
The one I have currently doesn't seem to work with elder or shaped items. And with the new recipe... That's obviously something I cant survive without lol
 
[CustomItemRules] The rule "item.IsElderItem " 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.IsShaperItem " 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.
[CustomItemRules] The rule "item.IsNeededForRecipe" 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.
im getting this error when i start the bot?
figured it out, dl new evaluableitem.cs and delete line item.isneededrecipe thats from old and outdated guide.
thx to clbraver
 
Last edited:
Jewel's rules with the "JewelDual" string makes the bot to stop and returns an error.

For example: item.IsRare and item.IsJewel and (item.JewelMaximumLife >= 5 and item.JewelDualCritChance >= 14 and item.JewelDualCritMult >= 15)

or

item.IsRare and item.IsJewel and ((((((item.JewelPhysicalDamage >=14 and item.Jewel1HPhysicalDamage >= 12) or (item.JewelPhysicalDamage >=14 and item.Jewel2HPhysicalDamage >= 12) or (item.JewelPhysicalDamage >=14 and item.JewelShieldPhysicalDamage >= 12) or (item.JewelPhysicalDamage >=14 and item.JewelDualPhysicalDamage >= 12) or (item.JewelPhysicalDamage >=14 and item.JewelPhysicalAxeDamage >= 14) or (item.JewelPhysicalDamage >=14 and item.JewelPhysicalBowDamage >=14) or (item.JewelPhysicalDamage >=14 and item.JewelPhysicalClawDamage >= 14))))))

If I disable the rules with the "dual" string, everything works fine.

Thanks
 
Last edited:
Back
Top