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.
I did all of the above in Besen's post but the bot still picks up white items/magic items just useless crap. while i loaded up the high end filter. Anyone know what the issue might be?

Just some thoughts on this:

1. Have you disabled the build-in Item Filter? If not, do so.
2. Are you sure you loaded up some Custom Rules? After loading click "Save". Then check in the menu above if everything is correct (check the dropdown menu with "PickUp etc. in it).
 
Hello everyone!

Im having some troubles with the pluguin:

bot keep selling my amulets for the chaos recipe. My setup is just fine, i have bunch of slots empty on my stash tab for the recipe...

and my bot keep stashing normal gems even with the "keep" rules unchecked for this.

Anyone know how to solve this?

Thank you
 
.....i think it's going to rain....no, tnc god no.
 
Last edited:
Hello everyone!

Im having some troubles with the pluguin:

bot keep selling my amulets for the chaos recipe. My setup is just fine, i have bunch of slots empty on my stash tab for the recipe...

and my bot keep stashing normal gems even with the "keep" rules unchecked for this.

Anyone know how to solve this?

Thank you

Enable debug, reproduce the issue, then post the log.
 
this seems to be skipping currency since the update? just walked past orb of alchemy
 
wait its working for you guys? It hasnt worked for me at all since the update o-o
 
just added this.. will test when i find a coin

{
"Enabled": true,
"Type": 0,
"Rule": "item.IsCurrency and item.FullName == "Silver Coin"",
"ShouldLog": false

EDIT: CONFIRMED WORKING
Just copy and paste this into your list.
 
Last edited:
just added this.. will test when i find a coin

{
"Enabled": true,
"Type": 0,
"Rule": "item.IsCurrency and item.FullName == "Silver Coin"",
"ShouldLog": false

EDIT: CONFIRMED WORKING
Just copy and paste this into your list.
where do I add this now? :P
 
For some reason it is no longer stashing at specific tabs.
I made sure it was checked and each item was put on the list (i stash all my currency to a specific tab) and it doesnt seem to want to deposit in the one i marked
 
Last edited:
Yeah i figured it out haha.
I actually end up having an issue with the advanced item filter isnt working correctly.
After the patch for the bot it fixed itself, for all of 2 hours, then stopped suddenly again. idk whats going on, but restarting the bot itself does not fix it.
(the regular item filter is off, btw)
 
EvaluableItem.cs is missing lines for added cold/fire/lightning damage to spells. it would be great to ad these:
public int AddedSpellLightningDamageAverage => _myItem.GetStatRangeAverage(StatTypeGGG.SpellMinimumAddedLightningDamage, StatTypeGGG.SpellMaximumAddedLightningDamage);
public int AddedSpellFireDamageAverage => _myItem.GetStatRangeAverage(StatTypeGGG.SpellMinimumAddedFireDamage, StatTypeGGG.SpellMaximumAddedFireDamage);
public int AddedSpellColdDamageAverage => _myItem.GetStatRangeAverage(StatTypeGGG.SpellMinimumAddedColdDamage, StatTypeGGG.SpellMaximumAddedColdDamage);

i don't konw why it shows Minim um. should be Minimum of course
 
I'm having some issues can someone tell me what this means:

2016-06-10 06:32:21,760 [20] ERROR Logger - Exception during plugin Start.
System.NullReferenceException: Object reference not set to an instance of an object.
at Loki.Common.JsonSettings.SetProperty(String name, Object value)
at AdvancedItemFilter.Helpers.BotHelper.SetFillIdScrolls(Boolean state) in C:\Users\Havok492\Desktop\EX\3rdParty\_CONFIGS_\Default\AdvancedItemFilter\Content-17270870\Helpers\BotHelper.cs:line 33
at AdvancedItemFilter.AdvancedItemFilter.Start() in C:\Users\Havok492\Desktop\EX\3rdParty\_CONFIGS_\Default\AdvancedItemFilter\Content-17270870\AdvancedItemFilter.cs:line 181
at Loki.Bot.PluginManager.?????????????????????????????????????????(IPlugin )
 
I'm having some issues can someone tell me what this means:

2016-06-10 06:32:21,760 [20] ERROR Logger - Exception during plugin Start.
System.NullReferenceException: Object reference not set to an instance of an object.
at Loki.Common.JsonSettings.SetProperty(String name, Object value)
at AdvancedItemFilter.Helpers.BotHelper.SetFillIdScrolls(Boolean state) in C:\Users\Havok492\Desktop\EX\3rdParty\_CONFIGS_\Default\AdvancedItemFilter\Content-17270870\Helpers\BotHelper.cs:line 33
at AdvancedItemFilter.AdvancedItemFilter.Start() in C:\Users\Havok492\Desktop\EX\3rdParty\_CONFIGS_\Default\AdvancedItemFilter\Content-17270870\AdvancedItemFilter.cs:line 181
at Loki.Bot.PluginManager.?????????????????????????????????????????(IPlugin )

Dont use it with questbot i zink
 
Status
Not open for further replies.
Back
Top