What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

[ItemFilter] HighEnd Looting Profile For AdvancedItemFilter

thanks radziu, can u pls add "orb of annulment" to the filter

shards wont drop anymore sadly :/

thanks
 
after adding the stuff u just broke my bot...

[Setup] Exception thrown when initializing [AdvancedItemFilter 3.0].
Newtonsoft.Json.JsonReaderException: After parsing a value an unexpected character was encountered: {. Path '[382]', line 3067, position 2.
at Newtonsoft.Json.JsonTextReader.ParsePostValue(Boolean ignoreComments)
at Newtonsoft.Json.JsonTextReader.Read()
at Newtonsoft.Json.JsonReader.ReadForType(JsonContract contract, Boolean hasConverter)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateList(IList list, JsonReader reader, JsonArrayContract contract, JsonProperty containerProperty, String id)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateList(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, Object existingValue, String id)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent)
at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType)
at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings)
at AdvancedItemFilter.Classes.RulesManager.Load(String filename) in C:\Users\ken\Documents\Bcolor\3rdParty\_CONFIGS_\Default\AdvancedItemFilter\Content-303001609\Classes\RulesManager.cs:line 78
at AdvancedItemFilter.AdvancedItemFilter.Initialize() in C:\Users\ken\Documents\Bcolor\3rdParty\_CONFIGS_\Default\AdvancedItemFilter\Content-303001609\AdvancedItemFilter.cs:line 59
at Loki.Bot.Utility.‍‍‬‎‍‌‎‫‬‍‌‎‎‪‎‎‭‪‌‮(ILog , Object , Boolean )


what sup??

p.s I think I missed a comma somewhere, got it fixed
 
Last edited:
Why i cant download, nothing in last link :(

ok, again i am stupid ad block is blocking it
 
Last edited:
Update V3.3.1:
Added 48 New Unique items, all added to Keep rules.
Added simple shaper and elder items pickup.

Link:
https://files.fm/u/hmfn4zzq


IMPORTANT:
Enable Shaper/Elder Items in your AIF custom rules - edit your AIF\Classes\EvaluableItem.cs file and add the below somewhere towards the bottom with the other bits (Thanks to WiN):

[Description("Elder Item")]
public bool IsElderItem => _myItem.IsElderItem;

[Description("Shaper Item")]
public bool IsShaperItem => _myItem.IsShaperItem;


bro is the bot keeping with your rules certain rares like boots with 2-3 res and movespeed, helmets with res life etc? thanks
 
Can someone please explain where to put the filter? and how to initialize it ?

/regards Zin
 
Update V3.3.3:
Added 3.1.1C new Unique sword and its Card
Changed life values
Orb of Annulment added

Link:
https://files.fm/u/vndn6vnh


IMPORTANT:
Enable Shaper/Elder Items in your AIF custom rules - edit your AIF\Classes\EvaluableItem.cs file and add the below somewhere towards the bottom with the other bits (Thanks to WiN):

[Description("Elder Item")]
public bool IsElderItem => _myItem.IsElderItem;

[Description("Shaper Item")]
public bool IsShaperItem => _myItem.IsShaperItem;
 
Again, thank you very much for all the effort you put into helping us lazy folks out. If by any chance you are looking to improve this even further, how about adding Stygian Vise rules for minion belts? I bet I am not the only one running with Spectres ;)

Update V3.3.3:
Added 3.1.1C new Unique sword and its Card
Changed life values
Orb of Annulment added

Link:
https://files.fm/u/vndn6vnh


IMPORTANT:
Enable Shaper/Elder Items in your AIF custom rules - edit your AIF\Classes\EvaluableItem.cs file and add the below somewhere towards the bottom with the other bits (Thanks to WiN):

[Description("Elder Item")]
public bool IsElderItem => _myItem.IsElderItem;

[Description("Shaper Item")]
public bool IsShaperItem => _myItem.IsShaperItem;
 
Yea just go into Keep rules and uncheck whatever you don't want the filter to stash. If it's unchecked then the filter will pick it up but Vendor it upon town run.
 
Like stated above, this is fully customizable to your needs, stop being lazy, and check off a few checkmarks and it won't keep whatever you don't want.
 
Update V3.3.3:
Added 3.1.1C new Unique sword and its Card
Changed life values
Orb of Annulment added

Link:
https://files.fm/u/vndn6vnh


IMPORTANT:
Enable Shaper/Elder Items in your AIF custom rules - edit your AIF\Classes\EvaluableItem.cs file and add the below somewhere towards the bottom with the other bits (Thanks to WiN):

[Description("Elder Item")]
public bool IsElderItem => _myItem.IsElderItem;

[Description("Shaper Item")]
public bool IsShaperItem => _myItem.IsShaperItem;

HelloRadziu

[CustomItemRules] The rule "item.IsElderItem " 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.
[Stop] Now requesting the BotThread to stop.
Any hint whats wrong ?
I got a problem when i added the elder item
And copy your code listed
 
HelloRadziu

[CustomItemRules] The rule "item.IsElderItem " 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.
[Stop] Now requesting the BotThread to stop.
Any hint whats wrong ?
I got a problem when i added the elder item
And copy your code listed
You didn't copy it right then.
 
You didn't copy it right then.
Could you tell me which code i copy wrong?
"
[Description("Elder Item")]
public bool IsElderItem => _myItem.IsElderItem;

[Description("Shaper Item")]
public bool IsShaperItem => _myItem.IsShaperItem;
"

And i copy it in the last of
"3rdParty\AdvancedItemFilter\Classes/EvaluableItem.cs"
 
Filter doesn't seem to pick up essences... added item.IsEssence in pick up and keep. still doesn't pick up. do I have to add all the essences ? I just had contains.
 
J2ch3i9.png

These rules don't work for rares because their full name is just the rare name, not their type.
 
Think "name contains" or maybe "is ring" and "name contains" should work.
 
Back
Top