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.
strange. might test it again. They're not useful now but i heard they might receive a buff in the coming patches.
 
Alright guys, I thought the slider means how man sets to do before go and sell (1-10) so keep max 10 sets then sell, like GCP got a slider when he should do the recipes. I did not know the slider was the item level.

But i've got a problem, he ID's half of the Items and the other half not, so he is stashing the items he is keeping for Recipe at the correct stash but he just wont ID it even if the rule is very easy isitemrare id it ( i placed a stack of wsdm in first stash, currency stash and in my inventory, he just identifies some items, sell them (not for recipe) and the other one which he did not identify he stash it. Anyone know the issue?

all in all, he still dont do Chaos Recipes/Regal Recipes
 
Last edited:
added Sextants to get picked & stashed. Pretty sure the t1/2 Sextant at least didn't get picked yet w. widds ruleset.

Code:
  {
    "Enabled": true,
    "Type": 0,
    "Rule": "item.Name == \"Sextant\"",
    "ShouldLog": false
  },
  {
    "Enabled": true,
    "Type": 2,
    "Rule": "item.Name == \"Sextant\"",
    "ShouldLog": false
  }
Hello mate , u dont need specific rules for sextants coz they are also currency ...
you can try :
{
"Enabled": true,
"Type": 0,
"Rule": "item.IsCurrency",
"ShouldLog": false
},
{
"Enabled": true,
"Type": 2,
"Rule": "item.IsCurrency",
"ShouldLog": false
},
I'm also using this coz its picking every currency item if u are in essence u should make ur own rules for essence somehow they are not counted as currency.
 
Alright guys, I thought the slider means how man sets to do before go and sell (1-10) so keep max 10 sets then sell, like GCP got a slider when he should do the recipes. I did not know the slider was the item level.

But i've got a problem, he ID's half of the Items and the other half not, so he is stashing the items he is keeping for Recipe at the correct stash but he just wont ID it even if the rule is very easy isitemrare id it ( i placed a stack of wsdm in first stash, currency stash and in my inventory, he just identifies some items, sell them (not for recipe) and the other one which he did not identify he stash it. Anyone know the issue?

all in all, he still dont do Chaos Recipes/Regal Recipes
Hello buddy, try this :
{
"Enabled": true,
"Type": 1,
"Rule": "item.IsRare",
"ShouldLog": false
},
{
"Enabled": true,
"Type": 3,
"Rule": "item.IsRare",
"ShouldLog": false
},
It will ident and sell every rare item which is not for chaos recipe.
Note: Also be sure u put in CommunityL>Cache ur currency stash or the stash which u put ur currency(if AIF didnt detect any scrolls he wont ident rares)
 
Code:
{
    "Enabled": true,
    "Type": 0,
    "Rule": "item.Name == "Apprentice Cartographer's Sextant"",
    "ShouldLog": false
  },
  {
    "Enabled": true,
    "Type": 2,
    "Rule": "item.Name == "Apprentice Cartographer's Sextant"",
    "ShouldLog": false
  },
  {
    "Enabled": true,
    "Type": 0,
    "Rule": "item.Name == "Journeyman Cartographer's Sextant"",
    "ShouldLog": false
  },
  {
    "Enabled": true,
    "Type": 2,
    "Rule": "item.Name == "Journeyman Cartographer's Sextant"",
    "ShouldLog": false
  },
  {
    "Enabled": true,
    "Type": 0,
    "Rule": "item.Name == "Master Cartographer's Sextant"",
    "ShouldLog": false
  },
  {
    "Enabled": true,
    "Type": 2,
    "Rule": "item.Name == "Master Cartographer's Sextant"",
    "ShouldLog": false
  },

and stash.webp

my sextant rules. all fine.
 
Last edited:
Hey I'm getting this error when trying to load up AIF. The error is "CS0006: Metadata file 'Microsoft.Scripting.Metadata.dll' could not be found". Has anyone come across this before? Weird thing is, It has loaded fine one or two times, but now it is consistently doing this, preventing me from using AIF.

Here's a log if that helps View attachment Exilebuddy 12152 2016-10-14 16.46.txt.
 
This might be the wrong place, i'm unsure if this is supposed to go here or itemfilter place but i have a problem where grindbot tries to withraw wis/portals for me and itemfilter puts it back in :P.

[ReactionWait] Now sleeping 299 ms.
[Execute][oldgrindbot_on_withdraw] 40x Scroll of Wisdom.
[LatencyWait] Now sleeping 70 ms.
[ReactionWait] Now sleeping 270 ms.
[Execute][oldgrindbot_on_withdraw] 40x Portal Scroll.

[CustomRules][Keep] item.IsCurrency returned true for Scroll of Wisdom
[CustomRules][Keep] item.IsCurrency returned true for Portal Scroll
 
i have a problem where grindbot tries to withraw wis/portals for me and itemfilter puts it back in :P.

I have this problem too. It doesn't really cause too much of a hiccup as long as your bot picks up scrolls of wisdom/portal. It would be nice to be able to ignore ones that drop though becuase over long periods of time I could see it saving a decent chunk of time.
 
This might be the wrong place, i'm unsure if this is supposed to go here or itemfilter place but i have a problem where grindbot tries to withraw wis/portals for me and itemfilter puts it back in :P.

[ReactionWait] Now sleeping 299 ms.
[Execute][oldgrindbot_on_withdraw] 40x Scroll of Wisdom.
[LatencyWait] Now sleeping 70 ms.
[ReactionWait] Now sleeping 270 ms.
[Execute][oldgrindbot_on_withdraw] 40x Portal Scroll.

[CustomRules][Keep] item.IsCurrency returned true for Scroll of Wisdom
[CustomRules][Keep] item.IsCurrency returned true for Portal Scroll
I have this problem too. It doesn't really cause too much of a hiccup as long as your bot picks up scrolls of wisdom/portal. It would be nice to be able to ignore ones that drop though becuase over long periods of time I could see it saving a decent chunk of time.

It should be handled properly, make sure you have the boxes checked in OldGrindBot.

Else join a full log
 
Yep that's what the problem was. I'm a little upset I overlooked such a simple resolution to my issue. Thanks for the help!

Well to me this problem is related to quest bot, it works fine with grind bot but with questbot it doesn't. Any suggestions?
 
Well to me this problem is related to quest bot, it works fine with grind bot but with questbot it doesn't. Any suggestions?

Not until I find the time to test what I wrote, since exvault don't really want to deal with that issue.
 
Hi guys,

Quick question with the new (to me) format of AIF, how do I set it so that certain rules are put in specific tabs? So for example, any rares with + life are put in tab 20 for example? Is this still doable? I noticed in this post it is mentioned about tabname, but I am assuming that is only doable for individual items, not for rules.

Any help is appreciated.

It didn't work for me so I made rules for it and it works flawlessly now.

Pickup Rules
Code:
{
    "Enabled": false,
    "Type": 0,
    "Rule": "item.FullNameContains == \"Remnant of Corruption\"",
    "ShouldLog": false
  },
  {
    "Enabled": false,
    "Type": 2,
    "Rule": "item.FullNameContains == \"Remnant of Corruption\"",
    "ShouldLog": false
  },

Specific Stashing (So it puts it in the same tab as my other essences.)
Code:
 "ItemTabCollection": [
    {
      "IsEnabled": true,
      "Type": 8,
      "ItemName": "Remnant of Corruption",
      "TabName": "5"
    },
 
Hi guys,

Quick question with the new (to me) format of AIF, how do I set it so that certain rules are put in specific tabs? So for example, any rares with + life are put in tab 20 for example? Is this still doable? I noticed in this post it is mentioned about tabname, but I am assuming that is only doable for individual items, not for rules.

Any help is appreciated.

This is not implemented, and probably won't be unless I find time to work on it.
 
Holy fuck, botting much harder than I was thinking.
It took me few hours, to find that AIF need IFE enabled without any rules to work properly. And I think it is still just a few steps to the automatic chaos recipe.
 
Holy fuck, botting much harder than I was thinking.
It took me few hours, to find that AIF need IFE enabled without any rules to work properly. And I think it is still just a few steps to the automatic chaos recipe.

You'll find out later that IFE is incompatible for some parts :) so it'll need to be disabled Kappa
 
Please help! Can't make a rule to sell Armourer''s Scrap and Blacksmith's Whetstone :(
 
Please help! Can't make a rule to sell Armourer''s Scrap and Blacksmith's Whetstone :(

Thanks for joining a log or an example of your rule, our community assistance will come to you as soon as possible. If you have any other information to provide don't hesitate, it may lower your waiting time.

Tony.
 
Status
Not open for further replies.
Back
Top