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.
the ones used to craft? (augm/trans/alts/scour (eventually)/alchs (eventually))
2eb960e427a07cd7aeea299c4bb284af.png
 
Hi All
I have problem with rare item. Bot pick up all rare item and dont check item lvl
I need that bot pick up rare item only for Chaos recipe
Help please

 
Last edited:
item.IsGem and item.FullNameContains("Vaal") or item.FullNameContains("Empower") or item.FullNameContains("Enlighten")

Would this rule work as intended? I mean, I want the filter to pickup only Vaal Gems, Empower and Enlighten.

Thanks in advance!
 

Provide a full log, the setup looks good there

Hi All
I have problem with rare item. Bot pick up all rare item and dont check item lvl
I need that bot pick up rare item only for Chaos recipe
Help please


Provide a full log aswell, something might be fishy. You could also enable "Debug" mode and reproduce it.

Would this rule work as intended? I mean, I want the filter to pickup only Vaal Gems, Empower and Enlighten.

Thanks in advance!

use parenthesis, to group the conditions :

Code:
item.IsGem and (item.FullNameContains("Vaal") or item.FullNameContains("Empower") or item.FullNameContains("Enlighten"))
 
Has anyone seen this specific error message before?

Code:
[CachedItem] FullName was Serpentscale Gauntlets, name was Serpentscale Gauntlets
[CachedItem] Wrapper was Loki.Game.InventoryControlWrapper
[Serpentscale Gauntlets] Failed to get item or wrapper, item == null: True, wrapper == null == False
[CommunityLib][StashCache] An item is being removed from cache
[RecipeTask] Something weird happend when trying to fastmove "Serpentscale Gauntlets", skipping and returning true
 
Does anyone have a legit Item filter made for the custom filter part of this? for end game and what not?
 
can someone tell me how to setup so my bot will sell a full gear stupp for chaos recipes pls? its always stashing items
 
can someone tell me how to setup so my bot will sell a full gear stupp for chaos recipes pls? its always stashing items
Nevermind its ok now but when I put the maximun amount of helmet , all stash tabs is count or only my stash tab chaos recipe ? For example I have 1 helmet in my chaos recipe tab and 2helmet in my public selling tab, the 2 helmet in public tab are counted or not?
 
Why does my bot pick up some white and blue items with rule
item.IsRare or item.IsUnique or item.IsCurrency
with "HighEnd Looting Profile For AdvancedItemFilter" same story. And if I clear my inventory for these items and restart bot then bot doesn't pick on these white and magic items. If I do that with a rare item then my bot pick up the rare item again.
I turn off EXtension and ItemFilterEditor and turn on in AIF "Enable Custom Rules", "Enable GCP recipe" and "Enable Gear Recipe".
 

Attachments

Last edited:
Why does my bot pick up some white and blue items with rule

with "HighEnd Looting Profile For AdvancedItemFilter" same story. And if I clear my inventory for these items and restart bot then bot doesn't pick on these white and magic items. If I do that with a rare item then my bot pick up the rare item again.
I turn off EXtension and ItemFilterEditor and turn on in AIF "Enable Custom Rules", "Enable GCP recipe" and "Enable Gear Recipe".

Enable KeyPickup in game's options
 
what am I doing wrong?
Why does not load plugin?

AutoLogin
[Bots] :
[Plugins] : AutoLogin (AutoLogin: 0.0.1.1)
[Routines] :
Monoliths
[Bots] :
[Plugins] : Monoliths (Monoliths: 0.0.1.1)
[Routines] :
Overlay
[Bots] :
[Plugins] : Overlay (Overlay: 0.0.1.1)
[Routines] :
Stats
[Bots] :
[Plugins] : Stats (Stats: 0.0.1.1)
[Routines] :
Cannot load [AdvancedItemFilter] because an exception occurred [C:\Users\XXX\Desktop\zooms\3rdParty\_CONFIGS_\Zooms\AdvancedItemFilter\Content-17486682\Helpers\MiscHelpers.cs(5,7) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\XXX\Desktop\zooms\3rdParty\_CONFIGS_\Zooms\AdvancedItemFilter\Content-17486682\Tasks\CheckForRecipeItems.cs(4,7) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\XXX\Desktop\zooms\3rdParty\_CONFIGS_\Zooms\AdvancedItemFilter\Content-17486682\Tasks\CountReagentsTask.cs(3,7) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\XXX\Desktop\zooms\3rdParty\_CONFIGS_\Zooms\AdvancedItemFilter\Content-17486682\Tasks\GenericTasks.cs(5,7) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\XXX\Desktop\zooms\3rdParty\_CONFIGS_\Zooms\AdvancedItemFilter\Content-17486682\Tasks\GenericTasks.cs(13,14) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\XXX\Desktop\zooms\3rdParty\_CONFIGS_\Zooms\AdvancedItemFilter\Content-17486682\Tasks\IdentifyItems.cs(10,15) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\XXX\Desktop\zooms\3rdParty\_CONFIGS_\Zooms\AdvancedItemFilter\Content-17486682\Tasks\IdentifyItems.cs(9,7) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\XXX\Desktop\zooms\3rdParty\_CONFIGS_\Zooms\AdvancedItemFilter\Content-17486682\Tasks\RecipeTask.cs(6,7) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\XXX\Desktop\zooms\3rdParty\_CONFIGS_\Zooms\AdvancedItemFilter\Content-17486682\Tasks\StashToSpecificTab.cs(17,15) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\XXX\Desktop\zooms\3rdParty\_CONFIGS_\Zooms\AdvancedItemFilter\Content-17486682\Tasks\StashToSpecificTab.cs(13,7) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\XXX\Desktop\zooms\3rdParty\_CONFIGS_\Zooms\AdvancedItemFilter\Content-17486682\Helpers\TaskHelpers.cs(11,20) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\XXX\Desktop\zooms\3rdParty\_CONFIGS_\Zooms\AdvancedItemFilter\Content-17486682\Helpers\TaskHelpers.cs(15,36) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\XXX\Desktop\zooms\3rdParty\_CONFIGS_\Zooms\AdvancedItemFilter\Content-17486682\Tasks\GenericTasks.cs(239,59) : error CS0246: The type or namespace name 'CachedItemObject' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\XXX\Desktop\zooms\3rdParty\_CONFIGS_\Zooms\AdvancedItemFilter\Content-17486682\Tasks\GenericTasks.cs(239,113) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\XXX\Desktop\zooms\3rdParty\_CONFIGS_\Zooms\AdvancedItemFilter\Content-17486682\Tasks\RecipeTask.cs(322,39) : error CS0246: The type or namespace name 'CachedItemObject' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\XXX\Desktop\zooms\3rdParty\_CONFIGS_\Zooms\AdvancedItemFilter\Content-17486682\Tasks\RecipeTask.cs(49,38) : error CS0246: The type or namespace name 'CachedItemObject' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\XXX\Desktop\zooms\3rdParty\_CONFIGS_\Zooms\AdvancedItemFilter\Content-17486682\Tasks\RecipeTask.cs(34,35) : error CS0246: The type or namespace name 'CachedItemObject' could not be found (are you missing a using directive or an assembly reference?)
].
System.Exception: C:\Users\XXX\Desktop\zooms\3rdParty\_CONFIGS_\Zooms\AdvancedItemFilter\Content-17486682\Helpers\MiscHelpers.cs(5,7) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\XXX\Desktop\zooms\3rdParty\_CONFIGS_\Zooms\AdvancedItemFilter\Content-17486682\Tasks\CheckForRecipeItems.cs(4,7) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\XXX\Desktop\zooms\3rdParty\_CONFIGS_\Zooms\AdvancedItemFilter\Content-17486682\Tasks\CountReagentsTask.cs(3,7) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\XXX\Desktop\zooms\3rdParty\_CONFIGS_\Zooms\AdvancedItemFilter\Content-17486682\Tasks\GenericTasks.cs(5,7) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\XXX\Desktop\zooms\3rdParty\_CONFIGS_\Zooms\AdvancedItemFilter\Content-17486682\Tasks\GenericTasks.cs(13,14) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\XXX\Desktop\zooms\3rdParty\_CONFIGS_\Zooms\AdvancedItemFilter\Content-17486682\Tasks\IdentifyItems.cs(10,15) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\XXX\Desktop\zooms\3rdParty\_CONFIGS_\Zooms\AdvancedItemFilter\Content-17486682\Tasks\IdentifyItems.cs(9,7) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\XXX\Desktop\zooms\3rdParty\_CONFIGS_\Zooms\AdvancedItemFilter\Content-17486682\Tasks\RecipeTask.cs(6,7) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\XXX\Desktop\zooms\3rdParty\_CONFIGS_\Zooms\AdvancedItemFilter\Content-17486682\Tasks\StashToSpecificTab.cs(17,15) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\XXX\Desktop\zooms\3rdParty\_CONFIGS_\Zooms\AdvancedItemFilter\Content-17486682\Tasks\StashToSpecificTab.cs(13,7) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\XXX\Desktop\zooms\3rdParty\_CONFIGS_\Zooms\AdvancedItemFilter\Content-17486682\Helpers\TaskHelpers.cs(11,20) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\XXX\Desktop\zooms\3rdParty\_CONFIGS_\Zooms\AdvancedItemFilter\Content-17486682\Helpers\TaskHelpers.cs(15,36) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\XXX\Desktop\zooms\3rdParty\_CONFIGS_\Zooms\AdvancedItemFilter\Content-17486682\Tasks\GenericTasks.cs(239,59) : error CS0246: The type or namespace name 'CachedItemObject' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\XXX\Desktop\zooms\3rdParty\_CONFIGS_\Zooms\AdvancedItemFilter\Content-17486682\Tasks\GenericTasks.cs(239,113) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\XXX\Desktop\zooms\3rdParty\_CONFIGS_\Zooms\AdvancedItemFilter\Content-17486682\Tasks\RecipeTask.cs(322,39) : error CS0246: The type or namespace name 'CachedItemObject' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\XXX\Desktop\zooms\3rdParty\_CONFIGS_\Zooms\AdvancedItemFilter\Content-17486682\Tasks\RecipeTask.cs(49,38) : error CS0246: The type or namespace name 'CachedItemObject' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\XXX\Desktop\zooms\3rdParty\_CONFIGS_\Zooms\AdvancedItemFilter\Content-17486682\Tasks\RecipeTask.cs(34,35) : error CS0246: The type or namespace name 'CachedItemObject' could not be found (are you missing a using directive or an assembly reference?)

at Loki.Bot.ThirdPartyLoader.‬*‬‏*‫‫‪‎*‪​**‏*​‪*‏‪*‪‬*‏*‬*‫*(Dictionary`2 , String )
AreaVisualizer
[Bots] :
[Plugins] : AreaVisualizer (AreaVisualizer: 0.0.1.1)
[Routines] :
StuckDetection
[Bots] :
[Plugins] : StuckDetection (StuckDetection: 0.0.1.1)
[Routines] :
 
Last edited:
what am I doing wrong?
Why does not load plugin?

AutoLogin
[Bots] :
[Plugins] : AutoLogin (AutoLogin: 0.0.1.1)
[Routines] :
Monoliths
[Bots] :
[Plugins] : Monoliths (Monoliths: 0.0.1.1)
[Routines] :
Overlay
[Bots] :
[Plugins] : Overlay (Overlay: 0.0.1.1)
[Routines] :
Stats
[Bots] :
[Plugins] : Stats (Stats: 0.0.1.1)
[Routines] :
Cannot load [AdvancedItemFilter] because an exception occurred [C:\Users\XXX\Desktop\zooms\3rdParty\_CONFIGS_\Zooms\AdvancedItemFilter\Content-17486682\Helpers\MiscHelpers.cs(5,7) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\XXX\Desktop\zooms\3rdParty\_CONFIGS_\Zooms\AdvancedItemFilter\Content-17486682\Tasks\CheckForRecipeItems.cs(4,7) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\XXX\Desktop\zooms\3rdParty\_CONFIGS_\Zooms\AdvancedItemFilter\Content-17486682\Tasks\CountReagentsTask.cs(3,7) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\XXX\Desktop\zooms\3rdParty\_CONFIGS_\Zooms\AdvancedItemFilter\Content-17486682\Tasks\GenericTasks.cs(5,7) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\XXX\Desktop\zooms\3rdParty\_CONFIGS_\Zooms\AdvancedItemFilter\Content-17486682\Tasks\GenericTasks.cs(13,14) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\XXX\Desktop\zooms\3rdParty\_CONFIGS_\Zooms\AdvancedItemFilter\Content-17486682\Tasks\IdentifyItems.cs(10,15) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\XXX\Desktop\zooms\3rdParty\_CONFIGS_\Zooms\AdvancedItemFilter\Content-17486682\Tasks\IdentifyItems.cs(9,7) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\XXX\Desktop\zooms\3rdParty\_CONFIGS_\Zooms\AdvancedItemFilter\Content-17486682\Tasks\RecipeTask.cs(6,7) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\XXX\Desktop\zooms\3rdParty\_CONFIGS_\Zooms\AdvancedItemFilter\Content-17486682\Tasks\StashToSpecificTab.cs(17,15) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\XXX\Desktop\zooms\3rdParty\_CONFIGS_\Zooms\AdvancedItemFilter\Content-17486682\Tasks\StashToSpecificTab.cs(13,7) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\XXX\Desktop\zooms\3rdParty\_CONFIGS_\Zooms\AdvancedItemFilter\Content-17486682\Helpers\TaskHelpers.cs(11,20) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\XXX\Desktop\zooms\3rdParty\_CONFIGS_\Zooms\AdvancedItemFilter\Content-17486682\Helpers\TaskHelpers.cs(15,36) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\XXX\Desktop\zooms\3rdParty\_CONFIGS_\Zooms\AdvancedItemFilter\Content-17486682\Tasks\GenericTasks.cs(239,59) : error CS0246: The type or namespace name 'CachedItemObject' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\XXX\Desktop\zooms\3rdParty\_CONFIGS_\Zooms\AdvancedItemFilter\Content-17486682\Tasks\GenericTasks.cs(239,113) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\XXX\Desktop\zooms\3rdParty\_CONFIGS_\Zooms\AdvancedItemFilter\Content-17486682\Tasks\RecipeTask.cs(322,39) : error CS0246: The type or namespace name 'CachedItemObject' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\XXX\Desktop\zooms\3rdParty\_CONFIGS_\Zooms\AdvancedItemFilter\Content-17486682\Tasks\RecipeTask.cs(49,38) : error CS0246: The type or namespace name 'CachedItemObject' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\XXX\Desktop\zooms\3rdParty\_CONFIGS_\Zooms\AdvancedItemFilter\Content-17486682\Tasks\RecipeTask.cs(34,35) : error CS0246: The type or namespace name 'CachedItemObject' could not be found (are you missing a using directive or an assembly reference?)
].
System.Exception: C:\Users\XXX\Desktop\zooms\3rdParty\_CONFIGS_\Zooms\AdvancedItemFilter\Content-17486682\Helpers\MiscHelpers.cs(5,7) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\XXX\Desktop\zooms\3rdParty\_CONFIGS_\Zooms\AdvancedItemFilter\Content-17486682\Tasks\CheckForRecipeItems.cs(4,7) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\XXX\Desktop\zooms\3rdParty\_CONFIGS_\Zooms\AdvancedItemFilter\Content-17486682\Tasks\CountReagentsTask.cs(3,7) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\XXX\Desktop\zooms\3rdParty\_CONFIGS_\Zooms\AdvancedItemFilter\Content-17486682\Tasks\GenericTasks.cs(5,7) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\XXX\Desktop\zooms\3rdParty\_CONFIGS_\Zooms\AdvancedItemFilter\Content-17486682\Tasks\GenericTasks.cs(13,14) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\XXX\Desktop\zooms\3rdParty\_CONFIGS_\Zooms\AdvancedItemFilter\Content-17486682\Tasks\IdentifyItems.cs(10,15) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\XXX\Desktop\zooms\3rdParty\_CONFIGS_\Zooms\AdvancedItemFilter\Content-17486682\Tasks\IdentifyItems.cs(9,7) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\XXX\Desktop\zooms\3rdParty\_CONFIGS_\Zooms\AdvancedItemFilter\Content-17486682\Tasks\RecipeTask.cs(6,7) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\XXX\Desktop\zooms\3rdParty\_CONFIGS_\Zooms\AdvancedItemFilter\Content-17486682\Tasks\StashToSpecificTab.cs(17,15) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\XXX\Desktop\zooms\3rdParty\_CONFIGS_\Zooms\AdvancedItemFilter\Content-17486682\Tasks\StashToSpecificTab.cs(13,7) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\XXX\Desktop\zooms\3rdParty\_CONFIGS_\Zooms\AdvancedItemFilter\Content-17486682\Helpers\TaskHelpers.cs(11,20) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\XXX\Desktop\zooms\3rdParty\_CONFIGS_\Zooms\AdvancedItemFilter\Content-17486682\Helpers\TaskHelpers.cs(15,36) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\XXX\Desktop\zooms\3rdParty\_CONFIGS_\Zooms\AdvancedItemFilter\Content-17486682\Tasks\GenericTasks.cs(239,59) : error CS0246: The type or namespace name 'CachedItemObject' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\XXX\Desktop\zooms\3rdParty\_CONFIGS_\Zooms\AdvancedItemFilter\Content-17486682\Tasks\GenericTasks.cs(239,113) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\XXX\Desktop\zooms\3rdParty\_CONFIGS_\Zooms\AdvancedItemFilter\Content-17486682\Tasks\RecipeTask.cs(322,39) : error CS0246: The type or namespace name 'CachedItemObject' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\XXX\Desktop\zooms\3rdParty\_CONFIGS_\Zooms\AdvancedItemFilter\Content-17486682\Tasks\RecipeTask.cs(49,38) : error CS0246: The type or namespace name 'CachedItemObject' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\XXX\Desktop\zooms\3rdParty\_CONFIGS_\Zooms\AdvancedItemFilter\Content-17486682\Tasks\RecipeTask.cs(34,35) : error CS0246: The type or namespace name 'CachedItemObject' could not be found (are you missing a using directive or an assembly reference?)

at Loki.Bot.ThirdPartyLoader.‬*‬‏*‫‫‪‎*‪​**‏*​‪*‏‪*‪‬*‏*‬*‫*(Dictionary`2 , String )
AreaVisualizer
[Bots] :
[Plugins] : AreaVisualizer (AreaVisualizer: 0.0.1.1)
[Routines] :
StuckDetection
[Bots] :
[Plugins] : StuckDetection (StuckDetection: 0.0.1.1)
[Routines] :

cause you didnt read the start post properly and missed out a prerequisite.
 
cause you didnt read the start post properly and missed out a prerequisite.

I do not understand

i do this
Installation
Just unzip the file in your 3rdParty folder, it should do the job (tell me if there's some bullshit happening)
This doesn't need any ChaosRecipe plugins or whatsoever beside it, so if you have some don't enable them, you can even delete them.

Sorry i understand very little English, need more explanations.
 
WHERE DO I GET THIS AWESOME SHIT ?

Current version (Release) : 1.0.3.0

Note : As of 1.0.2.5, AdvancedItemFilter now requires CommunityLib plugin to compile, install it aswell

Don't tick the box in OldGrindBot "lootvisibleitemsoverride" (first box) tyvm





BONUS :

Installation
Just unzip the file in your 3rdParty folder, it should do the job (tell me if there's some bullshit happening)
This doesn't need any ChaosRecipe plugins or whatsoever beside it, so if you have some don't enable them, you can even delete them.

Read Again:)
 
Status
Not open for further replies.
Back
Top