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.
This will be fixed?

No, it'll remain like this anyway

INFO : Zip has been updated on first post to resolve a GUI bug for specific stashing, should now properly allow user to enter item name when selecting specific item
 
Thank you. I did encounter the bug. Worked around it by editing the json directy
 
TurtelT does the plugin sell RBG/Rares etc. for you? because for me it just stashes everything even with a simple rule added like sell rgb it doesnt do it
 
TurtelT does the plugin sell RBG/Rares etc. for you? because for me it just stashes everything even with a simple rule added like sell rgb it doesnt do it
I have to disable this plugin and only use ItemFilterEditor, there is no problem with filters, but now I can't do the chaos recipe, and it's bad (
 
Can someone guide me how to make this filter to save only items with:

Rare gear role:
"ExplicitStat BaseMaximumLife Value >= 70 Required",
"ExplicitStat BaseColdDamageResistancePct Value >= 35 Optional"
"ExplicitStat BaseFireDamageResistancePct Value >= 35 Optional"
"ExplicitStat BaseLightningDamageResistancePct Value >= 35 Optional"

bows role:
"ExplicitStat LocalPhysicalDamagePosPct Value >= 140 Required"
"ExplicitStat LocalAttackSpeedPosPct Value >= 5 Required"
"ExplicitStat LocalMinimumAddedPhysicalDamage Value >= 15 Required"

Thanks!
 
i wish someone would share there lootfilter because something seems wrong wtih mine because it doesnt sell anything :/
 
Enabling currency tabs while using QuestPlugin automatically stashes all portal and id scrolls, which causes a lot of problems and wasted time as the bot has to log out rather than using a portal. Switching it off keeps them in the inventory as expected.
 
Ok i got him to vendor useless rares / rgbs etc.. but somehow he is not doing the recipe? he keeps stashing more and more UD rares but never actually sell them and i have him to keep only 1x of ea ( 2rings)
 
receipe items need the IsRecipeItem flag and you gotta fill all recipe related options in the GUI.
(Where to stash, how many, what levels etc)
 
Somehow, I can't pick up wisdom scrolls. anyone else have this problem?
I tried uploading a log, but it keeps giving me an error.
 
receipe items need the IsRecipeItem flag and you gotta fill all recipe related options in the GUI.
(Where to stash, how many, what levels etc)
Uhh so something like item.IsRare IsRecipeItem or IsNeededForRegalRecipe when adding to sell option?
Could you give me a line as example? Do i have to add it for everything like for 2hand weapon / helm / boots etc?
Wouldnt "item.IsNeededForRecipe and Item.IsRare" work?
 
Last edited:
{
"Enabled": true,
"Type": 0,
"Rule": "item.IsRare and item.Is2HSword and item.IsNeededForRecipe",
"ShouldLog": false
},

and yeah, for each needed piece.
 
Uhh so something like item.IsRare IsRecipeItem or IsNeededForRegalRecipe when adding to sell option?
Could you give me a line as example? Do i have to add it for everything like for 2hand weapon / helm / boots etc?
Wouldnt "item.IsNeededForRecipe and Item.IsRare" work?

IsRecipeItem means it has been blacklisted from identification already
IsNeededForGearRecipe means it's missing for the recipe to be done (can be multiple items, not only one)

for pickup, "item.IsRare and item.IsNeededFor..." should work, it'll pickup and save for recipe as soon as it gets in town.

this will include every rare you find on ground, be aware that for a recipe it needs : 1x 2H Weapon, 1x Gloves, 1x Helmet, 1x Boots, 1x Belt, 2x Rings, 1x Amulet, 1x Chest
 
So i just add a rule for the things needed like "item.IsRare and item.Is2HSword and item.IsNeededForRegalRecipe" and do that for ring,belt etc and then with the option in recipe tab it will only collect 1x of ea or however i configured it ? What about skill gems ? Shouldn't he sell all skill gems less than 10 quality if i put "item.IsNeededForRecipe and item.IsGem and item.Quality <= 10"


What does Type : 0 / 1 / 2 / 3 stand for ?
0 = pickup / 1 = id / 2 = keep / 3 = sell or something like that ? right now it says Type = 3 for me is that wrong ?do i have to add the is needed item recipe etc in pickup category/ keep or sell?

Code:
  {
    "Enabled": true,
    "Type": 3,
    "Rule": "item.IsNeededForRecipe and item.IsGem and item.Quality <= 10",
    "ShouldLog": false
  },
  {
    "Enabled": true,
    "Type": 3,
    "Rule": "item.IsNeededForRecipe and item.IsRare and item.Is2HSword and item.ItemLevel >= 75",
    "ShouldLog": false
  },
  {
    "Enabled": true,
    "Type": 3,
    "Rule": "item.IsNeededForRecipe and item.IsRare and item.IsAmulet and item.ItemLevel >= 75",
    "ShouldLog": false
  },
  {
    "Enabled": true,
    "Type": 3,
    "Rule": "item.IsNeededForRecipe and item.IsRare and item.IsBelt and item.ItemLevel >= 75",
    "ShouldLog": false
  },
  {
    "Enabled": true,
    "Type": 3,
    "Rule": "item.IsNeededForRecipe and item.IsRare and item.IsRing and item.ItemLevel >= 75",
    "ShouldLog": false
  },
  {
    "Enabled": true,
    "Type": 3,
    "Rule": "item.IsNeededForRecipe and item.IsRare and item.IsBoot and item.ItemLevel >= 75",
    "ShouldLog": false
  },
  {
    "Enabled": true,
    "Type": 3,
    "Rule": "item.IsNeededForRecipe and item.IsRare and item.IsChest and item.ItemLevel >= 75",
    "ShouldLog": false
  },
  {
    "Enabled": true,
    "Type": 3,
    "Rule": "item.IsNeededForRecipe and item.IsRare and item.IsGloves and item.ItemLevel >= 75",
    "ShouldLog": false
  },
  {
    "Enabled": true,
    "Type": 3,
    "Rule": "item.IsNeededForRecipe and item.IsRare and item.IsHelmet and item.ItemLevel >= 75",
    "ShouldLog": false
  },
  {
    "Enabled": true,
    "Type": 3,
    "Rule": "item.IsNeededForRecipe and item.IsRare and item.IsBow and item.ItemLevel >= 75",
    "ShouldLog": false
  },
  {
    "Enabled": true,
    "Type": 3,
    "Rule": "item.IsNeededForRecipe and item.IsRare and item.Is2HAxe and item.ItemLevel >= 75",
    "ShouldLog": false
  },
  {
    "Enabled": true,
    "Type": 3,
    "Rule": "item.IsNeededForRecipe and item.IsRare and item.Is2HMace and item.ItemLevel >= 75",
    "ShouldLog": false
  },
  {
    "Enabled": true,
    "Type": 3,
    "Rule": "item.IsNeededForRecipe and item.IsRare and item.IsStaff and item.ItemLevel >= 75",
    "ShouldLog": false
  }
 
Last edited:
Status
Not open for further replies.
Back
Top