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.
To make one rule instead of 3 in json

Code:
		public bool IsNeededForRecipe
        {
            get { return IsNeededForChanceRecipe || IsNeededForChaosRecipe || IsNeededForRegalRecipe; }
        }
 
To make one rule instead of 3 in json

Code:
		public bool IsNeededForRecipe
        {
            get { return IsNeededForChanceRecipe || IsNeededForChaosRecipe || IsNeededForRegalRecipe; }
        }

It's to avoid confusion, nothing else :)
 
Im trying to make rule to pickup items for chaos recipe, but it doesnt work:
[CustomItemRules][Pickup] Rule "item.IsNeededForChaosRecipe" returned False for Topaz Ring
Topaz Ring is 100% needed for that chaos recipe and if I pickup this ring manually, bot will place it in chaos recipe tab.
Is my rule wrong or is it bug?
 
Last edited:
Im trying to make rule to pickup items for chaos recipe, but it doesnt work:
[CustomItemRules][Pickup] Rule "item.IsNeededForChaosRecipe" returned False for Topaz Ring
Topaz Ring is 100% needed for that chaos recipe and if I pickup this ring manually, bot will place it in chaos recipe tab.
Is my rule wrong or is it bug?

Not enough informations for me to actually discern what's happenign, settings? full log?
 
Not enough informations for me to actually discern what's happenign, settings? full log?
I want to pickup only those rares that needed for chaos recipe. Disabled all custom pickup rare items rules. Created new rule to pickup: "item.IsNeededForChaosRecipe". But bot picks up no rare items now.
Full log+settings attached.
 

Attachments

I want to pickup only those rares that needed for chaos recipe. Disabled all custom pickup rare items rules. Created new rule to pickup: "item.IsNeededForChaosRecipe". But bot picks up no rare items now.
Full log+settings attached.

What is the map you're farming in?

Does your tab have only 3 items in it?

try including

Code:
item.IsRare and item.IsNeededForChaosRecipe

Also, check the 2nd box in the list for this rule, and inspect the file output in AIF's folder.

Btw, with the way you've setup your sliders, it will never pick more than 1 of each item except rings/belts/amys so don't expect it to pickup every items.
 
I have the same problem with chaos recipe.
My rule is item.IsRare and item.IsNeededForChaosRecipe but the bot not pick up nothing for chaos recipe. Farmed more than 8 map but zero item for chaos.
 

Well, just trying to figure out few bugs, the "basic logic" is on, I can easily cast some easy spells, like BA/Bladefall/split arrow anything that is not a summon basically, have still a lot to do on it tho :) so no, no ETA.

For those bugging out with the rules concerning chaos recipe, post a log and a screenshot of your recipes parts config.
 
NhGQBfL.png


this screen is after running ~1 hour with a lot of going back to the stash and actually having a chance to count.
with the latest update he doesnt seem to count the scrolls at all anymore :O
 
NhGQBfL.png


this screen is after running ~1 hour with a lot of going back to the stash and actually having a chance to count.
with the latest update he doesnt seem to count the scrolls at all anymore :O

logs or never happend.
Also, it's missing the bottom side of the config :)
 
this screen is after running ~1 hour with a lot of going back to the stash and actually having a chance to count.
with the latest update he doesnt seem to count the scrolls at all anymore :O

Mine is working, just updated.
 
oh :O
i didnt open the misc part and missed the "count reagents in..." hmmmpf :D
good hint, thx. testing it now again

doesnt seem to help.
logfiles attached.


ukpC8Zz.png
 

Attachments

private vpn server with a ping < 90, always. so i doubt its the latency.

i'll try again with a clean install + deleting the settings file as well. let's se..
 
Status
Not open for further replies.
Back
Top