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.
Yeah they really do ,will bot still pick up if its hided in item filter of game itself?

The bot will try to pick up the hidden items yes. I was in the middle of updating my own item filter and added in some map filtering for myself. This will only pick up maps tier 5 and above.

Code:
  {
    "Enabled": true,
    "Type": 0,
    "Rule": "item.IsMap and not item.Name == \"Crypt Map\" and not item.Name == \"Desert Map\" and not item.Name == \"Dunes Map\" and not item.Name == \"Dungeon Map\" and not item.Name == \"Grotto Map\" and not item.Name == \"Pit Map\" and not item.Name == \"Tropical Island Map\" and not item.Name == \"Arcade Map\" and not item.Name == \"Cemetery Map\" and not item.Name == \"Channel Map\" and not item.Name == \"Mountain Ledge Map\" and not item.Name == \"Sewer Map\" and not item.Name == \"Thicket Map\" and not item.Name == \"Wharf Map\" and not item.Name == \"Ghetto Map\" and not item.Name == \"Mud Geyser Map\" and not item.Name == \"Museum Map\" and not item.Name == \"Quarry Map\" and not item.Name == \"Reef Map\" and not item.Name == \"Spider Lair Map\" and not item.Name == \"Vaal Pyramid Map\" and not item.Name == \"Arena Map\" and not item.Name == \"Overgrown Shrine Map\" and not item.Name == \"Promenade Map\" and not item.Name == \"Phantasmagoria Map\" and not item.Name == \"Shore Map\" and not item.Name == \"Spider Forest Map\" and not item.Name == \"Tunnel Map\"",
    "ShouldLog": false
  }

You can use this instead of item.IsMap for now.
 
Having a problem where the Chaos recipe tries to sell with only one 1h item. Anyone else having this issue?
 
The bot will try to pick up the hidden items yes. I was in the middle of updating my own item filter and added in some map filtering for myself. This will only pick up maps tier 5 and above.

Code:
  {
    "Enabled": true,
    "Type": 0,
    "Rule": "item.IsMap and not item.Name == \"Crypt Map\" and not item.Name == \"Desert Map\" and not item.Name == \"Dunes Map\" and not item.Name == \"Dungeon Map\" and not item.Name == \"Grotto Map\" and not item.Name == \"Pit Map\" and not item.Name == \"Tropical Island Map\" and not item.Name == \"Arcade Map\" and not item.Name == \"Cemetery Map\" and not item.Name == \"Channel Map\" and not item.Name == \"Mountain Ledge Map\" and not item.Name == \"Sewer Map\" and not item.Name == \"Thicket Map\" and not item.Name == \"Wharf Map\" and not item.Name == \"Ghetto Map\" and not item.Name == \"Mud Geyser Map\" and not item.Name == \"Museum Map\" and not item.Name == \"Quarry Map\" and not item.Name == \"Reef Map\" and not item.Name == \"Spider Lair Map\" and not item.Name == \"Vaal Pyramid Map\" and not item.Name == \"Arena Map\" and not item.Name == \"Overgrown Shrine Map\" and not item.Name == \"Promenade Map\" and not item.Name == \"Phantasmagoria Map\" and not item.Name == \"Shore Map\" and not item.Name == \"Spider Forest Map\" and not item.Name == \"Tunnel Map\"",
    "ShouldLog": false
  }

You can use this instead of item.IsMap for now.

You are great:D tyvm
 
Im having an issue when i try to add an item in the rules area it shuts down the bot and floods my log with red errors
 
@toNyx

Is there an easy way to combine the chaos / regal recipes? They basically trade 1:1 and have for several leagues now. So i would rather allow AiF to combine both recipes together (not use them seperately while only being able to choose 1).

I changed

Code:
namespace AdvancedItemFilter.Classes
{
    public class NewRegalRecipe : IRecipe
    {
        #region Implementation of IRecipe

        public int MinLevel => 60;
        public int MaxLevel => 100;
and
Code:
namespace AdvancedItemFilter.Classes
{
    public class NewChaosRecipe : IRecipe
    {
        #region Implementation of IRecipe

        public int MinLevel => 60;
        public int MaxLevel => 100;

Would there be anything else that needs changed to make this work? Thats a lot of files to go through, so i probably missed something


Hello
may i ask which file should i put those in?!
 
It's on your side, AIF will never EVER take 1H into consideration for recipes.

Version of AIF : 1.0.2.9
Description of the Issue : 1h weapon in chaos recipe
Error in the log ? : N
Full log file :
[HIDE]2016-06-16 13:11:42,541 [37] DEBUG Logger - [CountReagentsTask] *****************************
2016-06-16 13:11:42,548 [37] DEBUG Logger - [CommunityLib][ClearCursorTask] Nothing is on cursor, continue execution
2016-06-16 13:11:42,551 [37] INFO Logger - [RecipeTask][Boots] Checking "Goliath Greaves"
2016-06-16 13:11:42,553 [37] DEBUG Logger - [RecipeNeed] We need "Boots" for our recipe, processing
2016-06-16 13:11:42,555 [37] INFO Logger - [RecipeTask] "Goliath Greaves" has been saved as Boots
2016-06-16 13:11:42,555 [37] INFO Logger - [RecipeTask][Gloves] Checking "Wyrmscale Gauntlets"
2016-06-16 13:11:42,556 [37] DEBUG Logger - [RecipeNeed] We need "Gloves" for our recipe, processing
2016-06-16 13:11:42,557 [37] INFO Logger - [RecipeTask] "Wyrmscale Gauntlets" has been saved as Gloves
2016-06-16 13:11:42,557 [37] INFO Logger - [RecipeTask][Gloves] Checking "Vaal Gauntlets"
2016-06-16 13:11:42,558 [37] INFO Logger - [RecipeTask][Chest] Checking "Exquisite Leather"
2016-06-16 13:11:42,558 [37] DEBUG Logger - [RecipeNeed] We need "Chest" for our recipe, processing
2016-06-16 13:11:42,559 [37] INFO Logger - [RecipeTask] "Exquisite Leather" has been saved as Chest
2016-06-16 13:11:42,560 [37] INFO Logger - [RecipeTask][Rings] Checking "Topaz Ring"
2016-06-16 13:11:42,560 [37] DEBUG Logger - [RecipeNeed] We need "Rings" for our recipe, processing
2016-06-16 13:11:42,561 [37] INFO Logger - [RecipeTask] "Topaz Ring" has been saved as Rings
2016-06-16 13:11:42,562 [37] INFO Logger - [RecipeTask][Boots] Checking "Hydrascale Boots"
2016-06-16 13:11:42,563 [37] INFO Logger - [RecipeTask][LeftHand] Checking "Karui Axe"
2016-06-16 13:11:42,563 [37] DEBUG Logger - [RecipeNeed] We need "LeftHand" for our recipe, processing
2016-06-16 13:11:42,564 [37] INFO Logger - [RecipeTask] "Karui Axe" has been saved as LeftHand
2016-06-16 13:11:42,565 [37] INFO Logger - [RecipeTask][Neck] Checking "Jade Amulet"
2016-06-16 13:11:42,565 [37] DEBUG Logger - [RecipeNeed] We need "Neck" for our recipe, processing
2016-06-16 13:11:42,566 [37] INFO Logger - [RecipeTask] "Jade Amulet" has been saved as Neck
2016-06-16 13:11:42,566 [37] INFO Logger - [RecipeTask][Head] Checking "Callous Mask"
2016-06-16 13:11:42,567 [37] DEBUG Logger - [RecipeNeed] We need "Head" for our recipe, processing
2016-06-16 13:11:42,567 [37] INFO Logger - [RecipeTask] "Callous Mask" has been saved as Head
2016-06-16 13:11:42,568 [37] INFO Logger - [RecipeTask][Rings] Checking "Iron Ring"
2016-06-16 13:11:42,569 [37] DEBUG Logger - [RecipeNeed] We need "Rings" for our recipe, processing
2016-06-16 13:11:42,569 [37] INFO Logger - [RecipeTask] "Iron Ring" has been saved as Rings
2016-06-16 13:11:42,570 [37] INFO Logger - [RecipeTask][LeftHand] Checking "Dragonbone Rapier"
2016-06-16 13:11:42,570 [37] INFO Logger - [RecipeTask][Belt] Checking "Chain Belt"
2016-06-16 13:11:42,572 [37] DEBUG Logger - [RecipeNeed] We need "Belt" for our recipe, processing
2016-06-16 13:11:42,572 [37] INFO Logger - [RecipeTask] "Chain Belt" has been saved as Belt
2016-06-16 13:11:42,573 [37] DEBUG Logger - [RecipeTask] It seems like we have everything we need
2016-06-16 13:11:42,622 [37] INFO Logger - [LatencyWait] Now sleeping 100 ms.
2016-06-16 13:11:42,767 [37] INFO Logger - [ClickLMB] sleepTime = 36.
2016-06-16 13:11:42,828 [37] INFO Logger - [LatencyWait] Now sleeping 115 ms.
2016-06-16 13:11:42,957 [37] INFO Logger - [ReactionWait] Now sleeping 283 ms.
2016-06-16 13:11:43,256 [37] INFO Logger - [ReactionWait] Now sleeping 265 ms.
2016-06-16 13:11:43,537 [37] DEBUG Logger - [CachedItem] returned null on Wrapper.Inventory.GetIte(...)
2016-06-16 13:11:43,538 [37] DEBUG Logger - [CachedItem] FullName was Goliath Greaves, name was Goliath Greaves
2016-06-16 13:11:43,539 [37] DEBUG Logger - [CachedItem] Wrapper was Loki.Game.InventoryControlWrapper
2016-06-16 13:11:43,541 [37] DEBUG Logger - [CommunityLib][StashCache] An item is being removed from cache
2016-06-16 13:11:43,592 [37] INFO Logger - [LatencyWait] Now sleeping 114 ms.
2016-06-16 13:11:43,711 [37] INFO Logger - [ReactionWait] Now sleeping 285 ms.
2016-06-16 13:11:44,012 [37] INFO Logger - [ReactionWait] Now sleeping 260 ms.
2016-06-16 13:11:44,289 [37] DEBUG Logger - [CachedItem] returned null on Wrapper.Inventory.GetIte(...)
2016-06-16 13:11:44,290 [37] DEBUG Logger - [CachedItem] FullName was Wyrmscale Gauntlets, name was Wyrmscale Gauntlets
2016-06-16 13:11:44,292 [37] DEBUG Logger - [CachedItem] Wrapper was Loki.Game.InventoryControlWrapper
2016-06-16 13:11:44,292 [37] DEBUG Logger - [CommunityLib][StashCache] An item is being removed from cache
2016-06-16 13:11:44,338 [37] INFO Logger - [LatencyWait] Now sleeping 114 ms.
2016-06-16 13:11:44,464 [37] INFO Logger - [ReactionWait] Now sleeping 264 ms.
2016-06-16 13:11:44,748 [37] INFO Logger - [ReactionWait] Now sleeping 270 ms.
2016-06-16 13:11:45,032 [37] DEBUG Logger - [CachedItem] returned null on Wrapper.Inventory.GetIte(...)
2016-06-16 13:11:45,033 [37] DEBUG Logger - [CachedItem] FullName was Exquisite Leather, name was Exquisite Leather
2016-06-16 13:11:45,033 [37] DEBUG Logger - [CachedItem] Wrapper was Loki.Game.InventoryControlWrapper
2016-06-16 13:11:45,034 [37] DEBUG Logger - [CommunityLib][StashCache] An item is being removed from cache
2016-06-16 13:11:45,076 [37] INFO Logger - [LatencyWait] Now sleeping 114 ms.
2016-06-16 13:11:45,207 [37] INFO Logger - [ReactionWait] Now sleeping 254 ms.
2016-06-16 13:11:45,477 [37] INFO Logger - [ReactionWait] Now sleeping 283 ms.
2016-06-16 13:11:45,769 [37] DEBUG Logger - [CachedItem] returned null on Wrapper.Inventory.GetIte(...)
2016-06-16 13:11:45,771 [37] DEBUG Logger - [CachedItem] FullName was Topaz Ring, name was Topaz Ring
2016-06-16 13:11:45,772 [37] DEBUG Logger - [CachedItem] Wrapper was Loki.Game.InventoryControlWrapper
2016-06-16 13:11:45,773 [37] DEBUG Logger - [CommunityLib][StashCache] An item is being removed from cache
2016-06-16 13:11:45,814 [37] INFO Logger - [LatencyWait] Now sleeping 114 ms.
2016-06-16 13:11:45,929 [37] INFO Logger - [ReactionWait] Now sleeping 251 ms.
2016-06-16 13:11:46,187 [37] INFO Logger - [ReactionWait] Now sleeping 291 ms.
2016-06-16 13:11:46,489 [37] DEBUG Logger - [CachedItem] returned null on Wrapper.Inventory.GetIte(...)
2016-06-16 13:11:46,489 [37] DEBUG Logger - [CachedItem] FullName was Karui Axe, name was Karui Axe
2016-06-16 13:11:46,491 [37] DEBUG Logger - [CachedItem] Wrapper was Loki.Game.InventoryControlWrapper
2016-06-16 13:11:46,492 [37] DEBUG Logger - [CommunityLib][StashCache] An item is being removed from cache
2016-06-16 13:11:46,535 [37] INFO Logger - [LatencyWait] Now sleeping 114 ms.
2016-06-16 13:11:46,666 [37] INFO Logger - [ReactionWait] Now sleeping 293 ms.
2016-06-16 13:11:46,971 [37] INFO Logger - [ReactionWait] Now sleeping 277 ms.
2016-06-16 13:11:47,256 [37] DEBUG Logger - [CachedItem] returned null on Wrapper.Inventory.GetIte(...)
2016-06-16 13:11:47,256 [37] DEBUG Logger - [CachedItem] FullName was Jade Amulet, name was Jade Amulet
2016-06-16 13:11:47,257 [37] DEBUG Logger - [CachedItem] Wrapper was Loki.Game.InventoryControlWrapper
2016-06-16 13:11:47,258 [37] DEBUG Logger - [CommunityLib][StashCache] An item is being removed from cache
2016-06-16 13:11:47,302 [37] INFO Logger - [LatencyWait] Now sleeping 114 ms.
2016-06-16 13:11:47,430 [37] INFO Logger - [ReactionWait] Now sleeping 276 ms.
2016-06-16 13:11:47,720 [37] INFO Logger - [ReactionWait] Now sleeping 297 ms.
2016-06-16 13:11:48,037 [37] DEBUG Logger - [CachedItem] returned null on Wrapper.Inventory.GetIte(...)
2016-06-16 13:11:48,038 [37] DEBUG Logger - [CachedItem] FullName was Callous Mask, name was Callous Mask
2016-06-16 13:11:48,039 [37] DEBUG Logger - [CachedItem] Wrapper was Loki.Game.InventoryControlWrapper
2016-06-16 13:11:48,040 [37] DEBUG Logger - [CommunityLib][StashCache] An item is being removed from cache
2016-06-16 13:11:48,093 [37] INFO Logger - [LatencyWait] Now sleeping 114 ms.
2016-06-16 13:11:48,212 [37] INFO Logger - [ReactionWait] Now sleeping 272 ms.
2016-06-16 13:11:48,493 [37] INFO Logger - [ReactionWait] Now sleeping 286 ms.
2016-06-16 13:11:48,797 [37] DEBUG Logger - [CachedItem] returned null on Wrapper.Inventory.GetIte(...)
2016-06-16 13:11:48,798 [37] DEBUG Logger - [CachedItem] FullName was Iron Ring, name was Iron Ring
2016-06-16 13:11:48,798 [37] DEBUG Logger - [CachedItem] Wrapper was Loki.Game.InventoryControlWrapper
2016-06-16 13:11:48,799 [37] DEBUG Logger - [CommunityLib][StashCache] An item is being removed from cache
2016-06-16 13:11:48,843 [37] INFO Logger - [LatencyWait] Now sleeping 114 ms.
2016-06-16 13:11:48,975 [37] INFO Logger - [ReactionWait] Now sleeping 290 ms.
2016-06-16 13:11:49,273 [37] INFO Logger - [ReactionWait] Now sleeping 280 ms.
2016-06-16 13:11:49,572 [37] DEBUG Logger - [CachedItem] returned null on Wrapper.Inventory.GetIte(...)
2016-06-16 13:11:49,573 [37] DEBUG Logger - [CachedItem] FullName was Chain Belt, name was Chain Belt
2016-06-16 13:11:49,574 [37] DEBUG Logger - [CachedItem] Wrapper was Loki.Game.InventoryControlWrapper
2016-06-16 13:11:49,574 [37] DEBUG Logger - [CommunityLib][StashCache] An item is being removed from cache
2016-06-16 13:11:49,581 [37] DEBUG Logger - [CommunityLib][ClearCursorTask] Nothing is on cursor, continue execution
2016-06-16 13:11:49,585 [37] DEBUG Logger - [CloseBlockingWindows] LokiPoe.Gui.IsLeftPanelShown || LokiPoe.Gui.IsRightPanelShown. Closing them.
2016-06-16 13:11:49,640 [37] INFO Logger - [DefaultPlayerMover::Execute] SetDoAdjustments => False
2016-06-16 13:11:49,683 [37] INFO Logger - [BeginUseAt] 3 False {189, 522}
2016-06-16 13:11:49,738 [37] INFO Logger - [BeginUseAt] 3 False {190, 525}
2016-06-16 13:11:49,747 [37] INFO Logger - [InjectKeyEvent] 157 ms sleep for 2.
2016-06-16 13:11:49,930 [37] DEBUG Logger - [MoveToLocation] Now moving towards {206, 552}. We have been performing this task for 00:00:00.2907058.
2016-06-16 13:11:50,055 [37] DEBUG Logger - [MoveToLocation] Now moving towards {206, 552}. We have been performing this task for 00:00:00.4152438.
2016-06-16 13:11:50,181 [37] DEBUG Logger - [MoveToLocation] Now moving towards {206, 552}. We have been performing this task for 00:00:00.5412559.
2016-06-16 13:11:50,223 [37] INFO Logger - [DefaultPlayerMover::Execute] SetDoAdjustments => False
2016-06-16 13:11:50,224 [37] DEBUG Logger - [FinishCurrentAction] Waited 0 ms for the action to finish Move.
2016-06-16 13:11:50,337 [37] DEBUG Logger - [FinishCurrentAction] Waited 113 ms for the action to finish Move.
2016-06-16 13:11:50,459 [37] DEBUG Logger - [FinishCurrentAction] Waited 235 ms for the action to finish Move.
2016-06-16 13:11:50,551 [37] DEBUG Logger - [InteractWith] Now attempting to highlight 4.
2016-06-16 13:11:50,563 [37] DEBUG Logger - [InteractWith] Now attempting to interact with 4.
2016-06-16 13:11:50,572 [37] INFO Logger - [LatencyWait] Now sleeping 112 ms.
2016-06-16 13:11:50,693 [37] DEBUG Logger - [FinishCurrentAction] Waited 0 ms for the action to finish Interaction.
2016-06-16 13:11:50,808 [37] DEBUG Logger - [FinishCurrentAction] Waited 114 ms for the action to finish Interaction.
2016-06-16 13:11:50,826 [37] DEBUG Logger - [WaitForNpcDialogPanel]
2016-06-16 13:11:51,144 [37] INFO Logger - [LatencyWait] Now sleeping 111 ms.
2016-06-16 13:11:51,266 [37] INFO Logger - [ReactionWait] Now sleeping 269 ms.
2016-06-16 13:11:51,604 [37] DEBUG Logger - [WaitForSellPanel]
2016-06-16 13:11:51,605 [37] DEBUG Logger - [WaitForSellPanel] We have been waiting 00:00:00.0006718 for the panel to open.
2016-06-16 13:11:51,606 [37] INFO Logger - [ReactionWait] Now sleeping 291 ms.
2016-06-16 13:11:51,914 [37] DEBUG Logger - [OpenNpcSellPanel] Petarus and Vanja's Sell Panel opened successfully
2016-06-16 13:11:51,950 [37] INFO Logger - [LatencyWait] Now sleeping 109 ms.
2016-06-16 13:11:52,073 [37] INFO Logger - [ReactionWait] Now sleeping 260 ms.
2016-06-16 13:11:52,347 [37] INFO Logger - [ReactionWait] Now sleeping 296 ms.
2016-06-16 13:11:52,682 [37] INFO Logger - [LatencyWait] Now sleeping 109 ms.
2016-06-16 13:11:52,802 [37] INFO Logger - [ReactionWait] Now sleeping 271 ms.
2016-06-16 13:11:53,079 [37] INFO Logger - [ReactionWait] Now sleeping 291 ms.
2016-06-16 13:11:53,418 [37] INFO Logger - [LatencyWait] Now sleeping 111 ms.
2016-06-16 13:11:53,540 [37] INFO Logger - [ReactionWait] Now sleeping 278 ms.
2016-06-16 13:11:53,833 [37] INFO Logger - [ReactionWait] Now sleeping 288 ms.
2016-06-16 13:11:54,160 [37] INFO Logger - [LatencyWait] Now sleeping 111 ms.
2016-06-16 13:11:54,284 [37] INFO Logger - [ReactionWait] Now sleeping 280 ms.
2016-06-16 13:11:54,568 [37] INFO Logger - [ReactionWait] Now sleeping 261 ms.
2016-06-16 13:11:54,880 [37] INFO Logger - [LatencyWait] Now sleeping 111 ms.
2016-06-16 13:11:55,008 [37] INFO Logger - [ReactionWait] Now sleeping 286 ms.
2016-06-16 13:11:55,307 [37] INFO Logger - [ReactionWait] Now sleeping 295 ms.
2016-06-16 13:11:55,641 [37] INFO Logger - [LatencyWait] Now sleeping 111 ms.
2016-06-16 13:11:55,770 [37] INFO Logger - [ReactionWait] Now sleeping 269 ms.
2016-06-16 13:11:56,044 [37] INFO Logger - [ReactionWait] Now sleeping 250 ms.
2016-06-16 13:11:56,333 [37] INFO Logger - [LatencyWait] Now sleeping 111 ms.
2016-06-16 13:11:56,457 [37] INFO Logger - [ReactionWait] Now sleeping 257 ms.
2016-06-16 13:11:56,720 [37] INFO Logger - [ReactionWait] Now sleeping 284 ms.
2016-06-16 13:11:57,058 [37] INFO Logger - [LatencyWait] Now sleeping 111 ms.
2016-06-16 13:11:57,183 [37] INFO Logger - [ReactionWait] Now sleeping 258 ms.
2016-06-16 13:11:57,446 [37] INFO Logger - [ReactionWait] Now sleeping 271 ms.
2016-06-16 13:11:57,764 [37] INFO Logger - [LatencyWait] Now sleeping 111 ms.
2016-06-16 13:11:57,890 [37] INFO Logger - [ReactionWait] Now sleeping 286 ms.
2016-06-16 13:11:58,193 [37] INFO Logger - [ReactionWait] Now sleeping 271 ms.
2016-06-16 13:11:58,465 [37] INFO Logger - [LatencyWait] Now sleeping 111 ms.
2016-06-16 13:11:58,590 [37] INFO Logger - [ReactionWait] Now sleeping 254 ms.
2016-06-16 13:11:58,856 [37] DEBUG Logger - [ShouldAcceptSellOffer] The npc is offering us:
2016-06-16 13:11:58,860 [37] DEBUG Logger - 2x Orb of Transmutation
2016-06-16 13:11:58,860 [37] INFO Logger - [RecipeTask] Selling has completed.
2016-06-16 13:11:58,861 [37] DEBUG Logger - [RecipeTask] Resetting task's state[/HIDE]
 
If you'll read the last posts instead of asking it you'll know. It's being asked like every 2 posts... Guys.. come on...
 
Version of AIF : 1.0.2.9
Description of the Issue : 1h weapon in chaos recipe
Error in the log ? : N
Full log file :
[HIDE]2016-06-16 13:11:42,541 [37] DEBUG Logger - [CountReagentsTask] *****************************
2016-06-16 13:11:42,548 [37] DEBUG Logger - [CommunityLib][ClearCursorTask] Nothing is on cursor, continue execution
2016-06-16 13:11:42,551 [37] INFO Logger - [RecipeTask][Boots] Checking "Goliath Greaves"
2016-06-16 13:11:42,553 [37] DEBUG Logger - [RecipeNeed] We need "Boots" for our recipe, processing
2016-06-16 13:11:42,555 [37] INFO Logger - [RecipeTask] "Goliath Greaves" has been saved as Boots
2016-06-16 13:11:42,555 [37] INFO Logger - [RecipeTask][Gloves] Checking "Wyrmscale Gauntlets"
2016-06-16 13:11:42,556 [37] DEBUG Logger - [RecipeNeed] We need "Gloves" for our recipe, processing
2016-06-16 13:11:42,557 [37] INFO Logger - [RecipeTask] "Wyrmscale Gauntlets" has been saved as Gloves
2016-06-16 13:11:42,557 [37] INFO Logger - [RecipeTask][Gloves] Checking "Vaal Gauntlets"
2016-06-16 13:11:42,558 [37] INFO Logger - [RecipeTask][Chest] Checking "Exquisite Leather"
2016-06-16 13:11:42,558 [37] DEBUG Logger - [RecipeNeed] We need "Chest" for our recipe, processing
2016-06-16 13:11:42,559 [37] INFO Logger - [RecipeTask] "Exquisite Leather" has been saved as Chest
2016-06-16 13:11:42,560 [37] INFO Logger - [RecipeTask][Rings] Checking "Topaz Ring"
2016-06-16 13:11:42,560 [37] DEBUG Logger - [RecipeNeed] We need "Rings" for our recipe, processing
2016-06-16 13:11:42,561 [37] INFO Logger - [RecipeTask] "Topaz Ring" has been saved as Rings
2016-06-16 13:11:42,562 [37] INFO Logger - [RecipeTask][Boots] Checking "Hydrascale Boots"
2016-06-16 13:11:42,563 [37] INFO Logger - [RecipeTask][LeftHand] Checking "Karui Axe"
2016-06-16 13:11:42,563 [37] DEBUG Logger - [RecipeNeed] We need "LeftHand" for our recipe, processing
2016-06-16 13:11:42,564 [37] INFO Logger - [RecipeTask] "Karui Axe" has been saved as LeftHand
2016-06-16 13:11:42,565 [37] INFO Logger - [RecipeTask][Neck] Checking "Jade Amulet"
2016-06-16 13:11:42,565 [37] DEBUG Logger - [RecipeNeed] We need "Neck" for our recipe, processing
2016-06-16 13:11:42,566 [37] INFO Logger - [RecipeTask] "Jade Amulet" has been saved as Neck
2016-06-16 13:11:42,566 [37] INFO Logger - [RecipeTask][Head] Checking "Callous Mask"
2016-06-16 13:11:42,567 [37] DEBUG Logger - [RecipeNeed] We need "Head" for our recipe, processing
2016-06-16 13:11:42,567 [37] INFO Logger - [RecipeTask] "Callous Mask" has been saved as Head
2016-06-16 13:11:42,568 [37] INFO Logger - [RecipeTask][Rings] Checking "Iron Ring"
2016-06-16 13:11:42,569 [37] DEBUG Logger - [RecipeNeed] We need "Rings" for our recipe, processing
2016-06-16 13:11:42,569 [37] INFO Logger - [RecipeTask] "Iron Ring" has been saved as Rings
2016-06-16 13:11:42,570 [37] INFO Logger - [RecipeTask][LeftHand] Checking "Dragonbone Rapier"
2016-06-16 13:11:42,570 [37] INFO Logger - [RecipeTask][Belt] Checking "Chain Belt"
2016-06-16 13:11:42,572 [37] DEBUG Logger - [RecipeNeed] We need "Belt" for our recipe, processing
2016-06-16 13:11:42,572 [37] INFO Logger - [RecipeTask] "Chain Belt" has been saved as Belt
2016-06-16 13:11:42,573 [37] DEBUG Logger - [RecipeTask] It seems like we have everything we need
2016-06-16 13:11:42,622 [37] INFO Logger - [LatencyWait] Now sleeping 100 ms.
2016-06-16 13:11:42,767 [37] INFO Logger - [ClickLMB] sleepTime = 36.
2016-06-16 13:11:42,828 [37] INFO Logger - [LatencyWait] Now sleeping 115 ms.
2016-06-16 13:11:42,957 [37] INFO Logger - [ReactionWait] Now sleeping 283 ms.
2016-06-16 13:11:43,256 [37] INFO Logger - [ReactionWait] Now sleeping 265 ms.
2016-06-16 13:11:43,537 [37] DEBUG Logger - [CachedItem] returned null on Wrapper.Inventory.GetIte(...)
2016-06-16 13:11:43,538 [37] DEBUG Logger - [CachedItem] FullName was Goliath Greaves, name was Goliath Greaves
2016-06-16 13:11:43,539 [37] DEBUG Logger - [CachedItem] Wrapper was Loki.Game.InventoryControlWrapper
2016-06-16 13:11:43,541 [37] DEBUG Logger - [CommunityLib][StashCache] An item is being removed from cache
2016-06-16 13:11:43,592 [37] INFO Logger - [LatencyWait] Now sleeping 114 ms.
2016-06-16 13:11:43,711 [37] INFO Logger - [ReactionWait] Now sleeping 285 ms.
2016-06-16 13:11:44,012 [37] INFO Logger - [ReactionWait] Now sleeping 260 ms.
2016-06-16 13:11:44,289 [37] DEBUG Logger - [CachedItem] returned null on Wrapper.Inventory.GetIte(...)
2016-06-16 13:11:44,290 [37] DEBUG Logger - [CachedItem] FullName was Wyrmscale Gauntlets, name was Wyrmscale Gauntlets
2016-06-16 13:11:44,292 [37] DEBUG Logger - [CachedItem] Wrapper was Loki.Game.InventoryControlWrapper
2016-06-16 13:11:44,292 [37] DEBUG Logger - [CommunityLib][StashCache] An item is being removed from cache
2016-06-16 13:11:44,338 [37] INFO Logger - [LatencyWait] Now sleeping 114 ms.
2016-06-16 13:11:44,464 [37] INFO Logger - [ReactionWait] Now sleeping 264 ms.
2016-06-16 13:11:44,748 [37] INFO Logger - [ReactionWait] Now sleeping 270 ms.
2016-06-16 13:11:45,032 [37] DEBUG Logger - [CachedItem] returned null on Wrapper.Inventory.GetIte(...)
2016-06-16 13:11:45,033 [37] DEBUG Logger - [CachedItem] FullName was Exquisite Leather, name was Exquisite Leather
2016-06-16 13:11:45,033 [37] DEBUG Logger - [CachedItem] Wrapper was Loki.Game.InventoryControlWrapper
2016-06-16 13:11:45,034 [37] DEBUG Logger - [CommunityLib][StashCache] An item is being removed from cache
2016-06-16 13:11:45,076 [37] INFO Logger - [LatencyWait] Now sleeping 114 ms.
2016-06-16 13:11:45,207 [37] INFO Logger - [ReactionWait] Now sleeping 254 ms.
2016-06-16 13:11:45,477 [37] INFO Logger - [ReactionWait] Now sleeping 283 ms.
2016-06-16 13:11:45,769 [37] DEBUG Logger - [CachedItem] returned null on Wrapper.Inventory.GetIte(...)
2016-06-16 13:11:45,771 [37] DEBUG Logger - [CachedItem] FullName was Topaz Ring, name was Topaz Ring
2016-06-16 13:11:45,772 [37] DEBUG Logger - [CachedItem] Wrapper was Loki.Game.InventoryControlWrapper
2016-06-16 13:11:45,773 [37] DEBUG Logger - [CommunityLib][StashCache] An item is being removed from cache
2016-06-16 13:11:45,814 [37] INFO Logger - [LatencyWait] Now sleeping 114 ms.
2016-06-16 13:11:45,929 [37] INFO Logger - [ReactionWait] Now sleeping 251 ms.
2016-06-16 13:11:46,187 [37] INFO Logger - [ReactionWait] Now sleeping 291 ms.
2016-06-16 13:11:46,489 [37] DEBUG Logger - [CachedItem] returned null on Wrapper.Inventory.GetIte(...)
2016-06-16 13:11:46,489 [37] DEBUG Logger - [CachedItem] FullName was Karui Axe, name was Karui Axe
2016-06-16 13:11:46,491 [37] DEBUG Logger - [CachedItem] Wrapper was Loki.Game.InventoryControlWrapper
2016-06-16 13:11:46,492 [37] DEBUG Logger - [CommunityLib][StashCache] An item is being removed from cache
2016-06-16 13:11:46,535 [37] INFO Logger - [LatencyWait] Now sleeping 114 ms.
2016-06-16 13:11:46,666 [37] INFO Logger - [ReactionWait] Now sleeping 293 ms.
2016-06-16 13:11:46,971 [37] INFO Logger - [ReactionWait] Now sleeping 277 ms.
2016-06-16 13:11:47,256 [37] DEBUG Logger - [CachedItem] returned null on Wrapper.Inventory.GetIte(...)
2016-06-16 13:11:47,256 [37] DEBUG Logger - [CachedItem] FullName was Jade Amulet, name was Jade Amulet
2016-06-16 13:11:47,257 [37] DEBUG Logger - [CachedItem] Wrapper was Loki.Game.InventoryControlWrapper
2016-06-16 13:11:47,258 [37] DEBUG Logger - [CommunityLib][StashCache] An item is being removed from cache
2016-06-16 13:11:47,302 [37] INFO Logger - [LatencyWait] Now sleeping 114 ms.
2016-06-16 13:11:47,430 [37] INFO Logger - [ReactionWait] Now sleeping 276 ms.
2016-06-16 13:11:47,720 [37] INFO Logger - [ReactionWait] Now sleeping 297 ms.
2016-06-16 13:11:48,037 [37] DEBUG Logger - [CachedItem] returned null on Wrapper.Inventory.GetIte(...)
2016-06-16 13:11:48,038 [37] DEBUG Logger - [CachedItem] FullName was Callous Mask, name was Callous Mask
2016-06-16 13:11:48,039 [37] DEBUG Logger - [CachedItem] Wrapper was Loki.Game.InventoryControlWrapper
2016-06-16 13:11:48,040 [37] DEBUG Logger - [CommunityLib][StashCache] An item is being removed from cache
2016-06-16 13:11:48,093 [37] INFO Logger - [LatencyWait] Now sleeping 114 ms.
2016-06-16 13:11:48,212 [37] INFO Logger - [ReactionWait] Now sleeping 272 ms.
2016-06-16 13:11:48,493 [37] INFO Logger - [ReactionWait] Now sleeping 286 ms.
2016-06-16 13:11:48,797 [37] DEBUG Logger - [CachedItem] returned null on Wrapper.Inventory.GetIte(...)
2016-06-16 13:11:48,798 [37] DEBUG Logger - [CachedItem] FullName was Iron Ring, name was Iron Ring
2016-06-16 13:11:48,798 [37] DEBUG Logger - [CachedItem] Wrapper was Loki.Game.InventoryControlWrapper
2016-06-16 13:11:48,799 [37] DEBUG Logger - [CommunityLib][StashCache] An item is being removed from cache
2016-06-16 13:11:48,843 [37] INFO Logger - [LatencyWait] Now sleeping 114 ms.
2016-06-16 13:11:48,975 [37] INFO Logger - [ReactionWait] Now sleeping 290 ms.
2016-06-16 13:11:49,273 [37] INFO Logger - [ReactionWait] Now sleeping 280 ms.
2016-06-16 13:11:49,572 [37] DEBUG Logger - [CachedItem] returned null on Wrapper.Inventory.GetIte(...)
2016-06-16 13:11:49,573 [37] DEBUG Logger - [CachedItem] FullName was Chain Belt, name was Chain Belt
2016-06-16 13:11:49,574 [37] DEBUG Logger - [CachedItem] Wrapper was Loki.Game.InventoryControlWrapper
2016-06-16 13:11:49,574 [37] DEBUG Logger - [CommunityLib][StashCache] An item is being removed from cache
2016-06-16 13:11:49,581 [37] DEBUG Logger - [CommunityLib][ClearCursorTask] Nothing is on cursor, continue execution
2016-06-16 13:11:49,585 [37] DEBUG Logger - [CloseBlockingWindows] LokiPoe.Gui.IsLeftPanelShown || LokiPoe.Gui.IsRightPanelShown. Closing them.
2016-06-16 13:11:49,640 [37] INFO Logger - [DefaultPlayerMover::Execute] SetDoAdjustments => False
2016-06-16 13:11:49,683 [37] INFO Logger - [BeginUseAt] 3 False {189, 522}
2016-06-16 13:11:49,738 [37] INFO Logger - [BeginUseAt] 3 False {190, 525}
2016-06-16 13:11:49,747 [37] INFO Logger - [InjectKeyEvent] 157 ms sleep for 2.
2016-06-16 13:11:49,930 [37] DEBUG Logger - [MoveToLocation] Now moving towards {206, 552}. We have been performing this task for 00:00:00.2907058.
2016-06-16 13:11:50,055 [37] DEBUG Logger - [MoveToLocation] Now moving towards {206, 552}. We have been performing this task for 00:00:00.4152438.
2016-06-16 13:11:50,181 [37] DEBUG Logger - [MoveToLocation] Now moving towards {206, 552}. We have been performing this task for 00:00:00.5412559.
2016-06-16 13:11:50,223 [37] INFO Logger - [DefaultPlayerMover::Execute] SetDoAdjustments => False
2016-06-16 13:11:50,224 [37] DEBUG Logger - [FinishCurrentAction] Waited 0 ms for the action to finish Move.
2016-06-16 13:11:50,337 [37] DEBUG Logger - [FinishCurrentAction] Waited 113 ms for the action to finish Move.
2016-06-16 13:11:50,459 [37] DEBUG Logger - [FinishCurrentAction] Waited 235 ms for the action to finish Move.
2016-06-16 13:11:50,551 [37] DEBUG Logger - [InteractWith] Now attempting to highlight 4.
2016-06-16 13:11:50,563 [37] DEBUG Logger - [InteractWith] Now attempting to interact with 4.
2016-06-16 13:11:50,572 [37] INFO Logger - [LatencyWait] Now sleeping 112 ms.
2016-06-16 13:11:50,693 [37] DEBUG Logger - [FinishCurrentAction] Waited 0 ms for the action to finish Interaction.
2016-06-16 13:11:50,808 [37] DEBUG Logger - [FinishCurrentAction] Waited 114 ms for the action to finish Interaction.
2016-06-16 13:11:50,826 [37] DEBUG Logger - [WaitForNpcDialogPanel]
2016-06-16 13:11:51,144 [37] INFO Logger - [LatencyWait] Now sleeping 111 ms.
2016-06-16 13:11:51,266 [37] INFO Logger - [ReactionWait] Now sleeping 269 ms.
2016-06-16 13:11:51,604 [37] DEBUG Logger - [WaitForSellPanel]
2016-06-16 13:11:51,605 [37] DEBUG Logger - [WaitForSellPanel] We have been waiting 00:00:00.0006718 for the panel to open.
2016-06-16 13:11:51,606 [37] INFO Logger - [ReactionWait] Now sleeping 291 ms.
2016-06-16 13:11:51,914 [37] DEBUG Logger - [OpenNpcSellPanel] Petarus and Vanja's Sell Panel opened successfully
2016-06-16 13:11:51,950 [37] INFO Logger - [LatencyWait] Now sleeping 109 ms.
2016-06-16 13:11:52,073 [37] INFO Logger - [ReactionWait] Now sleeping 260 ms.
2016-06-16 13:11:52,347 [37] INFO Logger - [ReactionWait] Now sleeping 296 ms.
2016-06-16 13:11:52,682 [37] INFO Logger - [LatencyWait] Now sleeping 109 ms.
2016-06-16 13:11:52,802 [37] INFO Logger - [ReactionWait] Now sleeping 271 ms.
2016-06-16 13:11:53,079 [37] INFO Logger - [ReactionWait] Now sleeping 291 ms.
2016-06-16 13:11:53,418 [37] INFO Logger - [LatencyWait] Now sleeping 111 ms.
2016-06-16 13:11:53,540 [37] INFO Logger - [ReactionWait] Now sleeping 278 ms.
2016-06-16 13:11:53,833 [37] INFO Logger - [ReactionWait] Now sleeping 288 ms.
2016-06-16 13:11:54,160 [37] INFO Logger - [LatencyWait] Now sleeping 111 ms.
2016-06-16 13:11:54,284 [37] INFO Logger - [ReactionWait] Now sleeping 280 ms.
2016-06-16 13:11:54,568 [37] INFO Logger - [ReactionWait] Now sleeping 261 ms.
2016-06-16 13:11:54,880 [37] INFO Logger - [LatencyWait] Now sleeping 111 ms.
2016-06-16 13:11:55,008 [37] INFO Logger - [ReactionWait] Now sleeping 286 ms.
2016-06-16 13:11:55,307 [37] INFO Logger - [ReactionWait] Now sleeping 295 ms.
2016-06-16 13:11:55,641 [37] INFO Logger - [LatencyWait] Now sleeping 111 ms.
2016-06-16 13:11:55,770 [37] INFO Logger - [ReactionWait] Now sleeping 269 ms.
2016-06-16 13:11:56,044 [37] INFO Logger - [ReactionWait] Now sleeping 250 ms.
2016-06-16 13:11:56,333 [37] INFO Logger - [LatencyWait] Now sleeping 111 ms.
2016-06-16 13:11:56,457 [37] INFO Logger - [ReactionWait] Now sleeping 257 ms.
2016-06-16 13:11:56,720 [37] INFO Logger - [ReactionWait] Now sleeping 284 ms.
2016-06-16 13:11:57,058 [37] INFO Logger - [LatencyWait] Now sleeping 111 ms.
2016-06-16 13:11:57,183 [37] INFO Logger - [ReactionWait] Now sleeping 258 ms.
2016-06-16 13:11:57,446 [37] INFO Logger - [ReactionWait] Now sleeping 271 ms.
2016-06-16 13:11:57,764 [37] INFO Logger - [LatencyWait] Now sleeping 111 ms.
2016-06-16 13:11:57,890 [37] INFO Logger - [ReactionWait] Now sleeping 286 ms.
2016-06-16 13:11:58,193 [37] INFO Logger - [ReactionWait] Now sleeping 271 ms.
2016-06-16 13:11:58,465 [37] INFO Logger - [LatencyWait] Now sleeping 111 ms.
2016-06-16 13:11:58,590 [37] INFO Logger - [ReactionWait] Now sleeping 254 ms.
2016-06-16 13:11:58,856 [37] DEBUG Logger - [ShouldAcceptSellOffer] The npc is offering us:
2016-06-16 13:11:58,860 [37] DEBUG Logger - 2x Orb of Transmutation
2016-06-16 13:11:58,860 [37] INFO Logger - [RecipeTask] Selling has completed.
2016-06-16 13:11:58,861 [37] DEBUG Logger - [RecipeTask] Resetting task's state[/HIDE]

I don't know how this can happen, but you shouldn't use existent items in stash so the bot don't use them. This doesn't work as an human would, going the easy way. So remove any 1H/Shields you can find in the tab, it'll work.
 
Could someone please give me a rundown of how to get the bot to do the chaos recipe? Around 15 tabs of Rares now lol.
 
For some reason its not even reading Advanced item filter anymore. it froze up now its not in the list anymore
 
Could someone please give me a rundown of how to get the bot to do the chaos recipe? Around 15 tabs of Rares now lol.

This plugin is for stock bots, having 123123123 tabs of rares won't help, since it should only lookup into a single one. This might change in the future, thanks to comlib.

Are we need disable standart loot filter for use this? Or thats not matter.

Better
 
Can anyone help me out with how to script this to pick up normal Prophecy Wands and Sorcerer boots and stash them? i feel like that's all this is missing lol
 
Can anyone help me out with how to script this to pick up normal Prophecy Wands and Sorcerer boots and stash them? i feel like that's all this is missing lol

Code:
item.IsNormal and FullName == "Sorcerer Boots"
Code:
item.IsNormal and FullName == "Prophecy Wand"

Create this rule for both Pickup and Keep
 
and i can put this anywhere in the code? say at the bottom? and that will store the item?

Ive been doing it as and it has not been working sadly

{
"Enabled": true,
"Type": 0,
"Rule": "item.IsNormal and item.FullName == "Sorcerer Boots"",
"ShouldLog": false
},
{
"Enabled": true,
"Type": 2,
"Rule": "item.IsNormal and item.FullName == "Sorcerer Boots"",
"ShouldLog": false
},
 
Status
Not open for further replies.
Back
Top