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

[ItemFilter] HighEnd Looting Profile For AdvancedItemFilter

Just put them as name, i.e.
Code:
  {
    "Enabled": true,
    "Type": 0,
    "Rule": "item.IsCurrency and item.FullName == \"Splinter of Chayula\"",
    "ShouldLog": false
  },
  {
    "Enabled": true,
    "Type": 0,
    "Rule": "item.IsCurrency and item.FullName == \"Splinter of Esh\"",
    "ShouldLog": false
  },
  {
    "Enabled": true,
    "Type": 0,
    "Rule": "item.IsCurrency and item.FullName == \"Splinter of Tul\"",
    "ShouldLog": false
  },
  {
    "Enabled": true,
    "Type": 0,
    "Rule": "item.IsCurrency and item.FullName == \"Splinter of Uul-Netol\"",
    "ShouldLog": false
  },
  {
    "Enabled": true,
    "Type": 0,
    "Rule": "item.IsCurrency and item.FullName == \"Splinter of Xoph\"",
    "ShouldLog": false
  },
  {
    "Enabled": true,
    "Type": 0,
    "Rule": "item.IsCurrency and item.FullName == \"Blessing of Chayula\"",
    "ShouldLog": false
  },
  {
    "Enabled": true,
    "Type": 0,
    "Rule": "item.IsCurrency and item.FullName == \"Blessing of Esh\"",
    "ShouldLog": false
  },
  {
    "Enabled": true,
    "Type": 0,
    "Rule": "item.IsCurrency and item.FullName == \"Blessing of Tul\"",
    "ShouldLog": false
  },
  {
    "Enabled": true,
    "Type": 0,
    "Rule": "item.IsCurrency and item.FullName == \"Blessing of Uul-Netol\"",
    "ShouldLog": false
  },
  {
    "Enabled": true,
    "Type": 0,
    "Rule": "item.IsCurrency and item.FullName == \"Blessing of Xoph\"",
    "ShouldLog": false
  },
 
So I can't seem to get this working. I mean, it compiles and stuff, and I've created rules, but they seem to get ignored by something else in the bot. For example, I set rules to only pick up skill gems with 1% + quality. Also set another rule ot pick up Vaal gems of ANY quality.


It picks up every gem anyway.

So instead I disabled the AIF and ran the bot with neither AIF or IFE enabled - and the bot is still picking up items. The fuck?

So what else in the bot can loot other than IFE/AIF ?
 
Only issue now is how much room we have on currency stash tabs. now not enough room, I haven't gotten above 100 of any shards, but can we stash them up to 5000 similar to other currency? Also with the 5 splinters & remnant of corruption that is 6, but I think we only have 5 slots. Time to petition GGG to add more!
 
So I can't seem to get this working. I mean, it compiles and stuff, and I've created rules, but they seem to get ignored by something else in the bot. For example, I set rules to only pick up skill gems with 1% + quality. Also set another rule ot pick up Vaal gems of ANY quality.


It picks up every gem anyway.

So instead I disabled the AIF and ran the bot with neither AIF or IFE enabled - and the bot is still picking up items. The fuck?

So what else in the bot can loot other than IFE/AIF ?

The bot.

the bot itself has a default evaluator hardcoded, handling some very specific items but nothing usable lol. huehue
 
So I can't seem to get this working. I mean, it compiles and stuff, and I've created rules, but they seem to get ignored by something else in the bot. For example, I set rules to only pick up skill gems with 1% + quality. Also set another rule ot pick up Vaal gems of ANY quality.


It picks up every gem anyway.

So instead I disabled the AIF and ran the bot with neither AIF or IFE enabled - and the bot is still picking up items. The fuck?

So what else in the bot can loot other than IFE/AIF ?

Did you click the button "enable custom rules" at the top of AIF custom rules tab?

Only issue now is how much room we have on currency stash tabs. now not enough room, I haven't gotten above 100 of any shards, but can we stash them up to 5000 similar to other currency? Also with the 5 splinters & remnant of corruption that is 6, but I think we only have 5 slots. Time to petition GGG to add more!

I have the bot stash the blessings to a specific tab, leaving the 5 splinters for the bottom row of currency tab. I agree we need more !
 
Yup! I will stash my remnants to the tab with essences, but you think they would add them similar to the silver coins... hopefully they stop adding 'stash clutter' and its less pay to play. With essence and currency & leveling uniques you pretty much need extra tabs.
 
Yup! I will stash my remnants to the tab with essences, but you think they would add them similar to the silver coins... hopefully they stop adding 'stash clutter' and its less pay to play. With essence and currency & leveling uniques you pretty much need extra tabs.

I think it's a pretty good business model. Well worth the $10-$15 QoL for me. You can technically play the game without them, just wouldn't be as good (free vs paid).
When I first started...I didn't realize that stashes carried over through leagues. Best surprise ever league #2 when my stashes were still there.
 
How i can dissable stash Breach Ring? That corrupted and modifiers item.Name and item.FullName not work or i doing something wrong.
 
How i can dissable stash Breach Ring? That corrupted and modifiers item.Name and item.FullName not work or i doing something wrong.
Is it stashing all breach rings? or just some? When I did mine I didn't notice that it was stashing the rings. I would guess if you set up rules for what to keep, it will keep those rings. Check your Keep / Sell rules.
 
{
"Enabled": false,
"Type": 2,
"Rule": "item.IsRare and item.IsRing and item.MaximumLife >= 60 and ((item.IncreasedRarity >= 23 and item.OverallResistancesPct >= 70) or (item.OverallResistancesPct >= 100) or (item.IncreasedWeaponElementalDamage >= 31 and item.OverallResistancesPct >= 40) or (item.CastSpeed >= 5 and item.OverallResistancesPct >= 50) or (item.AttackSpeed >= 5 and item.OverallResistancesPct >= 50) or (item.AttackSpeed >= 5 and item.OverallResistancesPct >= 30 and item.AddedPhysDamageAverage >= 8))",
"ShouldLog": false
}

Uncheck this rule and all comes good but that problem with this rule?
 
{
"Enabled": false,
"Type": 2,
"Rule": "item.IsRare and item.IsRing and item.MaximumLife >= 60 and ((item.IncreasedRarity >= 23 and item.OverallResistancesPct >= 70) or (item.OverallResistancesPct >= 100) or (item.IncreasedWeaponElementalDamage >= 31 and item.OverallResistancesPct >= 40) or (item.CastSpeed >= 5 and item.OverallResistancesPct >= 50) or (item.AttackSpeed >= 5 and item.OverallResistancesPct >= 50) or (item.AttackSpeed >= 5 and item.OverallResistancesPct >= 30 and item.AddedPhysDamageAverage >= 8))",
"ShouldLog": false
}

Uncheck this rule and all comes good but that problem with this rule?

Could be stashing it as it is a good ring.... does it do this for all of the breach rings? or just the one you are testing it with? Can try tossing a couple on the ground and seeing how it picks up, stashes/sells them.
 
Anyone having a problem where it banks all scrolls? leaves non in my inventory..
 
Can someone give me a rule to pick up white sorcerer boots and stash them. I have done it in the past but i can't remember how and I just tryed like 6 different rule combinations and couldnt get them to validate


nvm fixed
 
Last edited:
Anyone have a fix for this to grab the essence shards but not try to spam them into the Currency tab id rather them get thrown in the first tab
 
Anyone have a fix for this to grab the essence shards but not try to spam them into the Currency tab id rather them get thrown in the first tab

Yes, go to AIF, then the stashing header, then click the + button if there is not a selection box available. Choose the empty box and pick essences (league), and under the tab name column, put 1
 
How do I get this to pick up silver coins and breach splinters?
 
Hi anyone have any issues with the recent update?

My bot repeatedly just go through the stash.
Whenever it reaches the new divination tab,
It gives an error message and repeat itself from tab 1 again.
 
My god, i slowly get to understand why some oldies here (like me) are really annoyed with some people. People do not even take 1 min to read instructions or do some research for yourself before asking, e.g. this question . . .

How do I get this to pick up silver coins and breach splinters?

Which the answer is like a few posts above his . . .
 
Back
Top