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

[Plugin] AdvancedItemFilter RELOADED !

Status
Not open for further replies.
Chaos Recipe enabled and you only get 2 chaos with MF gear after 2 hours? Something's wrong.

Those were only self found orbs. I had a higher amount of items to keep and it didnt trigger in those 2 hours so it seems a little off. I changed the recipe to sell at the exact amount and it did 2 sets in 1 hour. If you convert the currency I made about 12c. It's all over the place with the RNG in this game.

EcBeKwT.jpg
 
What wrong

Code:
[CustomItemRules] The rule "item.IsRare and item.IsAmulet and ((item.FlatAdditionalEnergyShield >= 35 and item.item.SpellDamage >= 15 and item.ResistancesCount >= 1) or (item.AdditionalEnergyShieldPct >= 15 and item.SpellDamage >= 15 and item.ResistancesCount >= 1))" 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.

its because i have rule keep all rare talisman ?
but all good work with the same options with other talismans ~1 week

"never id items" ON
 
Last edited:
What wrong

Code:
[CustomItemRules] The rule "item.IsRare and item.IsAmulet and ((item.FlatAdditionalEnergyShield >= 35 and [B][I][U][COLOR="#FF0000"]item.item.SpellDamage[/COLOR][/U][/I][/B] >= 15 and item.ResistancesCount >= 1) or (item.AdditionalEnergyShieldPct >= 15 and item.SpellDamage >= 15 and item.ResistancesCount >= 1))" 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.

its because i have rule keep all rare talisman ?
but all good work with the same options with other talismans ~1 week

"never id items" ON

That rule should be item.SpellDamage
 
Last edited:
What wrong

Code:
[CustomItemRules] The rule "item.IsRare and item.IsAmulet and ((item.FlatAdditionalEnergyShield >= 35 and item.item.SpellDamage >= 15 and item.ResistancesCount >= 1) or (item.AdditionalEnergyShieldPct >= 15 and item.SpellDamage >= 15 and item.ResistancesCount >= 1))" 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.

its because i have rule keep all rare talisman ?
but all good work with the same options with other talismans ~1 week

"never id items" ON

That's badass tali btw ^^
 
Last edited:
hey tvinki i would delete that image ASAP i think GGG might be able to track you with that info. Not sure, but just to be safe amigo
 
Question -- I want to pick up white Agate Amulets and white Leather Belts and stash them to a particular tab. Any way to achieve this?
 
hey tvinki i would delete that image ASAP i think GGG might be able to track you with that info. Not sure, but just to be safe amigo

Kappa

Question -- I want to pick up white Agate Amulets and white Leather Belts and stash them to a particular tab. Any way to achieve this?

Nope, you can pick them up but not stash them to a specific tab :)

// EDIT //

I'm reworking the recipe tasks a bit, it'll need some testing because I modified a lot of stuff, so I'll need to figure out what I broke :)
 
Last edited:
hey tvinki i would delete that image ASAP i think GGG might be able to track you with that info. Not sure, but just to be safe amigo
y i think about it but alrdy too many quotes )
and cant delete image from imgur bec upload like guest

delete img in quote pls )
ty guys )
 
Last edited:
what means "TotalEnergyShield" is it the amount of:
increased Armour and Energy Shield + maximum Energy Shield?

And what mean FlatAdditionalEnergyShield, or where is the different between total energyshield and FlatAdditionalEnergyShield?
 
what means "TotalEnergyShield" is it the amount of:
increased Armour and Energy Shield + maximum Energy Shield?

And what mean FlatAdditionalEnergyShield, or where is the different between total energyshield and FlatAdditionalEnergyShield?

FlatAdditionalEnergyShield is like "+X to maximum energy shield"
TotalEnergyShield is the amount shown in item tooltip "Energy Shield : X"
 
FlatAdditionalEnergyShield is like "+X to maximum energy shield"
TotalEnergyShield is the amount shown in item tooltip "Energy Shield : X"

in the highend pickit is written: "item.TotalEnergyShield >= 500" for a chest armor...
how can TotalEnergyShiled be 500+?
On poemods.com its written that Local Energy Shield max 145 and Local Energy Shield +% max 120 = 265 total.
Or the picked automatic calc like:
+145ES * 50%ES = 725 item.TotalEnergyShield?

If I want them listed separate it would look like:
AdditionalEnergyShieldPct >= 50
and
MaximumEnergyShield >= 145
right?

But for what MaximumEnergyShieldPct stats, or for what pre/suffix I would use it...
I'm kinda confused right now :D

- FlatAdditionalEnergyShield : +X Energy Shield
- AdditionalEnergyShieldPct : +X% Energy Shield

- MaximumEnergyShield : if the item has +X Maximum energy shield
- MaximumEnergyShieldPct : if the item has +X% Energy Shield
When I use MaximumEnergyShieldPct and when I use AdditionalEnergyShieldPct and
when do I use FlatAdditionalEnergyShield or MaximumEnergyShield
 
in the highend pickit is written: "item.TotalEnergyShield >= 500" for a chest armor...
how can TotalEnergyShiled be 500+?
On poemods.com its written that Local Energy Shield max 145 and Local Energy Shield +% max 120 = 265 total.
Or the picked automatic calc like:
+145ES * 50%ES = 725 item.TotalEnergyShield?

If I want them listed separate it would look like:
AdditionalEnergyShieldPct >= 50
and
MaximumEnergyShield >= 145
right?

But for what MaximumEnergyShieldPct stats, or for what pre/suffix I would use it...
I'm kinda confused right now :D


When I use MaximumEnergyShieldPct and when I use AdditionalEnergyShieldPct and
when do I use FlatAdditionalEnergyShield or MaximumEnergyShield


There's a difference. FLAT energy shield and TOTAL energy shield
 
a6024c96a8.png


Like this.

Hey Tonyx,

Off-Topic from the quote, but I wanted to know how difficult it would be to add an option for the bot to place a higher priority on picking up certain things (ie specific rares or uniques) so that if there is a unique amongst a sea of non-uniques, it prioritizes picking it up first. Had an issue the other day with a MFer that had a screen full of rares and a unique. It used up all the portals picking up rares and I only barely managed to stop it in time to make it collect the unique before it ran out of portals.

Not sure if this is something AIF can control obviously, but figured best to ask.
 
Hey Tonyx,

Off-Topic from the quote, but I wanted to know how difficult it would be to add an option for the bot to place a higher priority on picking up certain things (ie specific rares or uniques) so that if there is a unique amongst a sea of non-uniques, it prioritizes picking it up first. Had an issue the other day with a MFer that had a screen full of rares and a unique. It used up all the portals picking up rares and I only barely managed to stop it in time to make it collect the unique before it ran out of portals.

Not sure if this is something AIF can control obviously, but figured best to ask.

The loot task is part of OGB, there's no way to edit it atm, except if you try to recode the entire task yourself (which I did for questbot tho) and order them by rarity.

this is not something you can control when using ogb.
 
Hi ,I downloaded installed it , but it collect all rares and does not ID them just keep them in stash , sry don't know nothing about this filters and I cant make them work correctly.
The way I installed it was to replace the AdvancedItemFilter folder with this one that Ive downloaded.
Can please someone share how to install it , and what do I need to do to implement another filter , like the HighEndLooting filter (which is another thread) , so it will stop gathering rares just to put em UnID in stash ?
Thank you.
P.M. I very much like the concept of this filter , as I could take a look on its features , but couldn't make it run efficiently.
 
Status
Not open for further replies.
Back
Top