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.
Currency stashing not working for me and chaos/regal recipe as well. No faults just bot scrolls over all my tabs backwards and forwards does nothing. I don`t have "names" on my stash tabs only numbers but that shouldn`t make a difference. Chaos recipes , bot throws items to random stash tabs but only armours w/o weapon :/
 
Currency stashing not working for me and chaos/regal recipe as well. No faults just bot scrolls over all my tabs backwards and forwards does nothing. I don`t have "names" on my stash tabs only numbers but that shouldn`t make a difference. Chaos recipes , bot throws items to random stash tabs but only armours w/o weapon :/

Delete the entire folder (care about your rules !) delete the cached assembly related to AIF and reinstall it
 
Little request , could you add stashing for chance items please :) ie: stash leather belts in stash 55.
 
At the moment only currency stashing doesn`t work for me ;/ maybe i`m doing somethhing wrong , but scrolls are being stashed like they suppose too.
 
It's missing item.Is1HAxe, at least in the Available Values file^^

and
Code:
item.IsUnique and item.IsIdentified and item.FullName == "Goldwyrm"
isn't working for me, any idea why?
 
Last edited:
At the moment only currency stashing doesn`t work for me ;/ maybe i`m doing somethhing wrong , but scrolls are being stashed like they suppose too.

you checked the box on top of the list?

It's missing item.Is1HAxe, at least in the Available Values file^^

and
Code:
item.IsUnique and item.IsIdentified and item.FullName == "Goldwyrm"
isn't working for me, any idea why?

Good find ;) adding it in next build, do you have a goldwyrm to test the rule? Seems good to me :o
 
Last edited:
Good find ;) adding it in next build, do you have a goldwyrm to test the rule? Seems good to me :o
Had one, just sold it manually. evaluate gave me an error and when starting the bot it just stashed the goldwyrn.
same for rigvald's and some other uniques.
 
Had one, just sold it manually. evaluate gave me an error and when starting the bot it just stashed the goldwyrn.
same for rigvald's and some other uniques.

What was the error?
 
It's missing item.Is1HAxe, at least in the Available Values file^^

and
Code:
item.IsUnique and item.IsIdentified and item.FullName == "Goldwyrm"
isn't working for me, any idea why?

{
"Enabled": true,
"Type": 3,
"Rule": "item.IsUnique and item.IsIdentified and item.FullName == \"Goldwyrm\"",
"ShouldLog": false
},

work for me
 
How to make the bot collected only pieces of the chaos recipes? And the rest of the yellow stuff sold vendor. I'm just a farm docks ...
 
What was the error?
[HIDE]
Code:
[Application_DispatcherUnhandledException] Unhandled exceptionSystem.InvalidOperationException: Sequence contains no matching element
   at System.Linq.Enumerable.First[TSource](IEnumerable`1 source, Func`2 predicate)
   at AdvancedItemFilter.Python.ConditionParserPython.EvaluateCondition(Item i, String cond, RuleType type) in c:\Users\EB1\Plugins\AdvancedItemFilter\Python\ConditionParserPython.cs:line 51
   at AdvancedItemFilter.AdvancedItemFilterSettingsGui.EvaluateItemRuleButtonClick(Object sender, RoutedEventArgs e) in c:\Users\EB1\Plugins\AdvancedItemFilter\AdvancedItemFilterGUI.xaml.cs:line 217
   at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
   at System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
   at System.Windows.Controls.Primitives.ButtonBase.OnClick()
   at System.Windows.Controls.Button.OnClick()
   at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
   at System.Windows.UIElement.OnMouseLeftButtonUpThunk(Object sender, MouseButtonEventArgs e)
   at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
   at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
   at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
   at System.Windows.UIElement.OnMouseUpThunk(Object sender, MouseButtonEventArgs e)
   at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
   at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
   at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
   at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
   at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
   at System.Windows.Input.InputManager.ProcessStagingArea()
   at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
   at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
   at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
   at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
[/HIDE]
 
How to make the bot collected only pieces of the chaos recipes? And the rest of the yellow stuff sold vendor. I'm just a farm docks ...

Do you loot RGB Items (for chroms) and such? it's it's only for sacrifice fragz, you'll need 5 rules :

Code:
[PICKUP] item.IsFragment
[PICKUP] item.IsRare
[ID] item.IsRare
[SELL] item.IsRare and item.IsIdentified
[KEEP] item.IsFragment

If you wanna add specific vaal gems add this (not sure about the contains, evaluate the rule before running) :

Code:
[PICKUP] item.IsGem and item.FullName.Contains("Vaal")
[KEEP] item.IsGem and item.FullName.Contains("Vaal")

if you wanna filter them by their whole names :

Code:
[PICKUP] item.IsGem and item.FullName == "XXXX"
[KEEP] item.IsGem and item.FullName == "XXXX"

[HIDE]
Code:
[Application_DispatcherUnhandledException] Unhandled exceptionSystem.InvalidOperationException: Sequence contains no matching element
   at System.Linq.Enumerable.First[TSource](IEnumerable`1 source, Func`2 predicate)
   at AdvancedItemFilter.Python.ConditionParserPython.EvaluateCondition(Item i, String cond, RuleType type) in c:\Users\EB1\Plugins\AdvancedItemFilter\Python\ConditionParserPython.cs:line 51
   at AdvancedItemFilter.AdvancedItemFilterSettingsGui.EvaluateItemRuleButtonClick(Object sender, RoutedEventArgs e) in c:\Users\EB1\Plugins\AdvancedItemFilter\AdvancedItemFilterGUI.xaml.cs:line 217
   at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
   at System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
   at System.Windows.Controls.Primitives.ButtonBase.OnClick()
   at System.Windows.Controls.Button.OnClick()
   at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
   at System.Windows.UIElement.OnMouseLeftButtonUpThunk(Object sender, MouseButtonEventArgs e)
   at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
   at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
   at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
   at System.Windows.UIElement.OnMouseUpThunk(Object sender, MouseButtonEventArgs e)
   at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
   at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
   at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
   at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
   at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
   at System.Windows.Input.InputManager.ProcessStagingArea()
   at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
   at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
   at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
   at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
[/HIDE]

Woops, guess what, I think I broke the evaluation button h3h3 :D
 
Do you loot RGB Items (for chroms) and such? it's it's only for sacrifice fragz, you'll need 5 rules :

Code:
[PICKUP] item.IsFragment
[PICKUP] item.IsRare
[ID] item.IsRare
[SELL] item.IsRare and item.IsIdentified
[KEEP] item.IsFragment
Thanks for the help ! But now it still adds some yellow stuff in stash
 
Last edited:
Thanks for the help ! But now it still adds some yellow stuff in stash

If they're stored, it's most likely because they, at a given time return true for a reason, and if you wanna debug the rules, check the "log" box in the rules list, it'll write in a file when a rule returns true.
 
Last edited:
If they're store, it's most likely because they, at a given time return true for a reason, and if you wanna debug the rules, check the "log" box in the rules list, it'll write in a file when a rule returns true.
The problem I have already decided. Now I have a new problem :) Now he stands and opens and closes the window stash.

Please read the following guide before using this program:
https://www.thebuddyforum.com/exilebuddy-forum/202432-exilebuddy-release-thread-1-3-1-a.html
2015-05-26 14:29:45,082 [1] INFO Logger (null) - [Start] Now creating the BotThread.
2015-05-26 14:29:45,130 [13] DEBUG Logger (null) - [BasicGrindBot] Start
2015-05-26 14:29:45,133 [13] DEBUG Logger (null) - [Start] PlayerMover.Instance: Loki.Bot.v3.DefaultPlayerMover.
2015-05-26 14:29:45,133 [13] DEBUG Logger (null) - [Start] MsBetweenTicks: 15.
2015-05-26 14:29:45,134 [13] DEBUG Logger (null) - [Start] InputEventMsDelay: 100.
2015-05-26 14:29:45,135 [13] DEBUG Logger (null) - [Start] LowFpsMode: False.
2015-05-26 14:29:45,150 [13] DEBUG Logger (null) - [ExilePather] Now reloading the pathfinder.
2015-05-26 14:29:45,157 [13] INFO Logger (null) - [Dat] Now building the Stat lookup table.
2015-05-26 14:29:45,488 [13] INFO Logger (null) - [Dat] The Stat lookup table has been built.
2015-05-26 14:29:45,490 [13] INFO Logger (null) - [Dat] Now building the Passive Skills lookup table.
2015-05-26 14:29:45,752 [13] INFO Logger (null) - [Dat] The Passive Skills lookup table has been built.
2015-05-26 14:29:45,969 [13] DEBUG Logger (null) - [GetPathfindingData] Now creating the pathfinding data.
2015-05-26 14:29:46,015 [13] DEBUG Logger (null) - [GetPathfindingData] The pathfinding data has been created (00:00:00.0030014).
2015-05-26 14:29:46,155 [13] DEBUG Logger (null) - [ExilePather] Now creating the navmesh.
2015-05-26 14:29:48,511 [13] DEBUG Logger (null) - [ExilePather] The navmesh has been created.
2015-05-26 14:29:48,520 [13] DEBUG Logger (null) - [ExilePather] The pathfinder has been reloaded.
2015-05-26 14:29:48,525 [13] DEBUG Logger (null) - [AddAtBack] Now adding [ResurrectTask] This task handles resurrection..
2015-05-26 14:29:48,526 [13] DEBUG Logger (null) - [AddAtBack] Now adding [ClearCursorTask] This task places any item left on the cursor into the inventory..
2015-05-26 14:29:48,528 [13] DEBUG Logger (null) - [AddAtBack] Now adding [AssignMoveSkillTask] A task to handle assigning the Move skill if it's not already on the skill bar..
2015-05-26 14:29:48,532 [13] DEBUG Logger (null) - [AddAtBack] Now adding [HandleBlockingChestsTask] This task will handle breaking any blocking chests that interfere with movement..
2015-05-26 14:29:48,533 [13] DEBUG Logger (null) - [AddAtBack] Now adding [HandleDoorsTask] This task handles opening doors..
2015-05-26 14:29:48,534 [13] DEBUG Logger (null) - [AddAtBack] Now adding [CombatTask (Leash 50)] This task executes routine logic for combat..
2015-05-26 14:29:48,536 [13] DEBUG Logger (null) - [AddAtBack] Now adding [TownRunTask] A task to go back to town during the middle of a bot run..
2015-05-26 14:29:48,539 [13] DEBUG Logger (null) - [AddAtBack] Now adding [LootItemTask (Leash 50)] This task handles looting items..
2015-05-26 14:29:48,541 [13] DEBUG Logger (null) - [AddAtBack] Now adding [OpenChestTask (Leash 50)] This task handles opening chests..
2015-05-26 14:29:48,542 [13] DEBUG Logger (null) - [AddAtBack] Now adding [LootItemTask (Leash -1)] This task handles looting items..
2015-05-26 14:29:48,543 [13] DEBUG Logger (null) - [AddAtBack] Now adding [MergeInventoryTask] A task to handle merging the inventory into full stacks..
2015-05-26 14:29:48,545 [13] DEBUG Logger (null) - [AddAtBack] Now adding [IdTask] A task to identify items in inventory..
2015-05-26 14:29:48,546 [13] DEBUG Logger (null) - [AddAtBack] Now adding [SellTask] A task to vendor items in the inventory..
2015-05-26 14:29:48,547 [13] DEBUG Logger (null) - [AddAtBack] Now adding [StashTask] This task will stash all applicable items in town..
2015-05-26 14:29:48,548 [13] DEBUG Logger (null) - [AddAtBack] Now adding [WithdrawTask] A task to withdraw items from stash when we are in town..
2015-05-26 14:29:48,549 [13] DEBUG Logger (null) - [AddAtBack] Now adding [HandleInventoryItemsTask] A task to manage inventory items that are not stashed..
2015-05-26 14:29:48,550 [13] DEBUG Logger (null) - [AddAtBack] Now adding [SortInventoryTask] A task to sort the main inventory by moving items towards the top left corner..
2015-05-26 14:29:48,552 [13] DEBUG Logger (null) - [AddAtBack] Now adding [ReturnToGrindZoneTask] This task will return the bot to the previous grind zone after a town run..
2015-05-26 14:29:48,553 [13] DEBUG Logger (null) - [AddAtBack] Now adding [TagWaypointTask] This task will tag a waypoint if it is not already unlocked..
2015-05-26 14:29:48,554 [13] DEBUG Logger (null) - [AddAtBack] Now adding [UseLooseCandleTask] This task will use the Loose Candle when the grind zone is set to The Archives..
2015-05-26 14:29:48,555 [13] DEBUG Logger (null) - [AddAtBack] Now adding [UnblockCorruptedAreaTransitionTask] This task will use the Loose Grate and Sarcophagus covers for corrupted area transitions..
2015-05-26 14:29:48,556 [13] DEBUG Logger (null) - [AddAtBack] Now adding [TakeCorruptedAreaTask] A task to take corrupted areas..
2015-05-26 14:29:48,557 [13] DEBUG Logger (null) - [AddAtBack] Now adding [TravelToGrindZoneTask] This task will travel to the grind zone configured..
2015-05-26 14:29:48,558 [13] DEBUG Logger (null) - [AddAtBack] Now adding [TravelThroughBossAreasTask-BossFarm] This task will travel though the local area transitions in boss zones..
2015-05-26 14:29:48,559 [13] DEBUG Logger (null) - [AddAtBack] Now adding [OpenChestTask (Leash -1)] This task handles opening chests..
2015-05-26 14:29:48,559 [13] DEBUG Logger (null) - [AddAtBack] Now adding [CombatTask (Leash -1)] This task executes routine logic for combat..
2015-05-26 14:29:48,559 [13] DEBUG Logger (null) - [AddAtBack] Now adding [TravelThroughBossAreasTask-PassThrough] This task will travel though the local area transitions in boss zones..
2015-05-26 14:29:48,561 [13] DEBUG Logger (null) - [AddAtBack] Now adding [ExplorationCompleteTask (Early)] A task to execute exploration complete logic..
2015-05-26 14:29:48,562 [13] DEBUG Logger (null) - [AddAtBack] Now adding [ExploreTask] This task handles exploring an area..
2015-05-26 14:29:48,563 [13] DEBUG Logger (null) - [AddAtBack] Now adding [ExplorationCompleteTask] A task to execute exploration complete logic..
2015-05-26 14:29:48,564 [13] DEBUG Logger (null) - [AddAtBack] Now adding [FallbackTask] This task is the last task executed. It should not execute..
2015-05-26 14:29:48,565 [13] DEBUG Logger (null) - [AdvancedItemFilter] Start
2015-05-26 14:29:48,567 [13] DEBUG Logger (null) - [Replace] Now replacing [IdentifyItemsTask].
2015-05-26 14:29:48,570 [13] DEBUG Logger (null) - [AddAtFront] Now adding [CheckForRecipeItemsTask] Record recipe items at start of the bot only, never after.
2015-05-26 14:29:48,571 [13] DEBUG Logger (null) - [AddTask] CheckForRecipeItemsTask Sucessfully added at front of the list
2015-05-26 14:29:48,573 [13] DEBUG Logger (null) - [AddTask] RecipeWithdrawTask Sucessfully added after CheckForRecipeItemsTask
2015-05-26 14:29:48,574 [13] DEBUG Logger (null) - [AddTask] RecipeSellTask Sucessfully added after RecipeWithdrawTask
2015-05-26 14:29:48,575 [13] DEBUG Logger (null) - [AddTask] SignalRecipeExecutionTask Sucessfully added after HandleInventoryItemsTask
2015-05-26 14:29:48,576 [13] DEBUG Logger (null) - [AddTask] StashToSpecificTabTask Sucessfully added before StashTask
2015-05-26 14:29:48,577 [13] DEBUG Logger (null) - [AutoFlask] Start
2015-05-26 14:29:48,578 [13] DEBUG Logger (null) - [CorruptedAreaTweaks] Start
2015-05-26 14:29:48,581 [13] DEBUG Logger (null) - [DockCorruptedFarm] Start
2015-05-26 14:29:48,582 [13] DEBUG Logger (null) - [OverwordAreaTweaks] Start
2015-05-26 14:29:48,583 [13] DEBUG Logger (null) - [StuckDetection] Start
2015-05-26 14:29:48,584 [13] DEBUG Logger (null) - [ExampleRoutine] Start
2015-05-26 14:29:48,635 [13] DEBUG Logger (null) - [RecipeWithdrawTask] Now resetting task state.
2015-05-26 14:29:48,637 [13] DEBUG Logger (null) - [RecipeSellTask] Now resetting task state.
2015-05-26 14:29:48,638 [13] DEBUG Logger (null) - [HandleBlockingChestsTask] Now resetting task state.
2015-05-26 14:29:48,640 [13] DEBUG Logger (null) - [SellTask] Now resetting task state.
2015-05-26 14:29:48,641 [13] DEBUG Logger (null) - [WithdrawTask] Now resetting task state.
2015-05-26 14:29:48,642 [13] DEBUG Logger (null) - [ReturnToGrindZoneTask] Now resetting task state.
2015-05-26 14:29:48,643 [13] DEBUG Logger (null) - [TagWaypointTask] Now resetting task state.
2015-05-26 14:29:48,644 [13] DEBUG Logger (null) - [UseLooseCandleTask] Now resetting task state.
2015-05-26 14:29:48,645 [13] DEBUG Logger (null) - [UnblockCorruptedAreaTransitionTask] Now resetting task state.
2015-05-26 14:29:48,647 [13] DEBUG Logger (null) - [TravelToGrindZoneTask] Now resetting task state.
2015-05-26 14:29:48,648 [13] DEBUG Logger (null) - [TravelThroughBossAreasTask] Now resetting task state.
2015-05-26 14:29:48,648 [13] DEBUG Logger (null) - [TravelThroughBossAreasTask] Now resetting task state.
2015-05-26 14:29:48,650 [13] DEBUG Logger (null) - [Start] The plugin AdvancedItemFilter is enabled.
2015-05-26 14:29:48,651 [13] DEBUG Logger (null) - [Start] The plugin AutoFlask is enabled.
2015-05-26 14:29:48,651 [13] DEBUG Logger (null) - [Start] The plugin CorruptedAreaTweaks is enabled.
2015-05-26 14:29:48,652 [13] DEBUG Logger (null) - [Start] The plugin DockCorruptedFarm is enabled.
2015-05-26 14:29:48,652 [13] DEBUG Logger (null) - [Start] The plugin OverwordAreaTweaks is enabled.
2015-05-26 14:29:48,653 [13] DEBUG Logger (null) - [Start] The plugin StuckDetection is enabled.
2015-05-26 14:29:48,653 [13] DEBUG Logger (null) - [Start] PlayerMover.Instance: Loki.Bot.v3.DefaultPlayerMover.
2015-05-26 14:29:48,681 [13] DEBUG Logger (null) - [RecipeWithdrawTask] Now resetting task state.
2015-05-26 14:29:48,682 [13] DEBUG Logger (null) - [RecipeSellTask] Now resetting task state.
2015-05-26 14:29:48,683 [13] DEBUG Logger (null) - [HandleBlockingChestsTask] Now resetting task state.
2015-05-26 14:29:48,684 [13] DEBUG Logger (null) - [HandleDoorsTask] Now resetting task state.
2015-05-26 14:29:48,688 [13] DEBUG Logger (null) - [SellTask] Now resetting task state.
2015-05-26 14:29:48,688 [13] DEBUG Logger (null) - [WithdrawTask] Now resetting task state.
2015-05-26 14:29:48,689 [13] DEBUG Logger (null) - [ReturnToGrindZoneTask] Now resetting task state.
2015-05-26 14:29:48,690 [13] DEBUG Logger (null) - [TagWaypointTask] Now resetting task state.
2015-05-26 14:29:48,690 [13] DEBUG Logger (null) - [UseLooseCandleTask] Now resetting task state.
2015-05-26 14:29:48,691 [13] DEBUG Logger (null) - [UnblockCorruptedAreaTransitionTask] Now resetting task state.
2015-05-26 14:29:48,691 [13] DEBUG Logger (null) - [TravelToGrindZoneTask] Now resetting task state.
2015-05-26 14:29:48,692 [13] DEBUG Logger (null) - [TravelThroughBossAreasTask] Now resetting task state.
2015-05-26 14:29:48,692 [13] DEBUG Logger (null) - [TravelThroughBossAreasTask] Now resetting task state.
2015-05-26 14:29:48,903 [13] INFO Logger (null) - [GridExplorer] AutoResetOnAreaChange is being set to True.
2015-05-26 14:29:48,904 [13] INFO Logger (null) - [GridExplorer] TileKnownRadius is being set to 7.
2015-05-26 14:29:48,904 [13] INFO Logger (null) - [GridExplorer] TileSeenRadius is being set to 5.
2015-05-26 14:29:48,904 [13] INFO Logger (null) - [GridExplorer] AutoResetOnAreaChange is being set to False.
2015-05-26 14:29:48,921 [13] DEBUG Logger (null) - [GridExplorer] Now segmenting the current area.
2015-05-26 14:29:49,067 [13] DEBUG Logger (null) - [GridExplorer] Area segmentation complete 00:00:00.1461205.
2015-05-26 14:29:49,266 [13] DEBUG Logger (null) - [InteractWith] Now attempting to highlight 9740.
2015-05-26 14:29:49,440 [13] DEBUG Logger (null) - [InteractWith] Now attempting to interact with 9740.
2015-05-26 14:29:49,490 [13] DEBUG Logger (null) - [WaitForStashPanel]
2015-05-26 14:29:49,491 [13] DEBUG Logger (null) - [WaitForStashPanel] We have been waiting 00:00:00.0000508 for the stash panel to open.
2015-05-26 14:29:49,620 [13] DEBUG Logger (null) - [WaitForStashPanel]
2015-05-26 14:29:50,777 [13] DEBUG Logger (null) - Adding location ["Stash"][9740] = {206, 306} for area [0xB30A8F10]
2015-05-26 14:29:50,781 [13] DEBUG Logger (null) - Adding location ["Waypoint"][30176] = {219, 211} for area [0xB30A8F10]
2015-05-26 14:29:50,782 [13] DEBUG Logger (null) - [ResetAnchorPoint] Setting AnchorPoint to {206, 306} for 3003813648.
2015-05-26 14:29:50,783 [13] DEBUG Logger (null) - [ResetAnchorPoint] Setting CurrentAnchorPoint to {206, 306} for 3003813648.
2015-05-26 14:29:50,784 [13] DEBUG Logger (null) - [CheckForRecipeItemsTask] Found items corresponding to a recipe, parsing those into the right variables
2015-05-26 14:29:50,788 [13] DEBUG Logger (null) - [CheckForRecipeItemsTask] [Tab : 1] Iron Ring (iLevel : 64 / Type : Metadata/Items/Rings/Ring1)
2015-05-26 14:29:50,792 [13] DEBUG Logger (null) - [CheckForRecipeItemsTask] [Tab : 1] Coral Amulet (iLevel : 65 / Type : Metadata/Items/Amulets/Amulet2)
2015-05-26 14:29:50,792 [13] DEBUG Logger (null) - [CheckForRecipeItemsTask] [Tab : 1] Two-Stone Ring (iLevel : 65 / Type : Metadata/Items/Rings/Ring14)
2015-05-26 14:29:50,793 [13] DEBUG Logger (null) - [CheckForRecipeItemsTask] [Tab : 1] Ruby Ring (iLevel : 65 / Type : Metadata/Items/Rings/Ring7)
2015-05-26 14:29:50,794 [13] DEBUG Logger (null) - [CheckForRecipeItemsTask] [Tab : 1] Citrine Amulet (iLevel : 65 / Type : Metadata/Items/Amulets/Amulet10)
2015-05-26 14:29:51,814 [13] DEBUG Logger (null) - [CheckForRecipeItemsTask] Found items corresponding to a recipe, parsing those into the right variables
2015-05-26 14:29:51,815 [13] DEBUG Logger (null) - [CheckForRecipeItemsTask] [Tab : 2] Agate Amulet (iLevel : 65 / Type : Metadata/Items/Amulets/Amulet9)
2015-05-26 14:29:51,817 [13] DEBUG Logger (null) - [CheckForRecipeItemsTask] [Tab : 2] Two-Stone Ring (iLevel : 65 / Type : Metadata/Items/Rings/Ring12)
2015-05-26 14:29:51,818 [13] DEBUG Logger (null) - [CheckForRecipeItemsTask] [Tab : 2] Coral Amulet (iLevel : 65 / Type : Metadata/Items/Amulets/Amulet2)
2015-05-26 14:29:51,819 [13] DEBUG Logger (null) - [CheckForRecipeItemsTask] [Tab : 2] Iron Ring (iLevel : 65 / Type : Metadata/Items/Rings/Ring1)
2015-05-26 14:29:51,820 [13] DEBUG Logger (null) - [CheckForRecipeItemsTask] [Tab : 2] Iron Ring (iLevel : 65 / Type : Metadata/Items/Rings/Ring1)
2015-05-26 14:29:51,824 [13] DEBUG Logger (null) - [CheckForRecipeItemsTask] [Tab : 2] Dragonscale Doublet (iLevel : 62 / Type : Metadata/Items/Armours/BodyArmours/BodyStrDex13)
2015-05-26 14:29:51,825 [13] DEBUG Logger (null) - [CheckForRecipeItemsTask] [Tab : 2] Two-Stone Ring (iLevel : 65 / Type : Metadata/Items/Rings/Ring14)
2015-05-26 14:29:51,825 [13] DEBUG Logger (null) - [CheckForRecipeItemsTask] [Tab : 2] Unset Ring (iLevel : 65 / Type : Metadata/Items/Rings/Ring15)
2015-05-26 14:29:51,826 [13] DEBUG Logger (null) - [CheckForRecipeItemsTask] [Tab : 2] Two-Stone Ring (iLevel : 63 / Type : Metadata/Items/Rings/Ring13)
2015-05-26 14:29:51,827 [13] DEBUG Logger (null) - [CheckForRecipeItemsTask] [Tab : 2] Secutor Helm (iLevel : 65 / Type : Metadata/Items/Armours/Helmets/HelmetStrDex5)
2015-05-26 14:29:51,828 [13] DEBUG Logger (null) - [CheckForRecipeItemsTask] [Tab : 2] Loricated Ringmail (iLevel : 64 / Type : Metadata/Items/Armours/BodyArmours/BodyStrInt13)
2015-05-26 14:29:51,829 [13] DEBUG Logger (null) - [CheckForRecipeItemsTask] [Tab : 2] Unset Ring (iLevel : 65 / Type : Metadata/Items/Rings/Ring15)
2015-05-26 14:29:51,829 [13] DEBUG Logger (null) - [CheckForRecipeItemsTask] [Tab : 2] Moonstone Ring (iLevel : 65 / Type : Metadata/Items/Rings/Ring9)
2015-05-26 14:29:51,830 [13] DEBUG Logger (null) - [CheckForRecipeItemsTask] [Tab : 2] Solaris Circlet (iLevel : 65 / Type : Metadata/Items/Armours/Helmets/HelmetInt9)
2015-05-26 14:29:51,831 [13] DEBUG Logger (null) - [CheckForRecipeItemsTask] [Tab : 2] Goliath Greaves (iLevel : 65 / Type : Metadata/Items/Armours/Boots/BootsStr7)
2015-05-26 14:29:51,831 [13] DEBUG Logger (null) - [CheckForRecipeItemsTask] [Tab : 2] Coral Amulet (iLevel : 64 / Type : Metadata/Items/Amulets/Amulet2)
2015-05-26 14:29:51,833 [13] DEBUG Logger (null) - [CheckForRecipeItemsTask] [Tab : 2] Two-Stone Ring (iLevel : 65 / Type : Metadata/Items/Rings/Ring12)
2015-05-26 14:29:51,833 [13] DEBUG Logger (null) - [CheckForRecipeItemsTask] [Tab : 2] Spidersilk Robe (iLevel : 64 / Type : Metadata/Items/Armours/BodyArmours/BodyInt11)
2015-05-26 14:29:51,833 [13] DEBUG Logger (null) - [CheckForRecipeItemsTask] [Tab : 2] Fluted Bascinet (iLevel : 65 / Type : Metadata/Items/Armours/Helmets/HelmetStrDex8)
2015-05-26 14:29:51,834 [13] DEBUG Logger (null) - [CheckForRecipeItemsTask] [Tab : 2] Gold Ring (iLevel : 65 / Type : Metadata/Items/Rings/Ring4)
2015-05-26 14:29:51,835 [13] DEBUG Logger (null) - [CheckForRecipeItemsTask] [Tab : 2] Turquoise Amulet (iLevel : 64 / Type : Metadata/Items/Amulets/Amulet8)
2015-05-26 14:29:51,836 [13] DEBUG Logger (null) - [CheckForRecipeItemsTask] [Tab : 2] Jade Amulet (iLevel : 64 / Type : Metadata/Items/Amulets/Amulet4)
2015-05-26 14:29:51,836 [13] DEBUG Logger (null) - [CheckForRecipeItemsTask] [Tab : 2] Onyx Amulet (iLevel : 65 / Type : Metadata/Items/Amulets/Amulet7)
2015-05-26 14:29:51,837 [13] DEBUG Logger (null) - [CheckForRecipeItemsTask] [Tab : 2] Legion Gloves (iLevel : 65 / Type : Metadata/Items/Armours/Gloves/GlovesStrInt7)
2015-05-26 14:29:51,838 [13] DEBUG Logger (null) - [CheckForRecipeItemsTask] [Tab : 2] Citrine Amulet (iLevel : 65 / Type : Metadata/Items/Amulets/Amulet10)
2015-05-26 14:29:51,839 [13] DEBUG Logger (null) - [CheckForRecipeItemsTask] [Tab : 2] Two-Stone Ring (iLevel : 64 / Type : Metadata/Items/Rings/Ring14)
2015-05-26 14:29:51,839 [13] DEBUG Logger (null) - [CheckForRecipeItemsTask] [Tab : 2] Diamond Ring (iLevel : 65 / Type : Metadata/Items/Rings/Ring11)
2015-05-26 14:29:51,840 [13] DEBUG Logger (null) - [CheckForRecipeItemsTask] [Tab : 2] Amber Amulet (iLevel : 65 / Type : Metadata/Items/Amulets/Amulet3)
2015-05-26 14:29:51,841 [13] DEBUG Logger (null) - [CheckForRecipeItemsTask] [Tab : 2] Agate Amulet (iLevel : 65 / Type : Metadata/Items/Amulets/Amulet9)
2015-05-26 14:29:51,842 [13] DEBUG Logger (null) - [CheckForRecipeItemsTask] [Tab : 2] Lapis Amulet (iLevel : 65 / Type : Metadata/Items/Amulets/Amulet5)
2015-05-26 14:29:51,843 [13] DEBUG Logger (null) - [CheckForRecipeItemsTask] [Tab : 2] Unset Ring (iLevel : 65 / Type : Metadata/Items/Rings/Ring15)
2015-05-26 14:29:51,843 [13] DEBUG Logger (null) - [CheckForRecipeItemsTask] [Tab : 2] Amethyst Ring (iLevel : 64 / Type : Metadata/Items/Rings/Ring10)
2015-05-26 14:29:51,844 [13] DEBUG Logger (null) - [CheckForRecipeItemsTask] [Tab : 2] Paua Amulet (iLevel : 65 / Type : Metadata/Items/Amulets/Amulet1)
2015-05-26 14:29:51,845 [13] DEBUG Logger (null) - [CheckForRecipeItemsTask] [Tab : 2] Two-Stone Ring (iLevel : 63 / Type : Metadata/Items/Rings/Ring12)
2015-05-26 14:29:51,846 [13] DEBUG Logger (null) - [CheckForRecipeItemsTask] [Tab : 2] Amethyst Ring (iLevel : 65 / Type : Metadata/Items/Rings/Ring10)
2015-05-26 14:29:51,846 [13] DEBUG Logger (null) - [CheckForRecipeItemsTask] [Tab : 2] Amber Amulet (iLevel : 65 / Type : Metadata/Items/Amulets/Amulet3)
2015-05-26 14:29:51,847 [13] DEBUG Logger (null) - [CheckForRecipeItemsTask] [Tab : 2] Turquoise Amulet (iLevel : 65 / Type : Metadata/Items/Amulets/Amulet8)
2015-05-26 14:29:51,848 [13] DEBUG Logger (null) - [CheckForRecipeItemsTask] [Tab : 2] Widowsilk Robe (iLevel : 65 / Type : Metadata/Items/Armours/BodyArmours/BodyInt16)
2015-05-26 14:29:51,849 [13] DEBUG Logger (null) - [CheckForRecipeItemsTask] [Tab : 2] Lapis Amulet (iLevel : 65 / Type : Metadata/Items/Amulets/Amulet5)
2015-05-26 14:29:51,849 [13] DEBUG Logger (null) - [CheckForRecipeItemsTask] [Tab : 2] Samite Slippers (iLevel : 65 / Type : Metadata/Items/Armours/Boots/BootsInt6)
2015-05-26 14:29:51,850 [13] DEBUG Logger (null) - [CheckForRecipeItemsTask] [Tab : 2] Paua Ring (iLevel : 65 / Type : Metadata/Items/Rings/Ring3)
2015-05-26 14:29:51,851 [13] DEBUG Logger (null) - [CheckForRecipeItemsTask] [Tab : 2] Coral Ring (iLevel : 65 / Type : Metadata/Items/Rings/Ring2)
2015-05-26 14:29:51,852 [13] DEBUG Logger (null) - [CheckForRecipeItemsTask] [Tab : 2] Moonstone Ring (iLevel : 65 / Type : Metadata/Items/Rings/Ring9)
2015-05-26 14:29:51,853 [13] DEBUG Logger (null) - [CheckForRecipeItemsTask] [Tab : 2] Gold Amulet (iLevel : 65 / Type : Metadata/Items/Amulets/Amulet6)
2015-05-26 14:29:51,853 [13] DEBUG Logger (null) - [CheckForRecipeItemsTask] [Tab : 2] Moonstone Ring (iLevel : 64 / Type : Metadata/Items/Rings/Ring9)
2015-05-26 14:29:53,102 [13] DEBUG Logger (null) - [CheckForRecipeItemsTask] Found items corresponding to a recipe, parsing those into the right variables
2015-05-26 14:29:53,103 [13] DEBUG Logger (null) - [CheckForRecipeItemsTask] [Tab : 3] Hydrascale Gauntlets (iLevel : 65 / Type : Metadata/Items/Armours/Gloves/GlovesStrDex7)
2015-05-26 14:29:53,106 [13] DEBUG Logger (null) - [CheckForRecipeItemsTask] [Tab : 3] Two-Stone Ring (iLevel : 64 / Type : Metadata/Items/Rings/Ring12)
2015-05-26 14:29:53,108 [13] DEBUG Logger (null) - [CheckForRecipeItemsTask] [Tab : 3] Amber Amulet (iLevel : 65 / Type : Metadata/Items/Amulets/Amulet3)
2015-05-26 14:29:53,109 [13] DEBUG Logger (null) - [CheckForRecipeItemsTask] [Tab : 3] Highborn Bow (iLevel : 63 / Type : Metadata/Items/Weapons/TwoHandWeapons/Bows/Bow14)
2015-05-26 14:29:53,110 [13] DEBUG Logger (null) - [CheckForRecipeItemsTask] [Tab : 3] Jade Amulet (iLevel : 65 / Type : Metadata/Items/Amulets/Amulet4)
2015-05-26 14:29:53,111 [13] DEBUG Logger (null) - [CheckForRecipeItemsTask] [Tab : 3] Unset Ring (iLevel : 65 / Type : Metadata/Items/Rings/Ring15)
2015-05-26 14:29:53,111 [13] DEBUG Logger (null) - [CheckForRecipeItemsTask] [Tab : 3] Hussar Brigandine (iLevel : 64 / Type : Metadata/Items/Armours/BodyArmours/BodyStrDex9)
2015-05-26 14:29:53,112 [13] DEBUG Logger (null) - [CheckForRecipeItemsTask] [Tab : 3] Amethyst Ring (iLevel : 65 / Type : Metadata/Items/Rings/Ring10)
2015-05-26 14:29:53,113 [13] DEBUG Logger (null) - [CheckForRecipeItemsTask] [Tab : 3] Citadel Bow (iLevel : 64 / Type : Metadata/Items/Weapons/TwoHandWeapons/Bows/Bow17)
2015-05-26 14:29:53,113 [13] DEBUG Logger (null) - [CheckForRecipeItemsTask] [Tab : 3] Sapphire Ring (iLevel : 65 / Type : Metadata/Items/Rings/Ring6)
2015-05-26 14:29:53,114 [13] DEBUG Logger (null) - [CheckForRecipeItemsTask] [Tab : 3] Coral Ring (iLevel : 65 / Type : Metadata/Items/Rings/Ring2)
2015-05-26 14:29:53,115 [13] DEBUG Logger (null) - [CheckForRecipeItemsTask] [Tab : 3] Turquoise Amulet (iLevel : 63 / Type : Metadata/Items/Amulets/Amulet8)
2015-05-26 14:29:53,116 [13] DEBUG Logger (null) - [CheckForRecipeItemsTask] [Tab : 3] Gold Ring (iLevel : 65 / Type : Metadata/Items/Rings/Ring4)
2015-05-26 14:29:53,117 [13] DEBUG Logger (null) - [CheckForRecipeItemsTask] [Tab : 3] Zealot Boots (iLevel : 65 / Type : Metadata/Items/Armours/Boots/BootsStrInt5)
2015-05-26 14:29:53,118 [13] DEBUG Logger (null) - [CheckForRecipeItemsTask] [Tab : 3] Ruby Ring (iLevel : 65 / Type : Metadata/Items/Rings/Ring7)
2015-05-26 14:29:53,118 [13] DEBUG Logger (null) - [CheckForRecipeItemsTask] [Tab : 3] Superior Colossus Mallet (iLevel : 65 / Type : Metadata/Items/Weapons/TwoHandWeapons/TwoHandMaces/TwoHandMace15)
2015-05-26 14:29:53,119 [13] DEBUG Logger (null) - [CheckForRecipeItemsTask] [Tab : 3] Superior Vaal Gauntlets (iLevel : 65 / Type : Metadata/Items/Armours/Gloves/GlovesStr8)
2015-05-26 14:29:53,120 [13] DEBUG Logger (null) - [CheckForRecipeItemsTask] [Tab : 3] Lion Sword (iLevel : 65 / Type : Metadata/Items/Weapons/TwoHandWeapons/TwoHandSwords/TwoHandSword18)
2015-05-26 14:29:53,121 [13] DEBUG Logger (null) - [CheckForRecipeItemsTask] [Tab : 3] Onyx Amulet (iLevel : 65 / Type : Metadata/Items/Amulets/Amulet7)
2015-05-26 14:29:53,122 [13] DEBUG Logger (null) - [CheckForRecipeItemsTask] [Tab : 3] Lapis Amulet (iLevel : 64 / Type : Metadata/Items/Amulets/Amulet5)
2015-05-26 14:29:54,593 [13] INFO Logger (null) - Added ring to set
2015-05-26 14:29:54,602 [13] DEBUG Logger (null) - [BlackListFromIdentification] Topaz Ring [TL: {8, 3}] has been Blacklisted from identification.
2015-05-26 14:29:54,607 [13] DEBUG Logger (null) - [IdentifyItemsTask] Topaz Ring is protected from identification, passing by...
2015-05-26 14:29:55,313 [13] DEBUG Logger (null) - [IdentifyItemsTask] Items have been identified successfully using stash.
2015-05-26 14:29:55,315 [13] DEBUG Logger (null) - [CloseBlockingWindows] LokiPoe.Gui.IsLeftPanelShown || LokiPoe.Gui.IsRightPanelShown. Closing them.
2015-05-26 14:29:55,424 [13] DEBUG Logger (null) - [OpenInventoryPanel]
2015-05-26 14:29:55,426 [13] DEBUG Logger (null) - [OpenInventoryPanel] The InventoryPanel is not opened. Now opening it.
2015-05-26 14:29:56,145 [13] DEBUG Logger (null) - [IdentifyItemsTask] Topaz Ring is protected from identification, passing by...
2015-05-26 14:29:56,562 [13] DEBUG Logger (null) - [CloseBlockingWindows] LokiPoe.Gui.IsLeftPanelShown || LokiPoe.Gui.IsRightPanelShown. Closing them.
2015-05-26 14:29:56,608 [13] DEBUG Logger (null) - [InteractWith] Now attempting to highlight 9740.
2015-05-26 14:29:56,722 [13] DEBUG Logger (null) - [InteractWith] Now attempting to interact with 9740.
2015-05-26 14:29:56,755 [13] DEBUG Logger (null) - [WaitForStashPanel]
2015-05-26 14:29:56,756 [13] DEBUG Logger (null) - [WaitForStashPanel] We have been waiting 00:00:00.0000326 for the stash panel to open.
2015-05-26 14:29:56,870 [13] DEBUG Logger (null) - [WaitForStashPanel]
2015-05-26 14:29:56,874 [13] DEBUG Logger (null) - [IdentifyItemsTask] Items have been identified successfully using stash.
2015-05-26 14:29:56,875 [13] DEBUG Logger (null) - [CloseBlockingWindows] LokiPoe.Gui.IsLeftPanelShown || LokiPoe.Gui.IsRightPanelShown. Closing them.
2015-05-26 14:29:56,940 [13] DEBUG Logger (null) - [OpenInventoryPanel]
2015-05-26 14:29:56,940 [13] DEBUG Logger (null) - [OpenInventoryPanel] The InventoryPanel is not opened. Now opening it.
2015-05-26 14:29:57,485 [13] DEBUG Logger (null) - [IdentifyItemsTask] Topaz Ring is protected from identification, passing by...
2015-05-26 14:29:57,971 [13] DEBUG Logger (null) - [CloseBlockingWindows] LokiPoe.Gui.IsLeftPanelShown || LokiPoe.Gui.IsRightPanelShown. Closing them.
2015-05-26 14:29:58,039 [13] DEBUG Logger (null) - [InteractWith] Now attempting to highlight 9740.
2015-05-26 14:29:58,125 [1] INFO Logger (null) - [Stop] Now requesting the BotThread to stop.
2015-05-26 14:29:58,354 [13] DEBUG Logger (null) - [AdvancedItemFilter] Stop
2015-05-26 14:29:58,356 [13] DEBUG Logger (null) - [AutoFlask] Stop
2015-05-26 14:29:58,357 [13] DEBUG Logger (null) - [CorruptedAreaTweaks] Stop
2015-05-26 14:29:58,358 [13] DEBUG Logger (null) - [DockCorruptedFarm] Stop
2015-05-26 14:29:58,359 [13] DEBUG Logger (null) - [OverwordAreaTweaks] Stop
2015-05-26 14:29:58,359 [13] DEBUG Logger (null) - [StuckDetection] Stop
2015-05-26 14:29:58,360 [13] DEBUG Logger (null) - [ExampleRoutine] Stop
2015-05-26 14:29:58,346 [13] DEBUG Logger (null) - [BasicGrindBot] OnStop
 
Last edited:
Status
Not open for further replies.
Back
Top