Hey guys,
Having some trouble with Leaguestones and AIF, tried searching and trolling through the last few pages but cannot find any mention of it for AIF besides someone suggesting EXtensions can handle it.
Anyone know if the stashing in AIF uses the same syntax as the custom rules?
As in, I tried for "specific item" to put a rule in such as item.NameContains ("Leaguestone") but this didn't work.
I've got communityLib turned on, the correct tab name cached, EXtensions is on with the correct tab name in EXtensions, but the bot is still putting them in the first available tab instead of the tab specified (when using AIF, IFE it works).
Any help is appreciated!
Hey guys,
Having some trouble with Leaguestones and AIF, tried searching and trolling through the last few pages but cannot find any mention of it for AIF besides someone suggesting EXtensions can handle it.
Anyone know if the stashing in AIF uses the same syntax as the custom rules?
As in, I tried for "specific item" to put a rule in such as item.NameContains ("Leaguestone") but this didn't work.
I've got communityLib turned on, the correct tab name cached, EXtensions is on with the correct tab name in EXtensions, but the bot is still putting them in the first available tab instead of the tab specified (when using AIF, IFE it works).
Any help is appreciated!
I am very sorry for this noob question. I have enabled AIF and disabled ILF. I have installed Communitylib and have my stashes in communitylib. I have custom rules enabled and a custom rule loaded ("updatedleaguestone.json"). The bot doesnt sell anything, it stashes everything, even all shitty rares and magics. Why doesn't the custom rule filter work? (I use mapbot)
I believe I have eXtensions set-up properly. I ran a full map without human intervention.You also have EXtensions installed and configured, right?
if so,
Have you checked to ensure that the rules you're using are actually supposed to do what you want them to? Are there rules to sell rares and magics?
if so,
Please start a fresh instance of the bot, let it run through a full map without human intervention, and post the log.
2017-03-20 20:23:11,273 [19] DEBUG Logger - [AdvancedItemFilter::VerifyBotSettings (MapBot)] Detected specific Current Bot, processing AIF settings
2017-03-20 20:23:11,274 [19] ERROR Logger - Exception during plugin Start.
System.NullReferenceException: Object reference not set to an instance of an object.
at AdvancedItemFilter.Helpers.MiscHelpers.<>c.<VerifyBotSettings>b__1_0(KeepEntry e) in D:\exile\EB24837268\3rdParty\_CONFIGS_\Default\AdvancedItemFilter\Content-411109031\Helpers\MiscHelpers.cs:line 44
at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source, Func`2 predicate)
at AdvancedItemFilter.Helpers.MiscHelpers.VerifyBotSettings(String botName) in D:\exile\EB24837268\3rdParty\_CONFIGS_\Default\AdvancedItemFilter\Content-411109031\Helpers\MiscHelpers.cs:line 44
at AdvancedItemFilter.AdvancedItemFilter.Start() in D:\exile\EB24837268\3rdParty\_CONFIGS_\Default\AdvancedItemFilter\Content-411109031\AdvancedItemFilter.cs:line 178
at Loki.Bot.PluginManager.?????????????????????????????????????????(IPlugin )
extensions can handle leaguestone storage, no need to set it up in AIF, no need to cache tabs.
Do you have a custom filter already? I recommend this: https://www.thebuddyforum.com/threa...ooting-profile-for-advanceditemfilter.223125/Hello, I bought this bot very recently and I just want it to farm dried lake, stash currency and sell rares for the chaos recipe/gcp by itself, I downloaded AIF and comlib and the config seems like chinese to me.
I can't find a guide on how to config this plugin. Can someone help me do these 2 things or redirect me somewhere that will help me do it myself?
Thanks a lot in advance.
Do you have a custom filter already? I recommend this: https://www.thebuddyforum.com/threa...ooting-profile-for-advanceditemfilter.223125/
{
"Comment": "",
"Enabled": true,
"Type": 0,
"Rule": "item.IsCurrency and item.NameContains(\"Perandus\")",
"ShouldLog": false,
"Priority": 1
},
{
"Comment": "",
"Enabled": true,
"Type": 2,
"Rule": "item.IsCurrency and item.NameContains(\"Perandus\")",
"ShouldLog": false,
"Priority": 1
},
{
"Comment": "",
"Enabled": true,
"Type": 0,
"Rule": "item.IsCurrency and item.NameContains(\"Silver\")",
"ShouldLog": false,
"Priority": 1
},
{
"Comment": "",
"Enabled": true,
"Type": 2,
"Rule": "item.IsCurrency and item.NameContains(\"Silver\")",
"ShouldLog": false,
"Priority": 1
},
{
"Comment": "",
"Enabled": true,
"Type": 0,
"Rule": "item.NameContains(\"Leaguestone\")",
"ShouldLog": false,
"Priority": 1
},
{
"Comment": "",
"Enabled": true,
"Type": 2,
"Rule": "item.NameContains(\"Leaguestone\")",
"ShouldLog": false,
"Priority": 1
},
{
"Comment": "",
"Enabled": true,
"Type": 0,
"Rule": "item.IsCurrency and item.NameContains(\"Sextant\")",
"ShouldLog": false,
"Priority": 1
},
{
"Comment": "",
"Enabled": true,
"Type": 2,
"Rule": "item.IsCurrency and item.NameContains(\"Sextant\")",
"ShouldLog": false,
"Priority": 1
}