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.
Tony, not sure if this error has been reported. There's a rare chance the bot will withdraw item to sell chaos recipe in Act 3, get to Clarissa and not able to open her chat window, then it goes back to stash and try to withdraw more chaos recipe items till inventory is full. I've only seen this happen once in a while but it does happen.
 
Tony, not sure if this error has been reported. There's a rare chance the bot will withdraw item to sell chaos recipe in Act 3, get to Clarissa and not able to open her chat window, then it goes back to stash and try to withdraw more chaos recipe items till inventory is full. I've only seen this happen once in a while but it does happen.

Mine's been running for awhile and never had that issue.

Got another issue though. I'm having issues with stashing Added Chaos damage. This is the error it gets when it tries to evaluate it:

Code:
[Tick] Exception during execution:Buddy.Coroutines.CoroutineUnhandledException: Exception was thrown by coroutine ---> System.MissingMemberException: 'EvaluableItem' object has no attribute 'Fullname'
   at Microsoft.Scripting.Runtime.LightExceptions.CheckAndThrow(Object value)
   at System.Dynamic.UpdateDelegates.UpdateAndExecute3[T0,T1,T2,TRet](CallSite site, T0 arg0, T1 arg1, T2 arg2)
   at Microsoft.Scripting.Interpreter.DynamicInstruction`4.Run(InterpretedFrame frame)
   at Microsoft.Scripting.Interpreter.Interpreter.Run(InterpretedFrame frame)
   at Microsoft.Scripting.Interpreter.LightLambda.Run1[T0,TRet](T0 arg0)
   at IronPython.Compiler.PythonCallTargets.OriginalCallTarget0(PythonFunction function)
   at System.Dynamic.UpdateDelegates.UpdateAndExecute1[T0,TRet](CallSite site, T0 arg0)
   at _Scripting_(Object[] )
   at AdvancedItemFilter.Python.ConditionParserPython.EvaluateCondition(Item i, String cond, RuleType type, Boolean onlyEvaluating) in c:\...\Plugins\AdvancedItemFilter\Python\ConditionParserPython.cs:line 59
   at AdvancedItemFilter.MyItemEvaluator.Match(Item item, EvaluationType type, IItemFilter& filter) in c:\...\Plugins\AdvancedItemFilter\MyItemEvaluator.cs:line 1033
   at Loki.Bot.ItemEvaluator.Match(Item item, EvaluationType type, IItemFilter& filter)
   at Loki.Bot.Logic.Bots.OldGrindBot.OldGrindBot.***​‎‫‏***‬‬*​‪‫*‏‫*(Item , Object )
   at Loki.Bot.Logic.Bots.OldGrindBot.Coroutines.{i;aZ3CHsp\&$9%~N;\[gF\.\*_q%.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
   at Loki.Bot.Logic.Bots.OldGrindBot.SellTask.3=9-\]%\[N:%$T9/TtmZFA1@:y#.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Loki.Bot.TaskManager.@Ak\]b\.G\,^s58':^ rb6%{\[DQ%.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
   at Loki.Bot.Logic.Bots.OldGrindBot.OldGrindBot.s1R/k5g)-r~HNaM>{rI8TUx>".MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Buddy.Coroutines.Coroutine.KO"UdVQo14j<oE7\&KI(cO;4u$.25^oN9CG;J})vb"8-u\,~1w:0(.MoveNext()
   --- End of inner exception stack trace ---
   at Buddy.Coroutines.Coroutine.‬**​​‬‪‪‎‬‪‫‪‫‏​‎‪‫‏‪‫​*(Boolean )
   at Buddy.Coroutines.Coroutine.‎‬*‪‫‫*****‏‪​**‪‪‏​‫​‬‫*(Boolean )
   at Buddy.Coroutines.Coroutine.Resume()
   at Loki.Bot.Logic.Bots.OldGrindBot.OldGrindBot.Tick()
   at Loki.Bot.BotManager.‎*​‬**‪‏**‪*​‏**‪‎**‪*​‬*​*‬*(IBot )

Going over my custom rules, I cannot see why. As the pick up code works, and this is copy paste of the same code just with the type changed to 2:

Code:
 {
    "Enabled": true,
    "Type": 2,
    "Rule": "item.IsGem and (item.FullName == \"Empower\" or item.FullName == \"Enhance\" or item.Fullname == \"Portal\" or item.FullName == \"Enlighten\" or item.FullName == \"Added Chaos Damage\")",
    "ShouldLog": false
  },

I'm just going to remove it for now, but it just seems strange that the pick up would work no worries but the stashing it has issues with.
 
Hello toNyx,

First off, thank you so much for these cool plugins.
I just noticed an issue here. I'm using a custom rule and have all items from default StaticItemFilter disabled via ItemFilterEditor. Followed the little guide from widds on page 51 and made a simple and small changes on DefaultCustomRules. I have this command there for pickup RGB items for chromes.
{
"Enabled": true,
"Type": 0,
"Rule": "item.IsRGB",
"ShouldLog": false
},
The problem is: the bot won't pickup/id/sell/save any drop that is RGB and has more than 3 links. I saw this issue on many items RGB and 4 links, didn't have a chance to see on 5/6 links. On RGB 3 links items, it works ok.

I've just noticed this same issue. Got a 4 link RBG helm, bot skips over it. I've since added this and it picked it up:

{
"Enabled": true,
"Type": 0,
"Rule": "item.IsRGB and item.Sockets > 3",
"ShouldLog": false
},

Make sure you add this to your custom rules for those who haven't.

Edit: so it picked up fine, but returning false for selling it. For a four link I tried this for sell:

"item.IsRGB and (item.Sockets == 4 or item.Sockets == 5) and not item.Is5Link"

But that returned false when trying to validate. Removed the "and not item.Is5Link" still returned false. It should be noted that it returns false for simply item.IsRGB as well.

At this point just going to have to stash them and sell later manually or not pick them up.
 
Problems with stashing Enlighten gem
Code:
2015-08-10 03:31:22,881 [18] EMERGENCY CustomLogger (null) - [AIFItemEvaluator] Default item evaluator : ConfigurableItemEvaluator
2015-08-10 03:31:22,884 [18] DEBUG CustomLogger (null) - [CustomRules][Keep] item.IsCurrency returned true for Orb of Chance
2015-08-10 03:31:22,884 [18] EMERGENCY CustomLogger (null) - [AIFItemEvaluator] Default item evaluator : ConfigurableItemEvaluator
2015-08-10 03:31:22,908 [18] DEBUG CustomLogger (null) - [CustomRules][Keep] item.IsCurrency returned true for Alteration Shard
2015-08-10 03:31:22,909 [18] EMERGENCY CustomLogger (null) - [AIFItemEvaluator] Default item evaluator : ConfigurableItemEvaluator
2015-08-10 03:31:22,912 [18] ERROR CustomLogger (null) - [Tick] Exception during execution:
Buddy.Coroutines.CoroutineUnhandledException: Exception was thrown by coroutine ---> System.MissingMemberException: 'EvaluableItem' object has no attribute 'Fullname'
   в Microsoft.Scripting.Runtime.LightExceptions.CheckAndThrow(Object value)
   в Microsoft.Scripting.Interpreter.FuncCallInstruction`2.Run(InterpretedFrame frame)
   в Microsoft.Scripting.Interpreter.Interpreter.Run(InterpretedFrame frame)
   в Microsoft.Scripting.Interpreter.LightLambda.Run4[T0,T1,T2,T3,TRet](T0 arg0, T1 arg1, T2 arg2, T3 arg3)
   в System.Dynamic.UpdateDelegates.UpdateAndExecute3[T0,T1,T2,TRet](CallSite site, T0 arg0, T1 arg1, T2 arg2)
   в Microsoft.Scripting.Interpreter.DynamicInstruction`4.Run(InterpretedFrame frame)
   в Microsoft.Scripting.Interpreter.Interpreter.Run(InterpretedFrame frame)
   в Microsoft.Scripting.Interpreter.LightLambda.Run1[T0,TRet](T0 arg0)
   в IronPython.Compiler.PythonCallTargets.OriginalCallTarget0(PythonFunction function)
   в System.Dynamic.UpdateDelegates.UpdateAndExecute1[T0,TRet](CallSite site, T0 arg0)
   в _Scripting_(Object[] )
   в AdvancedItemFilter.Python.ConditionParserPython.EvaluateCondition(Item i, String cond, RuleType type, Boolean onlyEvaluating) в c:\Users\Evg\Downloads\eba\Plugins\AdvancedItemFilter\Python\ConditionParserPython.cs:строка 59
   в AdvancedItemFilter.MyItemEvaluator.Match(Item item, EvaluationType type, IItemFilter& filter) в c:\Users\Evg\Downloads\eba\Plugins\AdvancedItemFilter\MyItemEvaluator.cs:строка 1033
   в Loki.Bot.ItemEvaluator.Match(Item item, EvaluationType type, IItemFilter& filter)
   в Loki.Bot.Logic.Bots.OldGrindBot.OldGrindBot.?????????????????????????????????????????(Item , Object )
   в Loki.Bot.Logic.Bots.OldGrindBot.OldGrindBot.?????????????????????????????????????????(Item )
   в System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
   в Loki.Bot.Logic.Bots.OldGrindBot.OldGrindBot.?????????????????????????????????????????()
   в Loki.Bot.Logic.Bots.OldGrindBot.SellTask.3=9-\]%\[N:%$T9/TtmZFA1@:y#.MoveNext()
--- Конец трассировка стека из предыдущего расположения, где возникло исключение ---
   в System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   в System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   в Loki.Bot.TaskManager.@Ak\]b\.G\,^s58':^ rb6%{\[DQ%.MoveNext()
--- Конец трассировка стека из предыдущего расположения, где возникло исключение ---
   в System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   в System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   в System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
   в Loki.Bot.Logic.Bots.OldGrindBot.OldGrindBot.s1R/k5g)-r~HNaM>{rI8TUx>".MoveNext()
--- Конец трассировка стека из предыдущего расположения, где возникло исключение ---
   в System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   в System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   в Buddy.Coroutines.Coroutine.KO"UdVQo14j<oE7\&KI(cO;4u$.25^oN9CG;J})vb"8-u\,~1w:0(.MoveNext()
   --- Конец трассировки внутреннего стека исключений ---
   в Buddy.Coroutines.Coroutine.?????????????????????????????????????????(Boolean )
   в Buddy.Coroutines.Coroutine.?????????????????????????????????????????(Boolean )
   в Buddy.Coroutines.Coroutine.Resume()
   в Loki.Bot.Logic.Bots.OldGrindBot.OldGrindBot.Tick()
   в Loki.Bot.BotManager.?????????????????????????????????????????(IBot )
 
Problems with stashing Enlighten gem
Code:
2015-08-10 03:31:22,881 [18] EMERGENCY CustomLogger (null) - [AIFItemEvaluator] Default item evaluator : ConfigurableItemEvaluator
2015-08-10 03:31:22,884 [18] DEBUG CustomLogger (null) - [CustomRules][Keep] item.IsCurrency returned true for Orb of Chance
2015-08-10 03:31:22,884 [18] EMERGENCY CustomLogger (null) - [AIFItemEvaluator] Default item evaluator : ConfigurableItemEvaluator
2015-08-10 03:31:22,908 [18] DEBUG CustomLogger (null) - [CustomRules][Keep] item.IsCurrency returned true for Alteration Shard
2015-08-10 03:31:22,909 [18] EMERGENCY CustomLogger (null) - [AIFItemEvaluator] Default item evaluator : ConfigurableItemEvaluator
2015-08-10 03:31:22,912 [18] ERROR CustomLogger (null) - [Tick] Exception during execution:
Buddy.Coroutines.CoroutineUnhandledException: Exception was thrown by coroutine ---> System.MissingMemberException: 'EvaluableItem' object has no attribute 'Fullname'
   в Microsoft.Scripting.Runtime.LightExceptions.CheckAndThrow(Object value)
   в Microsoft.Scripting.Interpreter.FuncCallInstruction`2.Run(InterpretedFrame frame)
   в Microsoft.Scripting.Interpreter.Interpreter.Run(InterpretedFrame frame)
   в Microsoft.Scripting.Interpreter.LightLambda.Run4[T0,T1,T2,T3,TRet](T0 arg0, T1 arg1, T2 arg2, T3 arg3)
   в System.Dynamic.UpdateDelegates.UpdateAndExecute3[T0,T1,T2,TRet](CallSite site, T0 arg0, T1 arg1, T2 arg2)
   в Microsoft.Scripting.Interpreter.DynamicInstruction`4.Run(InterpretedFrame frame)
   в Microsoft.Scripting.Interpreter.Interpreter.Run(InterpretedFrame frame)
   в Microsoft.Scripting.Interpreter.LightLambda.Run1[T0,TRet](T0 arg0)
   в IronPython.Compiler.PythonCallTargets.OriginalCallTarget0(PythonFunction function)
   в System.Dynamic.UpdateDelegates.UpdateAndExecute1[T0,TRet](CallSite site, T0 arg0)
   в _Scripting_(Object[] )
   в AdvancedItemFilter.Python.ConditionParserPython.EvaluateCondition(Item i, String cond, RuleType type, Boolean onlyEvaluating) в c:\Users\Evg\Downloads\eba\Plugins\AdvancedItemFilter\Python\ConditionParserPython.cs:строка 59
   в AdvancedItemFilter.MyItemEvaluator.Match(Item item, EvaluationType type, IItemFilter& filter) в c:\Users\Evg\Downloads\eba\Plugins\AdvancedItemFilter\MyItemEvaluator.cs:строка 1033
   в Loki.Bot.ItemEvaluator.Match(Item item, EvaluationType type, IItemFilter& filter)
   в Loki.Bot.Logic.Bots.OldGrindBot.OldGrindBot.?????????????????????????????????????????(Item , Object )
   в Loki.Bot.Logic.Bots.OldGrindBot.OldGrindBot.?????????????????????????????????????????(Item )
   в System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
   в Loki.Bot.Logic.Bots.OldGrindBot.OldGrindBot.?????????????????????????????????????????()
   в Loki.Bot.Logic.Bots.OldGrindBot.SellTask.3=9-\]%\[N:%$T9/TtmZFA1@:y#.MoveNext()
--- Конец трассировка стека из предыдущего расположения, где возникло исключение ---
   в System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   в System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   в Loki.Bot.TaskManager.@Ak\]b\.G\,^s58':^ rb6%{\[DQ%.MoveNext()
--- Конец трассировка стека из предыдущего расположения, где возникло исключение ---
   в System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   в System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   в System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
   в Loki.Bot.Logic.Bots.OldGrindBot.OldGrindBot.s1R/k5g)-r~HNaM>{rI8TUx>".MoveNext()
--- Конец трассировка стека из предыдущего расположения, где возникло исключение ---
   в System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   в System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   в Buddy.Coroutines.Coroutine.KO"UdVQo14j<oE7\&KI(cO;4u$.25^oN9CG;J})vb"8-u\,~1w:0(.MoveNext()
   --- Конец трассировки внутреннего стека исключений ---
   в Buddy.Coroutines.Coroutine.?????????????????????????????????????????(Boolean )
   в Buddy.Coroutines.Coroutine.?????????????????????????????????????????(Boolean )
   в Buddy.Coroutines.Coroutine.Resume()
   в Loki.Bot.Logic.Bots.OldGrindBot.OldGrindBot.Tick()
   в Loki.Bot.BotManager.?????????????????????????????????????????(IBot )

So that's the same problem I had with Added Chaos Damage by the looks of it. I'm guessing the FullName doesn't work with stashing of the gems. Remove the 'keep' rule of it and it should just stash the gem anyway.
 
Check "Fill id scrolls" in grindbot setting, problem solved.



If you can ofc, why not?



I'll have to double check that, nothing is hardcoded for identification of uniques iirc, can't confirm that im in bed ;D

Awesome Thanks man, you're a legend.
 
Does anyone know what would be causing this? Its like it keeps trying to withdraw for Chaos Recipe but doesnt have ammy LOL:
[WithdrawItemsCoroutine] The current tab should not be withdrawn from. Skipping it.
[WithdrawItemsCoroutine] The current tab should not be withdrawn from. Skipping it.
[WithdrawItemsCoroutine] The current tab should not be withdrawn from. Skipping it.
[WithdrawItemsCoroutine] The current tab should not be withdrawn from. Skipping it.
[WithdrawItemsCoroutine] The current tab should not be withdrawn from. Skipping it.
[WaitForStashTabContents] Waiting for the page control to change.
[WaitForStashTabContents] The page control did not change.
[WithdrawItemsCoroutine] NextTab failed.
[RecipeWithdrawTask] Seems like we had a problem withdrawing (Necklace : True)
[WithdrawItemsCoroutine] The current tab should not be withdrawn from. Skipping it.
[LatencyTracker] HighestLatency: 78
[WithdrawItemsCoroutine] The current tab should not be withdrawn from. Skipping it.
[LatencyTracker] AverageLatency: 76
[WithdrawItemsCoroutine] The current tab should not be withdrawn from. Skipping it.
[LatencyTracker] LowestLatency: 77
[LatencyTracker] HighestLatency: 77
[WithdrawItemsCoroutine] The current tab should not be withdrawn from. Skipping it.
[WithdrawItemsCoroutine] The current tab should not be withdrawn from. Skipping it.
[WithdrawItemsCoroutine] The current tab should not be withdrawn from. Skipping it.
[LatencyTracker] HighestLatency: 79
[WithdrawItemsCoroutine] The current tab should not be withdrawn from. Skipping it.
[WithdrawItemsCoroutine] The current tab should not be withdrawn from. Skipping it.
[WithdrawItemsCoroutine] The current tab should not be withdrawn from. Skipping it.
[WithdrawItemsCoroutine] The current tab should not be withdrawn from. Skipping it.
[WithdrawItemsCoroutine] The current tab should not be withdrawn from. Skipping it.
[LatencyTracker] LowestLatency: 74
[LatencyTracker] HighestLatency: 74
[WithdrawItemsCoroutine] The current tab should not be withdrawn from. Skipping it.
[WaitForStashTabContents] Waiting for the page control to change.
[WaitForStashTabContents] The page control did not change.
[WithdrawItemsCoroutine] NextTab failed.
[RecipeWithdrawTask] Seems like we had a problem withdrawing (Necklace : True)
[LatencyTracker] LowestLatency: 73
[LatencyTracker] AverageLatency: 75
[LatencyTracker] HighestLatency: 76
[WithdrawItemsCoroutine] The current tab should not be withdrawn from. Skipping it.
[LatencyTracker] HighestLatency: 181
[WithdrawItemsCoroutine] The current tab should not be withdrawn from. Skipping it.
[WithdrawItemsCoroutine] The current tab should not be withdrawn from. Skipping it.
[WithdrawItemsCoroutine] The current tab should not be withdrawn from. Skipping it.
[WithdrawItemsCoroutine] The current tab should not be withdrawn from. Skipping it.
[WithdrawItemsCoroutine] The current tab should not be withdrawn from. Skipping it.
[WithdrawItemsCoroutine] The current tab should not be withdrawn from. Skipping it.
[LatencyTracker] HighestLatency: 74
[LatencyTracker] HighestLatency: 75
[WithdrawItemsCoroutine] The current tab should not be withdrawn from. Skipping it.

and also

:09,988 [69] DEBUG CustomLogger (null) - [StuckDetection] Stop
2015-08-10 05:56:09,988 [69] DEBUG CustomLogger (null) - [OldRoutine] Stop
2015-08-10 05:56:26,518 [1] FATAL CustomLogger (null) - [CurrencyNameToBitMapConverter] file:///C:/Users/Aarons/Documents/ALL EB STUFF/EB/Plugins/AdvancedItemFilter/Images/Glassblower's Bauble.png
2015-08-10 05:56:26,558 [1] FATAL CustomLogger (null) - [CurrencyNameToBitMapConverter] file:///C:/Users/Aarons/Documents/ALL EB STUFF/EB/Plugins/AdvancedItemFilter/Images/Orb of Regret.png
2015-08-10 06:01:15,580 [1] INFO CustomLogger (null) - [Start] Now creating the BotThread.
2015-08-10 06:01:15,598 [69] DEBUG CustomLogger (null) - [OldGrindBot] Start
2015-08-10 06:01:15,599 [69] INFO CustomLogger (null) - [ItemEvaluator] Instance = Loki.Bot.DefaultItemEvaluator.
2015-08-10 06:01:15,610 [69] DEBUG CustomLogger (null) - [Start] MsBetweenTicks: 15.
2015-08-10 06:01:15,611 [69] DEBUG CustomLogger (null) - [Start] InputEventMsDelay: 100.
2015-08-10 06:01:15,611 [69] DEBUG CustomLogger (null) - [Start] LowFpsMode: False.
2015-08-10 06:01:15,612 [69] DEBUG CustomLogger (null) - [Start] NetworkingMode: Auto.
2015-08-10 06:01:15,613 [69] DEBUG CustomLogger (null) - [Start] IsKeyPickupEnabled: False.
2015-08-10 06:01:15,613 [69] DEBUG CustomLogger (null) - [Start] IsAutoEquipEnabled: True.
2015-08-10 06:01:15,614 [69] DEBUG CustomLogger (null) - [Start] PlayerMover.Instance: Loki.Bot.PredictivePlayerMover.
2015-08-10 06:01:15,614 [69] DEBUG CustomLogger (null) - [Add] Now adding [ResurrectTask] This task handles resurrection..
2015-08-10 06:01:15,615 [69] DEBUG CustomLogger (null) - [Add] Now adding [ClearCursorTask] This task places any item left on the cursor into the inventory..
2015-08-10 06:01:15,615 [69] DEBUG CustomLogger (null) - [Add] Now adding [AssignMoveSkillTask] A task to handle assigning the Move skill if it's not already on the skill bar..
2015-08-10 06:01:15,615 [69] DEBUG CustomLogger (null) - [Add] Now adding [HandleBlockingChestsTask] This task will handle breaking any blocking chests that interfere with movement..
2015-08-10 06:01:15,616 [69] DEBUG CustomLogger (null) - [Add] Now adding [HandleDoorsTask] This task handles opening doors..
2015-08-10 06:01:15,616 [69] DEBUG CustomLogger (null) - [Add] Now adding [CombatTask (Leash 50)] This task executes routine logic for combat..
2015-08-10 06:01:15,616 [69] DEBUG CustomLogger (null) - [Add] Now adding [PostCombatHookTask] This task provides a coroutine hook for executing user logic after combat has completed..
2015-08-10 06:01:15,616 [69] DEBUG CustomLogger (null) - [Add] Now adding [TownRunTask] A task to go back to town during the middle of a bot run..
2015-08-10 06:01:15,616 [69] DEBUG CustomLogger (null) - [Add] Now adding [LootItemTask (Leash 50)] This task handles looting items..
2015-08-10 06:01:15,616 [69] DEBUG CustomLogger (null) - [Add] Now adding [OpenChestTask (Leash 50)] This task handles opening chests..
2015-08-10 06:01:15,617 [69] DEBUG CustomLogger (null) - [Add] Now adding [LootItemTask (Leash -1)] This task handles looting items..
2015-08-10 06:01:15,617 [69] DEBUG CustomLogger (null) - [Add] Now adding [MergeInventoryTask] A task to handle merging the inventory into full stacks..
2015-08-10 06:01:15,617 [69] DEBUG CustomLogger (null) - [Add] Now adding [IdTask] A task to identify items in inventory..
2015-08-10 06:01:15,617 [69] DEBUG CustomLogger (null) - [Add] Now adding [SellTask] A task to vendor items in the inventory..
2015-08-10 06:01:15,617 [69] DEBUG CustomLogger (null) - [Add] Now adding [StashTask] This task will stash all applicable items in town..
2015-08-10 06:01:15,617 [69] DEBUG CustomLogger (null) - [Add] Now adding [WithdrawTask] A task to withdraw items from stash when we are in town..
2015-08-10 06:01:15,618 [69] DEBUG CustomLogger (null) - [Add] Now adding [HandleInventoryItemsTask] A task to manage inventory items that are not stashed..
2015-08-10 06:01:15,618 [69] DEBUG CustomLogger (null) - [Add] Now adding [SortInventoryTask] A task to sort the main inventory by moving items towards the top left corner..
2015-08-10 06:01:15,618 [69] DEBUG CustomLogger (null) - [Add] Now adding [ReturnToGrindZoneTask] This task will return the bot to the previous grind zone after a town run..
2015-08-10 06:01:15,618 [69] DEBUG CustomLogger (null) - [Add] Now adding [TagWaypointTask] This task will tag a waypoint if it is not already unlocked..
2015-08-10 06:01:15,618 [69] DEBUG CustomLogger (null) - [Add] Now adding [UseLooseCandleTask] This task will use the Loose Candle when the grind zone is set to The Archives..
2015-08-10 06:01:15,618 [69] DEBUG CustomLogger (null) - [Add] Now adding [UnblockCorruptedAreaTransitionTask] This task will use the Loose Grate and Sarcophagus covers for corrupted area transitions..
2015-08-10 06:01:15,619 [69] DEBUG CustomLogger (null) - [Add] Now adding [TakeCorruptedAreaTask] A task to take corrupted areas..
2015-08-10 06:01:15,619 [69] DEBUG CustomLogger (null) - [Add] Now adding [HandleA2Q9] This task handles an aspect of A2Q9..
2015-08-10 06:01:15,619 [69] DEBUG CustomLogger (null) - [Add] Now adding [HandleA2Q9b] This task handles an aspect of A2Q9..
2015-08-10 06:01:15,619 [69] DEBUG CustomLogger (null) - [Add] Now adding [HandleA2Q11] This task handles A2Q11..
2015-08-10 06:01:15,619 [69] DEBUG CustomLogger (null) - [Add] Now adding [HandleA3Q1] This task handles an aspect of A3Q1..
2015-08-10 06:01:15,619 [69] DEBUG CustomLogger (null) - [Add] Now adding [HandleSewers] This task handles an aspect of -..
2015-08-10 06:01:15,620 [69] DEBUG CustomLogger (null) - [Add] Now adding [HandleUndyingBlockage] This task handles an aspect of -..
2015-08-10 06:01:15,620 [69] DEBUG CustomLogger (null) - [Add] Now adding [HandleLockedDoor] This task handles an aspect of -..
2015-08-10 06:01:15,621 [69] DEBUG CustomLogger (null) - [Add] Now adding [HandleDeshretSeal] This task handles an aspect of -..
2015-08-10 06:01:15,621 [69] DEBUG CustomLogger (null) - [Add] Now adding [HandleGlyphWall] This task handles an aspect of -..
2015-08-10 06:01:15,621 [69] DEBUG CustomLogger (null) - [Add] Now adding [TravelToGrindZoneTask] This task will travel to the grind zone configured..
2015-08-10 06:01:15,621 [69] DEBUG CustomLogger (null) - [Add] Now adding [TravelThroughBossAreasTask-BossFarm] This task will travel though the local area transitions in boss zones..
2015-08-10 06:01:15,623 [69] DEBUG CustomLogger (null) - [Add] Now adding [OpenChestTask (Leash -1)] This task handles opening chests..
2015-08-10 06:01:15,623 [69] DEBUG CustomLogger (null) - [Add] Now adding [CombatTask (Leash -1)] This task executes routine logic for combat..
2015-08-10 06:01:15,628 [69] DEBUG CustomLogger (null) - [Add] Now adding [EnterArenaTask] This task helps the bot enter the 3 arenas in The Harvest..
2015-08-10 06:01:15,628 [69] DEBUG CustomLogger (null) - [Add] Now adding [TravelThroughBossAreasTask-PassThrough] This task will travel though the local area transitions in boss zones..
2015-08-10 06:01:15,628 [69] DEBUG CustomLogger (null) - [Add] Now adding [ExplorationCompleteTask (Early)] A task to execute exploration complete logic..
2015-08-10 06:01:15,628 [69] DEBUG CustomLogger (null) - [Add] Now adding [ExploreTask] This task handles exploring an area..
2015-08-10 06:01:15,629 [69] DEBUG CustomLogger (null) - [Add] Now adding [TrackMoreMobs] This task helps BasicGrindBot seek out as many mobs as possible..
2015-08-10 06:01:15,629 [69] DEBUG CustomLogger (null) - [Add] Now adding [HandleMerveilArea] This task helps OldGrindBot stay in the Merveil boss fight area, resetting exploration to keep the bot moving around to trigger different phases..
2015-08-10 06:01:15,629 [69] DEBUG CustomLogger (null) - [Add] Now adding [HandleVaalArea] This task helps OldGrindBot stay in the Vaal boss fight area, resetting exploration to keep the bot moving around to trigger different phases..
2015-08-10 06:01:15,629 [69] DEBUG CustomLogger (null) - [Add] Now adding [HandlePietyArea] This task helps OldGrindBot stay in the Piety boss fight area, resetting exploration to keep the bot moving around to trigger different phases..
2015-08-10 06:01:15,631 [69] DEBUG CustomLogger (null) - [Add] Now adding [HandleDominusArea] This task helps OldGrindBot stay in the Dominus boss fight area, resetting exploration to keep the bot moving around to trigger different phases..
2015-08-10 06:01:15,631 [69] DEBUG CustomLogger (null) - [Add] Now adding [HandleKaomArea] This task helps OldGrindBot stay in the Kaom boss fight area, resetting exploration to keep the bot moving around to trigger different phases..
2015-08-10 06:01:15,632 [69] DEBUG CustomLogger (null) - [Add] Now adding [HandleDaressoArea] This task helps OldGrindBot stay in the Daresso boss fight area, resetting exploration to keep the bot moving around to trigger different phases..
2015-08-10 06:01:15,635 [69] DEBUG CustomLogger (null) - [Add] Now adding [HandleWeaverArea] This task helps OldGrindBot stay in the Weaver boss fight area, resetting exploration to keep the bot moving around to trigger different phases..
2015-08-10 06:01:15,636 [69] DEBUG CustomLogger (null) - [Add] Now adding [ExplorationCompleteTask] A task to execute exploration complete logic..
2015-08-10 06:01:15,636 [69] DEBUG CustomLogger (null) - [Add] Now adding [FallbackTask] This task is the last task executed. It should not execute..
2015-08-10 06:01:15,636 [69] DEBUG CustomLogger (null) - [CommonEvents] Start
2015-08-10 06:01:15,636 [69] DEBUG CustomLogger (null) - [AdvancedItemFilter] Start
2015-08-10 06:01:15,637 [69] DEBUG CustomLogger (null) - [Replace] Now replacing task [IdTask] with [IdentifyItemsTask].
2015-08-10 06:01:15,639 [69] DEBUG CustomLogger (null) - [AddAtFront] Now adding [CheckForRecipeItemsTask] Record recipe items at start of the bot only, never after.
2015-08-10 06:01:15,639 [69] DEBUG CustomLogger (null) - [AddTask] CheckForRecipeItemsTask Sucessfully added at front of the list
2015-08-10 06:01:15,639 [69] DEBUG CustomLogger (null) - [AddTask] RecipeWithdrawTask Sucessfully added after CheckForRecipeItemsTask
2015-08-10 06:01:15,640 [69] DEBUG CustomLogger (null) - [AddTask] RecipeSellTask Sucessfully added after RecipeWithdrawTask
2015-08-10 06:01:15,640 [69] DEBUG CustomLogger (null) - [AddTask] SignalRecipeExecutionTask Sucessfully added after HandleInventoryItemsTask
2015-08-10 06:01:15,640 [69] DEBUG CustomLogger (null) - [AddTask] StashToSpecificTabTask Sucessfully added before StashTask
2015-08-10 06:01:15,641 [69] DEBUG CustomLogger (null) - [AutoFlask] Start
2015-08-10 06:01:15,641 [69] DEBUG CustomLogger (null) - [AutoLogin] Start
2015-08-10 06:01:15,641 [69] DEBUG CustomLogger (null) - [DevTab] Start
2015-08-10 06:01:15,641 [69] DEBUG CustomLogger (null) - [ItemFilterEditor] Start
2015-08-10 06:01:15,641 [69] INFO CustomLogger (null) - [ItemEvaluator] Instance = ItemFilterEditor.ConfigurableItemEvaluator.
2015-08-10 06:01:15,641 [69] DEBUG CustomLogger (null) - [ObjectExplorer] Start
2015-08-10 06:01:15,642 [69] DEBUG CustomLogger (null) - [Stats] Start
2015-08-10 06:01:15,642 [69] DEBUG CustomLogger (null) - [StuckDetection] Start
2015-08-10 06:01:15,642 [69] DEBUG CustomLogger (null) - [OldRoutine] Start
2015-08-10 06:01:15,644 [69] DEBUG CustomLogger (null) - [RecipeWithdrawTask] Now resetting task state.
2015-08-10 06:01:15,644 [69] DEBUG CustomLogger (null) - [RecipeSellTask] Now resetting task state.
2015-08-10 06:01:15,644 [69] DEBUG CustomLogger (null) - [HandleBlockingChestsTask] Now resetting task state.
2015-08-10 06:01:15,644 [69] DEBUG CustomLogger (null) - [SellTask] Now resetting task state.
2015-08-10 06:01:15,644 [69] DEBUG CustomLogger (null) - [WithdrawTask] Now resetting task state.
2015-08-10 06:01:15,645 [69] DEBUG CustomLogger (null) - [ReturnToGrindZoneTask] Now resetting task state.
2015-08-10 06:01:15,645 [69] DEBUG CustomLogger (null) - [TagWaypointTask] Now resetting task state.
2015-08-10 06:01:15,645 [69] DEBUG CustomLogger (null) - [UseLooseCandleTask] Now resetting task state.
2015-08-10 06:01:15,645 [69] DEBUG CustomLogger (null) - [UnblockCorruptedAreaTransitionTask] Now resetting task state.
2015-08-10 06:01:15,645 [69] DEBUG CustomLogger (null) - [HandleA2Q9] Now resetting task state.
2015-08-10 06:01:15,645 [69] DEBUG CustomLogger (null) - [HandleA2Q9b] Now resetting task state.
2015-08-10 06:01:15,645 [69] DEBUG CustomLogger (null) - [HandleA2Q11] Now resetting task state.
2015-08-10 06:01:15,645 [69] DEBUG CustomLogger (null) - [HandleA3Q1] Now resetting task state.
2015-08-10 06:01:15,646 [69] DEBUG CustomLogger (null) - [HandleSewers] Now resetting task state.
2015-08-10 06:01:15,646 [69] DEBUG CustomLogger (null) - [HandleUndyingBlockage] Now resetting task state.
2015-08-10 06:01:15,646 [69] DEBUG CustomLogger (null) - [HandleLockedDoor] Now resetting task state.
2015-08-10 06:01:15,646 [69] DEBUG CustomLogger (null) - [HandleDeshretSeal] Now resetting task state.
2015-08-10 06:01:15,646 [69] DEBUG CustomLogger (null) - [HandleGlyphWall] Now resetting task state.
2015-08-10 06:01:15,646 [69] DEBUG CustomLogger (null) - [TravelToGrindZoneTask] Now resetting task state.
2015-08-10 06:01:15,647 [69] DEBUG CustomLogger (null) - [TravelThroughBossAreasTask] Now resetting task state.
2015-08-10 06:01:15,647 [69] DEBUG CustomLogger (null) - [EnterArenaTask] Now resetting task state.
2015-08-10 06:01:15,647 [69] DEBUG CustomLogger (null) - [TravelThroughBossAreasTask] Now resetting task state.
2015-08-10 06:01:15,647 [69] DEBUG CustomLogger (null) - [HandleMerveilArea] Now resetting task state.
2015-08-10 06:01:15,647 [69] DEBUG CustomLogger (null) - [HandleVaalArea] Now resetting task state.
2015-08-10 06:01:15,647 [69] DEBUG CustomLogger (null) - [HandlePietyArea] Now resetting task state.
2015-08-10 06:01:15,647 [69] DEBUG CustomLogger (null) - [HandleDominusArea] Now resetting task state.
2015-08-10 06:01:15,648 [69] DEBUG CustomLogger (null) - [HandleKaomArea] Now resetting task state.
2015-08-10 06:01:15,648 [69] DEBUG CustomLogger (null) - [HandleDaressoArea] Now resetting task state.
2015-08-10 06:01:15,648 [69] DEBUG CustomLogger (null) - [HandleWeaverArea] Now resetting task state.
2015-08-10 06:01:15,648 [69] DEBUG CustomLogger (null) - [Start] The plugin CommonEvents is enabled.
2015-08-10 06:01:15,648 [69] DEBUG CustomLogger (null) - [Start] The plugin AdvancedItemFilter is enabled.
2015-08-10 06:01:15,648 [69] DEBUG CustomLogger (null) - [Start] The plugin AutoFlask is enabled.
2015-08-10 06:01:15,648 [69] DEBUG CustomLogger (null) - [Start] The plugin AutoLogin is enabled.
2015-08-10 06:01:15,649 [69] DEBUG CustomLogger (null) - [Start] The plugin DevTab is enabled.
2015-08-10 06:01:15,649 [69] DEBUG CustomLogger (null) - [Start] The plugin ItemFilterEditor is enabled.
2015-08-10 06:01:15,649 [69] DEBUG CustomLogger (null) - [Start] The plugin ObjectExplorer is enabled.
2015-08-10 06:01:15,649 [69] DEBUG CustomLogger (null) - [Start] The plugin Stats is enabled.
2015-08-10 06:01:15,649 [69] DEBUG CustomLogger (null) - [Start] The plugin StuckDetection is enabled.
2015-08-10 06:01:15,649 [69] DEBUG CustomLogger (null) - [Start] PlayerMover.Instance: Loki.Bot.PredictivePlayerMover.
2015-08-10 06:01:15,653 [69] INFO CustomLogger (null) - [LatencyTracker] AverageLatency: 53
2015-08-10 06:01:15,655 [69] INFO CustomLogger (null) - [HandleA2Q9] Now skipping the task since we're not in Act 2.
2015-08-10 06:01:15,655 [69] INFO CustomLogger (null) - [HandleA2Q11] Now skipping the task since we're not in Act 2.
2015-08-10 06:01:15,657 [69] INFO CustomLogger (null) - [HandleSewers] We don't have the necessary Sewer Keys to interact with the Sewer Grating.
2015-08-10 06:01:15,659 [69] INFO CustomLogger (null) - [HandleUndyingBlockage] We don't have the necessary Infernal Talc to interact with the Undying Blockage.
2015-08-10 06:01:15,660 [69] INFO CustomLogger (null) - [HandleLockedDoor] We don't have the necessary Tower Key to interact with the Locked Door.
2015-08-10 06:01:15,673 [69] INFO CustomLogger (null) - [HandleDeshretSeal] We don't have the necessary Deshret's Seal to interact with the Deshret's Seal.
2015-08-10 06:01:15,674 [69] INFO CustomLogger (null) - [ItemEvaluator] Instance = AdvancedItemFilter.MyItemEvaluator.
2015-08-10 06:01:15,674 [69] DEBUG CustomLogger (null) - [AdvancedItemFilter] Default ItemEvaluator : ConfigurableItemEvaluator
2015-08-10 06:01:15,674 [69] DEBUG CustomLogger (null) - [AdvancedItemFilter] AIF ItemEvaluator has been set properly
2015-08-10 06:01:15,799 [69] INFO CustomLogger (null) - [LatencyTracker] HighestLatency: 48
2015-08-10 06:01:16,032 [69] INFO CustomLogger (null) - [LatencyTracker] HighestLatency: 49
2015-08-10 06:01:16,867 [69] DEBUG CustomLogger (null) - [WithdrawItemsCoroutine] The current tab should not be withdrawn from. Skipping it.
2015-08-10 06:01:17,900 [69] DEBUG CustomLogger (null) - [WithdrawItemsCoroutine] The current tab should not be withdrawn from. Skipping it.
2015-08-10 06:01:19,166 [69] DEBUG CustomLogger (null) - [WithdrawItemsCoroutine] The current tab should not be withdrawn from. Skipping it.
2015-08-10 06:01:20,499 [69] INFO CustomLogger (null) - [WithdrawItemsCoroutine] Waiting for the item to be moved.
2015-08-10 06:01:21,767 [69] INFO CustomLogger (null) - [WithdrawItemsCoroutine] Waiting for the item to be moved.
2015-08-10 06:01:21,883 [69] INFO CustomLogger (null) - [LatencyTracker] HighestLatency: 48
2015-08-10 06:01:23,166 [69] INFO CustomLogger (null) - [WithdrawItemsCoroutine] Waiting for the item to be moved.
2015-08-10 06:01:24,048 [69] INFO CustomLogger (null) - [LatencyTracker] HighestLatency: 49
2015-08-10 06:01:24,517 [69] INFO CustomLogger (null) - [WithdrawItemsCoroutine] Waiting for the item to be moved.
2015-08-10 06:01:25,832 [69] INFO CustomLogger (null) - [WithdrawItemsCoroutine] Waiting for the item to be moved.
2015-08-10 06:01:26,582 [69] INFO CustomLogger (null) - [LatencyTracker] HighestLatency: 66
2015-08-10 06:01:27,099 [69] INFO CustomLogger (null) - [WithdrawItemsCoroutine] Waiting for the item to be moved.
2015-08-10 06:01:28,265 [69] INFO CustomLogger (null) - [LatencyTracker] HighestLatency: 49
2015-08-10 06:01:28,582 [69] INFO CustomLogger (null) - [WithdrawItemsCoroutine] Waiting for the item to be moved.
2015-08-10 06:01:29,948 [69] INFO CustomLogger (null) - [WithdrawItemsCoroutine] Waiting for the item to be moved.
2015-08-10 06:01:30,665 [69] INFO CustomLogger (null) - [LatencyTracker] AverageLatency: 49
2015-08-10 06:01:32,134 [69] DEBUG CustomLogger (null) - [WithdrawItemsCoroutine] The current tab should not be withdrawn from. Skipping it.
2015-08-10 06:01:33,400 [69] DEBUG CustomLogger (null) - [WithdrawItemsCoroutine] The current tab should not be withdrawn from. Skipping it.
2015-08-10 06:01:34,248 [69] INFO CustomLogger (null) - [LatencyTracker] HighestLatency: 48
2015-08-10 06:01:34,500 [69] DEBUG CustomLogger (null) - [WithdrawItemsCoroutine] The current tab should not be withdrawn from. Skipping it.
2015-08-10 06:01:35,569 [69] DEBUG CustomLogger (null) - [WithdrawItemsCoroutine] The current tab should not be withdrawn from. Skipping it.
2015-08-10 06:01:35,614 [69] INFO CustomLogger (null) - [LatencyTracker] HighestLatency: 49
2015-08-10 06:01:36,648 [69] INFO CustomLogger (null) - [LatencyTracker] HighestLatency: 60
2015-08-10 06:01:36,767 [69] DEBUG CustomLogger (null) - [WithdrawItemsCoroutine] The current tab should not be withdrawn from. Skipping it.
2015-08-10 06:01:37,901 [69] DEBUG CustomLogger (null) - [WithdrawItemsCoroutine] The current tab should not be withdrawn from. Skipping it.
2015-08-10 06:01:38,633 [69] INFO CustomLogger (null) - [LatencyTracker] LowestLatency: 47
2015-08-10 06:01:39,168 [69] DEBUG CustomLogger (null) - [WithdrawItemsCoroutine] The current tab should not be withdrawn from. Skipping it.
2015-08-10 06:01:40,435 [69] DEBUG CustomLogger (null) - [WithdrawItemsCoroutine] The current tab should not be withdrawn from. Skipping it.
2015-08-10 06:01:40,550 [69] INFO CustomLogger (null) - [LatencyTracker] HighestLatency: 48
2015-08-10 06:01:41,167 [69] INFO CustomLogger (null) - [LatencyTracker] HighestLatency: 65
2015-08-10 06:01:41,651 [69] DEBUG CustomLogger (null) - [WithdrawItemsCoroutine] The current tab should not be withdrawn from. Skipping it.
2015-08-10 06:01:41,667 [69] INFO CustomLogger (null) - [WaitForStashTabContents] Waiting for the page control to change.
2015-08-10 06:01:42,699 [69] INFO CustomLogger (null) - [WaitForStashTabContents] The page control did not change.
2015-08-10 06:01:42,701 [69] ERROR CustomLogger (null) - [WithdrawItemsCoroutine] NextTab failed.
2015-08-10 06:01:42,702 [69] DEBUG CustomLogger (null) - [RecipeWithdrawTask] Seems like we had a problem withdrawing (Necklace : True)
2015-08-10 06:01:45,698 [69] INFO CustomLogger (null) - [LatencyTracker] AverageLatency: 49
2015-08-10 06:01:46,235 [69] DEBUG CustomLogger (null) - [WithdrawItemsCoroutine] The current tab should not be withdrawn from. Skipping it.
 
Ehm, I get this message;
"[RecipeWithdrawTask] Seems like we had a problem withdrawing (Helm : True)"
When the bot is trying to do a chaos-recipe. Why is that? It clearly doesnt have a helm in any of the tabs and gets stuck "going through" all tabs, did it for like 30 min or so?
 
Ehm, I get this message;
"[RecipeWithdrawTask] Seems like we had a problem withdrawing (Helm : True)"
When the bot is trying to do a chaos-recipe. Why is that? It clearly doesnt have a helm in any of the tabs and gets stuck "going through" all tabs, did it for like 30 min or so?

Did you sell it manually, identify it or use the helm for something else? The bot doesn't know if you used the helm it was storing for Chaos purposes.
 
Ehm, I get this message;
"[RecipeWithdrawTask] Seems like we had a problem withdrawing (Helm : True)"
When the bot is trying to do a chaos-recipe. Why is that? It clearly doesnt have a helm in any of the tabs and gets stuck "going through" all tabs, did it for like 30 min or so?

Nope, started the bot and then went away for like 20-30 min or so and when I came back the bot was stuck "going through" the stash tabs, looking for a helmet.

E: Re-installed the bot and the plugins and now it works fine..
 
About the isRGB thing - I already reported it a while ago, Tony said that it's working as intended because selling chromatics is a pain in the ass :D
In the itemevaluators it's hardcoded that isRGB is less than 4link and less than 5sockets. So anything RGB with 4link+ or 5 sockets+ doesn't actually go through "isRGB". It can be easily fixed manually in the plugin code if you really need those items though =)
 
Ehm, I get this message;
"[RecipeWithdrawTask] Seems like we had a problem withdrawing (Helm : True)"
When the bot is trying to do a chaos-recipe. Why is that? It clearly doesnt have a helm in any of the tabs and gets stuck "going through" all tabs, did it for like 30 min or so?

Sometimes the bot derps and have a wrong counter, or it stashed the thingy in another tab and fuck things up, just make sure you have a tab dedicated to recip items and NEVER full, EVER.

So that's the same problem I had with Added Chaos Damage by the looks of it. I'm guessing the FullName doesn't work with stashing of the gems. Remove the 'keep' rule of it and it should just stash the gem anyway.

"FullName" not "Fullname" ;) case sensitive.

About the isRGB thing - I already reported it a while ago, Tony said that it's working as intended because selling chromatics is a pain in the ass :D
In the itemevaluators it's hardcoded that isRGB is less than 4link and less than 5sockets. So anything RGB with 4link+ or 5 sockets+ doesn't actually go through "isRGB". It can be easily fixed manually in the plugin code if you really need those items though =)

If You want something removed from IsRGB (or modified) just tell me, simple fix.
 
Hey,

is there anyway to NOT Id the unique items? Tried everything I could think of but it just always Id's them. And yes, I really do NOT have a Custom Rule concerning Uniques in ID section.
Would be really nice for geting those Uiques to Id for challenge on main account

I'll have to double check that, nothing is hardcoded for identification of uniques iirc, can't confirm that im in bed ;D

Any news?
 
If You want something removed from IsRGB (or modified) just tell me, simple fix.

Would be great if the RGB thing would be fixed, so that the bot sells all RGB items like some 4/5L whites/blues
 
Guys, i created some custom rules for this plugin and when i push start... bot simply do not answer... then crash.... what kind of problem is it might be? After that i removed all rules except simple "item.IsRare or item.IsUnique" for pickup... but bot pickups magic and grey items too....
 
how can I make this code:

+1 To Level of Socketed Gems
+2 To Level of Socketed Bow Gems

I do not want that sells bows that has one or two characteristics mentioned, what should I do? thank you
 
if a bro could share his endgame rules would be really great :D just send me a PM *gg*
 
Status
Not open for further replies.
Back
Top