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.
[CustomItemRules] The rule "item.Is.Currency and item.FullName == "Silver Coin"" 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.


what have i done wrong ?......
 
[CustomItemRules] The rule "item.Is.Currency and item.FullName == "Silver Coin"" 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.


what have i done wrong ?......
nvm there was a . in there that shouldnt be...

question .. do I also have to add that same rule to keep ?
 
Anyone has a filter for only picking up screaming (tier 5) essences? I've tried with item contains screaming in name but its picking up all essence types, or is that because of monoliths plugin?
 
nvm there was a . in there that shouldnt be...

question .. do I also have to add that same rule to keep ?

silver coins are currency, if you have item.IsCurrency in keep, it should keep it.

Anyone has a filter for only picking up screaming (tier 5) essences? I've tried with item contains screaming in name but its picking up all essence types, or is that because of monoliths plugin?

item.FullNameContains("Screaming")
 
hi.. how we can do chance item.. i don't see any plugin can do that now... have 1 plugin but out date
 
Is there a way to ignore items that are hidden by the loot filter? The bot wastes time every once in a while trying to pick up items that aren't visible and then blacklists them.
 
PayMeUpTo30DolarsAndIDoAVideoOrEvenWriteABookToSetupAIF. Damn that's your kind of people that get us banned from this forum, can't this stop? idk you can't install it then come "no work" without logs, so we ask for logs, you give partial logs... we ask for full logs, THEN we start debugging stuff. Usually the issue on the user-end, 99% of the time. (yes, Usually was irony)

And No, I won't post a video of me advertising exilebuddy's features or my plugin, for a simple reason that is : "THE CAT WILL NEVER CATCH ME" Kappa

INSTALLING AIF FOR DUMMIES :
1) download communitylib
2) unzip communitylib folder containing files into the 3rdParty folder
3) download AIF
4) unzip AIF's folder containing files into the 3rdParty folder
5) Load bot, 110% sure there will be no errors except if you did not follow 1-4.
6) Enable Comlib, then AIF
7) Use your brain
8) Profit


1st of all I APOLOGIZE SINCERELY to you(toNyx) for the troubles I made...
I made every step u wrote me to do and everything went perfect :) now I'm reading and looking for more info in the forum to upgrade my AIF , so far I made rules for item that are needed for chaos recipes and when I tried it I realized that he is not touching even single wisdom/currency/uniques xD seems like hard part is starting for me.
I also have a question : It is possible somehow to run both ( AIF and ItemEditorFilter ) filters ?
Note: I tried to run the bot with both filters but seems like they doesn't fit... for now I'm still using ItemEditorFilter and will try to improve my AIF to max and then I will give a try to it.
 
Last edited:
You want to use item.Name not item.FullName. Item.FullName == "Sorcerer Boots" will only pick up Sorcerer Boots, not including Superior Sorcerer Boots because you're specifying an exact string to pick up. use item.IsNormal and item.Name == "Sorcerer Boots" and it picks up white boots of the Sorcerer Boots base item, including Superior versions.
Lol is this true ? :D I just managed to install my AIF today and I'm happy like a baby with 2 lollipops and I'm still learning about the codes and what kind of rules to make and use.
But honestly if the thing u said is real that means if I write "item.IsUnique and item.FullName == "Shavronne's Wrappings" my bot will skip the one with quality (Superior Occultist's Vestment) , right ?
 
yea, you're fucked you missed all those Superior Occultist's Vestment

Code:
item.IsCurrency and item.FullName == "Superior Mirror of Kalandra"

i have this just incase it misses my first mirror
 
yea, you're fucked you missed all those Superior Occultist's Vestment

Code:
item.IsCurrency and item.FullName == "Superior Mirror of Kalandra"

i have this just incase it misses my first mirror

I just installed my AIF before hours ago xD so I'm newbie and just wanted to know if there is a difference(I mean the Full.Name and Name only) or not.
Anyway ur post sound like sarcasm for me ''Superior Mirror of Kalandra'' xD
Note: Please don't joke about such a questions.I really want to learn everything about this plugin as fast as I can and that's why there is a forum : to ask question and get proper answers.
 
I just installed my AIF before hours ago xD so I'm newbie and just wanted to know if there is a difference(I mean the Full.Name and Name only) or not.
Anyway ur post sound like sarcasm for me ''Superior Mirror of Kalandra'' xD
Note: Please don't joke about such a questions.I really want to learn everything about this plugin as fast as I can and that's why there is a forum : to ask question and get proper answers.

There's a feature called "item.FullNameContains("Shavronne's Wrappings")" so if you encounter a superior one, you'll keep it :)
 
There's a feature called "item.FullNameContains("Shavronne's Wrappings")" so if you encounter a superior one, you'll keep it :)

TY for the info , if I want to keep them unid will this : "item.IsUnique and item.FullNameContains == ''Occultist's Vestment'''' work ?
 
Hello I have two questions:
1.Why this plugin is counting my currency?
[CountReagentsTask] *** Final counting report ***
[CountReagentsTask] Scroll of Wisdom x238
[CountReagentsTask] Portal Scroll x140
[CountReagentsTask] Orb of Transmutation x89
[CountReagentsTask] Orb of Augmentation x202
[CountReagentsTask] Orb of Alteration x308
[CountReagentsTask] Jeweller's Orb x78
[CountReagentsTask] Armourer's Scrap x440
...
[WithdrawTask] We do not need to withdraw any currency items. Skipping this task until an area change or restart.

2.Can I upload my AIF custom rules here ? ( I will finish it after few days )
 
Hello I have two questions:
1.Why this plugin is counting my currency?
[CountReagentsTask] *** Final counting report ***
[CountReagentsTask] Scroll of Wisdom x238
[CountReagentsTask] Portal Scroll x140
[CountReagentsTask] Orb of Transmutation x89
[CountReagentsTask] Orb of Augmentation x202
[CountReagentsTask] Orb of Alteration x308
[CountReagentsTask] Jeweller's Orb x78
[CountReagentsTask] Armourer's Scrap x440
...
[WithdrawTask] We do not need to withdraw any currency items. Skipping this task until an area change or restart.

2.Can I upload my AIF custom rules here ? ( I will finish it after few days )

1) Reasons.
2) Yes
 
i don't understand when bot do chaos recipes... i see my stash enough requirement for chaos recipes but sometime bot done this thing..
 
Status
Not open for further replies.
Back
Top