As the Bot normaly starts with browsing throuh all (?) the stashes, it made it through teh 1st stashes and then Opens the Dropdownlist.
from there on the bot runs into continous errors :
is there any chance to tell the Bot to just ignore ANY stashes but the first 4 (or something like that) ?
from there on the bot runs into continous errors :
PHP:
2015-02-24 11:11:09,845 [14] DEBUG Logger (null) - [WithdrawTask] Now resetting task state.
2015-02-24 11:11:09,890 [14] DEBUG Logger (null) - [Alerter] Chat message counter: 364
2015-02-24 11:11:09,900 [14] DEBUG Logger (null) - [Alerter] Total messages in chat frame: 365
2015-02-24 11:11:09,908 [14] DEBUG Logger (null) - [Alerter] Handling single chat message.
2015-02-24 11:11:09,920 [14] INFO Logger (null) - [IdTask] We do not need to id. Skipping this task until an area change or restart.
2015-02-24 11:11:09,984 [14] DEBUG Logger (null) - [InteractWith] Now attempting to highlight 23429.
2015-02-24 11:11:10,153 [14] DEBUG Logger (null) - [InteractWith] Now attempting to interact with 23429.
2015-02-24 11:11:10,217 [14] DEBUG Logger (null) - [FinishCurrentAction] Waiting for the action to finish Interaction.
2015-02-24 11:11:10,246 [14] DEBUG Logger (null) - [FinishCurrentAction] Waiting for the action to finish Interaction.
2015-02-24 11:11:10,281 [14] DEBUG Logger (null) - [FinishCurrentAction] Waiting for the action to finish Interaction.
2015-02-24 11:11:10,314 [14] DEBUG Logger (null) - [FinishCurrentAction] Waiting for the action to finish Interaction.
2015-02-24 11:11:10,344 [14] DEBUG Logger (null) - [FinishCurrentAction] Waiting for the action to finish Interaction.
2015-02-24 11:11:10,380 [14] DEBUG Logger (null) - [FinishCurrentAction] Waiting for the action to finish Interaction.
2015-02-24 11:11:10,413 [14] DEBUG Logger (null) - [FinishCurrentAction] Waiting for the action to finish Interaction.
2015-02-24 11:11:10,478 [14] DEBUG Logger (null) - [FinishCurrentAction] Waiting for the action to finish Interaction.
2015-02-24 11:11:10,530 [14] DEBUG Logger (null) - [FinishCurrentAction] Waiting for the action to finish Interaction.
2015-02-24 11:11:10,567 [14] DEBUG Logger (null) - [FinishCurrentAction] Waiting for the action to finish Interaction.
2015-02-24 11:11:10,601 [14] DEBUG Logger (null) - [FinishCurrentAction] Waiting for the action to finish Interaction.
2015-02-24 11:11:10,640 [14] DEBUG Logger (null) - [FinishCurrentAction] Waiting for the action to finish Interaction.
2015-02-24 11:11:10,680 [14] DEBUG Logger (null) - [FinishCurrentAction] Waiting for the action to finish Interaction.
2015-02-24 11:11:10,722 [14] DEBUG Logger (null) - [FinishCurrentAction] Waiting for the action to finish Interaction.
2015-02-24 11:11:10,754 [14] DEBUG Logger (null) - [FinishCurrentAction] Waiting for the action to finish Interaction.
2015-02-24 11:11:10,783 [14] DEBUG Logger (null) - [WaitForStashPanel]
2015-02-24 11:11:10,784 [14] DEBUG Logger (null) - [WaitForStashPanel] We have been waiting 00:00:00.0000317 for the stash panel to open.
2015-02-24 11:11:26,452 [14] DEBUG Logger (null) - [WithdrawItemsCoroutine] The current tab should not be withdrawn from. Skipping it.
2015-02-24 11:11:26,452 [14] INFO Logger (null) - [WithdrawItemsCoroutine] shouldContinue returned false. Now breaking out of the tab loop.
2015-02-24 11:11:26,453 [14] INFO Logger (null) - [WithdrawTask] Withdrawing has completed. Skipping this task until an area change or restart.
2015-02-24 11:11:27,767 [14] ERROR Logger (null) - [OpenMapTab] Fail to switch to the tab: TabNotFound
2015-02-24 11:11:28,856 [14] ERROR Logger (null) - [OpenMapTab] Fail to switch to the tab: TabNotFound
2015-02-24 11:11:29,968 [14] ERROR Logger (null) - [OpenMapTab] Fail to switch to the tab: TabNotFound
2015-02-24 11:11:31,062 [14] ERROR Logger (null) - [OpenMapTab] Fail to switch to the tab: TabNotFound
2015-02-24 11:11:32,172 [14] ERROR Logger (null) - [OpenMapTab] Fail to switch to the tab: TabNotFound
2015-02-24 11:11:33,282 [14] ERROR Logger (null) - [OpenMapTab] Fail to switch to the tab: TabNotFound
2015-02-24 11:11:34,381 [14] ERROR Logger (null) - [OpenMapTab] Fail to switch to the tab: TabNotFound
2015-02-24 11:11:35,479 [14] ERROR Logger (null) - [OpenMapTab] Fail to switch to the tab: TabNotFound
2015-02-24 11:11:36,561 [14] ERROR Logger (null) - [OpenMapTab] Fail to switch to the tab: TabNotFound
2015-02-24 11:11:37,424 [1] INFO Logger (null) - [Stop] Now requesting the BotThread to stop.
2015-02-24 11:11:37,456 [14] DEBUG Logger (null) - [BasicGrindBot] OnStop
2015-02-24 11:11:37,457 [14] DEBUG Logger (null) - [AdvancedItemFilter] Stop
2015-02-24 11:11:37,457 [14] DEBUG Logger (null) - [Alerter] Stop
2015-02-24 11:11:37,457 [14] DEBUG Logger (null) - [AutoFlask] Stop
2015-02-24 11:11:37,458 [14] DEBUG Logger (null) - [Chicken] Stop
2015-02-24 11:11:37,458 [14] DEBUG Logger (null) - [LowFpsHelper] Stop
2015-02-24 11:11:37,458 [14] DEBUG Logger (null) - [MapRunner] Stop
2015-02-24 11:11:37,459 [14] DEBUG Logger (null) - [RangedRoutine] Stop
is there any chance to tell the Bot to just ignore ANY stashes but the first 4 (or something like that) ?