Hi,
Am I the only who is missing a lot of rings for chaos receipe ?, would it be possible to add the possibility that the plugin will apply alchemy orb on white rings and amulets (lvl 60+)?
good idea
Hi,
Am I the only who is missing a lot of rings for chaos receipe ?, would it be possible to add the possibility that the plugin will apply alchemy orb on white rings and amulets (lvl 60+)?
good idea
my guy is missing amulets all day
I've noticed that my characters not doing as much chaos recipes as it would make sense to be done in that amount of time, I'm not watching but maybe my guy is not picking up jewelry either. Is this a fault of EB or this filter?
I mean it is picking up jewelry but that guy is saying that it's not picking up all, i haven't witnessed it skip jewelry but is there a chance that something could be making it skip?
Hey, I think the code for "IsRGB" is kinda not working properly. I've seen the bots miss (not pickup) an RGB item twice (both times the item had more than 3 sockets and more than 3 links). Are you sure that 4 link with 3 of them being RGB and one random is processed correctly under that rule? It does pickup 3link RGBs consistently.
Hey, I think the code for "IsRGB" is kinda not working properly. I've seen the bots miss (not pickup) an RGB item twice (both times the item had more than 3 sockets and more than 3 links). Are you sure that 4 link with 3 of them being RGB and one random is processed correctly under that rule? It does pickup 3link RGBs consistently.
You can check it easly, just make some items like this and drop it ground.
public bool IsRGB { get { return _myItem.IsChromatic && Sockets < 5 && Links < 4; } }
Shouldn't it be <= 5 and <=4 ? -_- Or am I misunderstanding the purpose of that stat? Am I supposed to use Item.IsChromatic instead (will it even work in custom rules?)This is how isRGB works :
Code:public bool IsRGB { get { return _myItem.IsChromatic && Sockets < 5 && Links < 4; } }
Shouldn't it be <= 5 and <=4 ? -_- Or am I misunderstanding the purpose of that stat? Am I supposed to use Item.IsChromatic instead (will it even work in custom rules?)
"- IsRGB : used for items worth a chromatic orb" - 4 link RGB + random is also worth chromatic (and not much else, shouldn't it be included?)
I feel kinda dumb, but can you explain to me for what reasons it works like this then? -_-Nope ischromatic dont work alone, and it has been modified a while ago because it was keeping shit
I feel kinda dumb, but can you explain to me for what reasons it works like this then? -_-
Why not have IsRGB recognize for pickup and sell 3Link 5socket items or 4 link for socket items which are eligible to get sold for a chromatic? -_- It's not that it breaks stuff, but the bot leaving them on the ground just bugs me so much -_-
When having currencies set to stash to specific tabs, and one of them gets filled up (in my case, alts) every currency subsequently gets stashed to first tab that has free space.
Made 2nd tab for alts to see if it cures it up =)
View attachment 182027View attachment 182028
yep, 2nd tab arranged BEFORE the filled one cures it, so can use identical name on tab rather than changing stash rules in EB.
Nyx, could I suggest having an end process that places you back to your first tab by utilizing the same method you use for tab switching? Just having a GUI that says "Your first tab:" then we can just place the name of our first tab there.
I ask because I end up having a GoToFirstTab.Coroutine failure when AIF ends at a tab very far from the first and the GoToFirstTab.Coroutine runs out of attempts to get to FirstTab due to lag or otherwise.
I have a thread about it here: https://www.thebuddyforum.com/exile...forum/219693-edit-gotofirsttab-coroutine.html
The failure in this plugin appears when he tries to do something but can't find a proper tab. Basically I wanted to fastmove to tab for this but for people having 50 tabs it's ridiculous x)
The default coroutine is using arrows to move so i guess it's not the issue, maybe vould you provide a log?
We could maybe make it optional?
I just cleared up my logs but just had a GoToFirstTab failure but it seems to be different from what I was describing as this one happened while trying to withdraw apparently. Log was too bug so I'll just post the end.
2015-07-05 01:42:53,032 [1] INFO CustomLogger (null) - [Start] Now creating the BotThread.
2015-07-05 01:42:53,053 [55] DEBUG CustomLogger (null) - [BasicGrindBot] Start
2015-07-05 01:42:53,054 [55] DEBUG CustomLogger (null) - [Start] PlayerMover.Instance: Loki.Bot.v3.DefaultPlayerMover.
2015-07-05 01:42:53,055 [55] DEBUG CustomLogger (null) - [Start] MsBetweenTicks: 10.
2015-07-05 01:42:53,055 [55] DEBUG CustomLogger (null) - [Start] InputEventMsDelay: 0.
2015-07-05 01:42:53,056 [55] DEBUG CustomLogger (null) - [Start] LowFpsMode: False.
2015-07-05 01:42:53,056 [55] DEBUG CustomLogger (null) - [AddAtBack] Now adding [ResurrectTask] This task handles resurrection..
2015-07-05 01:42:53,057 [55] DEBUG CustomLogger (null) - [AddAtBack] Now adding [ClearCursorTask] This task places any item left on the cursor into the inventory..
2015-07-05 01:42:53,057 [55] DEBUG CustomLogger (null) - [AddAtBack] Now adding [AssignMoveSkillTask] A task to handle assigning the Move skill if it's not already on the skill bar..
2015-07-05 01:42:53,058 [55] DEBUG CustomLogger (null) - [AddAtBack] Now adding [HandleBlockingChestsTask] This task will handle breaking any blocking chests that interfere with movement..
2015-07-05 01:42:53,058 [55] DEBUG CustomLogger (null) - [AddAtBack] Now adding [HandleDoorsTask] This task handles opening doors..
2015-07-05 01:42:53,058 [55] DEBUG CustomLogger (null) - [AddAtBack] Now adding [CombatTask (Leash 50)] This task executes routine logic for combat..
2015-07-05 01:42:53,059 [55] DEBUG CustomLogger (null) - [AddAtBack] Now adding [TownRunTask] A task to go back to town during the middle of a bot run..
2015-07-05 01:42:53,059 [55] DEBUG CustomLogger (null) - [AddAtBack] Now adding [LootItemTask (Leash 50)] This task handles looting items..
2015-07-05 01:42:53,059 [55] DEBUG CustomLogger (null) - [AddAtBack] Now adding [OpenChestTask (Leash 50)] This task handles opening chests..
2015-07-05 01:42:53,060 [55] DEBUG CustomLogger (null) - [AddAtBack] Now adding [LootItemTask (Leash -1)] This task handles looting items..
2015-07-05 01:42:53,060 [55] DEBUG CustomLogger (null) - [AddAtBack] Now adding [MergeInventoryTask] A task to handle merging the inventory into full stacks..
2015-07-05 01:42:53,060 [55] DEBUG CustomLogger (null) - [AddAtBack] Now adding [IdTask] A task to identify items in inventory..
2015-07-05 01:42:53,060 [55] DEBUG CustomLogger (null) - [AddAtBack] Now adding [SellTask] A task to vendor items in the inventory..
2015-07-05 01:42:53,060 [55] DEBUG CustomLogger (null) - [AddAtBack] Now adding [StashTask] This task will stash all applicable items in town..
2015-07-05 01:42:53,061 [55] DEBUG CustomLogger (null) - [AddAtBack] Now adding [WithdrawTask] A task to withdraw items from stash when we are in town..
2015-07-05 01:42:53,061 [55] DEBUG CustomLogger (null) - [AddAtBack] Now adding [HandleInventoryItemsTask] A task to manage inventory items that are not stashed..
2015-07-05 01:42:53,061 [55] DEBUG CustomLogger (null) - [AddAtBack] Now adding [SortInventoryTask] A task to sort the main inventory by moving items towards the top left corner..
2015-07-05 01:42:53,061 [55] DEBUG CustomLogger (null) - [AddAtBack] Now adding [ReturnToGrindZoneTask] This task will return the bot to the previous grind zone after a town run..
2015-07-05 01:42:53,062 [55] DEBUG CustomLogger (null) - [AddAtBack] Now adding [TagWaypointTask] This task will tag a waypoint if it is not already unlocked..
2015-07-05 01:42:53,062 [55] DEBUG CustomLogger (null) - [AddAtBack] Now adding [UseLooseCandleTask] This task will use the Loose Candle when the grind zone is set to The Archives..
2015-07-05 01:42:53,062 [55] DEBUG CustomLogger (null) - [AddAtBack] Now adding [UnblockCorruptedAreaTransitionTask] This task will use the Loose Grate and Sarcophagus covers for corrupted area transitions..
2015-07-05 01:42:53,062 [55] DEBUG CustomLogger (null) - [AddAtBack] Now adding [TakeCorruptedAreaTask] A task to take corrupted areas..
2015-07-05 01:42:53,063 [55] DEBUG CustomLogger (null) - [AddAtBack] Now adding [TravelToGrindZoneTask] This task will travel to the grind zone configured..
2015-07-05 01:42:53,063 [55] DEBUG CustomLogger (null) - [AddAtBack] Now adding [TravelThroughBossAreasTask-BossFarm] This task will travel though the local area transitions in boss zones..
2015-07-05 01:42:53,063 [55] DEBUG CustomLogger (null) - [AddAtBack] Now adding [OpenChestTask (Leash -1)] This task handles opening chests..
2015-07-05 01:42:53,063 [55] DEBUG CustomLogger (null) - [AddAtBack] Now adding [CombatTask (Leash -1)] This task executes routine logic for combat..
2015-07-05 01:42:53,063 [55] DEBUG CustomLogger (null) - [AddAtBack] Now adding [TravelThroughBossAreasTask-PassThrough] This task will travel though the local area transitions in boss zones..
2015-07-05 01:42:53,064 [55] DEBUG CustomLogger (null) - [AddAtBack] Now adding [ExplorationCompleteTask (Early)] A task to execute exploration complete logic..
2015-07-05 01:42:53,064 [55] DEBUG CustomLogger (null) - [AddAtBack] Now adding [ExploreTask] This task handles exploring an area..
2015-07-05 01:42:53,064 [55] DEBUG CustomLogger (null) - [AddAtBack] Now adding [ExplorationCompleteTask] A task to execute exploration complete logic..
2015-07-05 01:42:53,065 [55] DEBUG CustomLogger (null) - [AddAtBack] Now adding [FallbackTask] This task is the last task executed. It should not execute..
2015-07-05 01:42:53,065 [55] DEBUG CustomLogger (null) - [AdvancedItemFilter] Start
2015-07-05 01:42:53,065 [55] DEBUG CustomLogger (null) - [Replace] Now replacing [IdentifyItemsTask].
2015-07-05 01:42:53,065 [55] DEBUG CustomLogger (null) - [AddAtFront] Now adding [CheckForRecipeItemsTask] Record recipe items at start of the bot only, never after.
2015-07-05 01:42:53,065 [55] DEBUG CustomLogger (null) - [AddTask] CheckForRecipeItemsTask Sucessfully added at front of the list
2015-07-05 01:42:53,066 [55] DEBUG CustomLogger (null) - [AddTask] RecipeWithdrawTask Sucessfully added after CheckForRecipeItemsTask
2015-07-05 01:42:53,066 [55] DEBUG CustomLogger (null) - [AddTask] RecipeSellTask Sucessfully added after RecipeWithdrawTask
2015-07-05 01:42:53,066 [55] DEBUG CustomLogger (null) - [AddTask] SignalRecipeExecutionTask Sucessfully added after HandleInventoryItemsTask
2015-07-05 01:42:53,067 [55] DEBUG CustomLogger (null) - [AddTask] StashToSpecificTabTask Sucessfully added before StashTask
2015-07-05 01:42:53,067 [55] DEBUG CustomLogger (null) - [Alerter] Start
2015-07-05 01:42:53,070 [55] DEBUG CustomLogger (null) - [Alerter] Next masters will be alerted:
2015-07-05 01:42:53,071 [55] DEBUG CustomLogger (null) - Catarina, Master of the Dead
2015-07-05 01:42:53,071 [55] DEBUG CustomLogger (null) - Elreon, Loremaster
2015-07-05 01:42:53,071 [55] DEBUG CustomLogger (null) - Haku, Armourmaster
2015-07-05 01:42:53,071 [55] DEBUG CustomLogger (null) - Tora, Master of the Hunt
2015-07-05 01:42:53,072 [55] DEBUG CustomLogger (null) - Vagan, Weaponmaster
2015-07-05 01:42:53,072 [55] DEBUG CustomLogger (null) - Vorici, Master Assassin
2015-07-05 01:42:53,072 [55] DEBUG CustomLogger (null) - Zana, Master Cartographer
2015-07-05 01:42:53,072 [55] INFO CustomLogger (null) - [ChanceItem] Starting
2015-07-05 01:42:53,073 [55] DEBUG CustomLogger (null) - [AddAtFront] Now adding [DoChanceItemTask] DoChanceItemTask.
2015-07-05 01:42:53,073 [55] DEBUG CustomLogger (null) - [FlaskHelper] Start
2015-07-05 01:42:53,076 [55] DEBUG CustomLogger (null) - [GemLeveler] Start
2015-07-05 01:42:53,076 [55] DEBUG CustomLogger (null) - [GemLeveler] Now resetting task state.
2015-07-05 01:42:53,077 [55] DEBUG CustomLogger (null) - [MapRunner] Start
2015-07-05 01:42:53,077 [55] DEBUG CustomLogger (null) - [Replace] Now replacing [MapExplorationTask].
2015-07-05 01:42:53,077 [55] DEBUG CustomLogger (null) - [Replace] Now replacing [MapExplorationCompleteTask].
2015-07-05 01:42:53,078 [55] DEBUG CustomLogger (null) - [Remove] Now removing [TagWaypointTask].
2015-07-05 01:42:53,078 [55] DEBUG CustomLogger (null) - [Remove] Now removing [ExplorationCompleteTask (Early)].
2015-07-05 01:42:53,078 [55] DEBUG CustomLogger (null) - [Remove] Now removing [UnblockCorruptedAreaTransitionTask].
2015-07-05 01:42:53,079 [55] DEBUG CustomLogger (null) - [Remove] Now removing [TakeCorruptedAreaTask].
2015-07-05 01:42:53,079 [55] DEBUG CustomLogger (null) - [Remove] Now removing [TravelThroughBossAreasTask-BossFarm].
2015-07-05 01:42:53,079 [55] DEBUG CustomLogger (null) - [Remove] Now removing [TravelThroughBossAreasTask-PassThrough].
2015-07-05 01:42:53,079 [55] DEBUG CustomLogger (null) - [Remove] Now removing [ReturnToGrindZoneTask].
2015-07-05 01:42:53,080 [55] DEBUG CustomLogger (null) - [Remove] Now removing [UseLooseCandleTask].
2015-07-05 01:42:53,080 [55] DEBUG CustomLogger (null) - [Remove] Now removing [TravelToGrindZoneTask].
2015-07-05 01:42:53,080 [55] DEBUG CustomLogger (null) - [Scheduler] Start
2015-07-05 01:42:53,080 [55] INFO CustomLogger (null) - [Scheduler] BotTimeLimit: 03:38:05.2070000
2015-07-05 01:42:53,081 [55] INFO CustomLogger (null) - [Scheduler] BotIdleTimeLimit: 01:10:54.6230000
2015-07-05 01:42:53,081 [55] DEBUG CustomLogger (null) - [StuckDetection] Start
2015-07-05 01:42:53,081 [55] DEBUG CustomLogger (null) - [Totemizer] Start
2015-07-05 01:42:53,081 [55] DEBUG CustomLogger (null) - [ChanceItems] Now resetting task state.
2015-07-05 01:42:53,082 [55] DEBUG CustomLogger (null) - [RecipeWithdrawTask] Now resetting task state.
2015-07-05 01:42:53,082 [55] DEBUG CustomLogger (null) - [RecipeSellTask] Now resetting task state.
2015-07-05 01:42:53,082 [55] DEBUG CustomLogger (null) - [HandleBlockingChestsTask] Now resetting task state.
2015-07-05 01:42:53,082 [55] DEBUG CustomLogger (null) - [SellTask] Now resetting task state.
2015-07-05 01:42:53,083 [55] DEBUG CustomLogger (null) - [WithdrawTask] Now resetting task state.
2015-07-05 01:42:53,083 [55] DEBUG CustomLogger (null) - [Start] The plugin AdvancedItemFilter is enabled.
2015-07-05 01:42:53,083 [55] DEBUG CustomLogger (null) - [Start] The plugin Alerter is enabled.
2015-07-05 01:42:53,083 [55] DEBUG CustomLogger (null) - [Start] The plugin ChanceItems is enabled.
2015-07-05 01:42:53,083 [55] DEBUG CustomLogger (null) - [Start] The plugin FlaskHelper is enabled.
2015-07-05 01:42:53,084 [55] DEBUG CustomLogger (null) - [Start] The plugin GemLeveler is enabled.
2015-07-05 01:42:53,084 [55] DEBUG CustomLogger (null) - [Start] The plugin MapRunner is enabled.
2015-07-05 01:42:53,084 [55] DEBUG CustomLogger (null) - [Start] The plugin Scheduler is enabled.
2015-07-05 01:42:53,084 [55] DEBUG CustomLogger (null) - [Start] The plugin StuckDetection is enabled.
2015-07-05 01:42:53,085 [55] DEBUG CustomLogger (null) - [Start] PlayerMover.Instance: Loki.Bot.v3.DefaultPlayerMover.
2015-07-05 01:42:53,095 [55] DEBUG CustomLogger (null) - [InteractWith] Now attempting to highlight 807.
2015-07-05 01:42:53,195 [55] DEBUG CustomLogger (null) - [InteractWith] Now attempting to interact with 807.
2015-07-05 01:42:53,224 [55] DEBUG CustomLogger (null) - [FinishCurrentAction] Waiting for the action to finish Interaction.
2015-07-05 01:42:53,261 [55] DEBUG CustomLogger (null) - [FinishCurrentAction] Waiting for the action to finish Interaction.
2015-07-05 01:42:53,292 [55] DEBUG CustomLogger (null) - [FinishCurrentAction] Waiting for the action to finish Interaction.
2015-07-05 01:42:53,328 [55] DEBUG CustomLogger (null) - [FinishCurrentAction] Waiting for the action to finish Interaction.
2015-07-05 01:42:53,358 [55] DEBUG CustomLogger (null) - [FinishCurrentAction] Waiting for the action to finish Interaction.
2015-07-05 01:42:53,394 [55] DEBUG CustomLogger (null) - [FinishCurrentAction] Waiting for the action to finish Interaction.
2015-07-05 01:42:53,424 [55] DEBUG CustomLogger (null) - [FinishCurrentAction] Waiting for the action to finish Interaction.
2015-07-05 01:42:53,443 [55] DEBUG CustomLogger (null) - [WaitForStashPanel]
2015-07-05 01:42:53,444 [55] DEBUG CustomLogger (null) - [WaitForStashPanel] We have been waiting 00:00:00.0000369 for the stash panel to open.
2015-07-05 01:42:53,560 [55] DEBUG CustomLogger (null) - [WaitForStashPanel] We have been waiting 00:00:00.1160008 for the stash panel to open.
2015-07-05 01:42:53,676 [55] DEBUG CustomLogger (null) - [WaitForStashPanel] We have been waiting 00:00:00.2325862 for the stash panel to open.
2015-07-05 01:42:56,991 [55] ERROR CustomLogger (null) - [RecipeWithdrawTask] WithdrawItemsCoroutine returned GoToFirstTabFailed.
2015-07-05 01:42:56,991 [55] INFO CustomLogger (null) - [Stop] Now requesting the BotThread to stop.
2015-07-05 01:42:56,992 [55] DEBUG CustomLogger (null) - [CloseBlockingWindows] LokiPoe.Gui.IsLeftPanelShown || LokiPoe.Gui.IsRightPanelShown. Closing them.
2015-07-05 01:42:57,022 [55] DEBUG CustomLogger (null) - [BasicGrindBot] OnStop
2015-07-05 01:42:57,023 [55] DEBUG CustomLogger (null) - [AdvancedItemFilter] Stop
2015-07-05 01:42:57,023 [55] DEBUG CustomLogger (null) - [Alerter] Stop
2015-07-05 01:42:57,024 [55] DEBUG CustomLogger (null) - [ChanceItems] Stoping
2015-07-05 01:42:57,024 [55] DEBUG CustomLogger (null) - [FlaskHelper] Stop
2015-07-05 01:42:57,025 [55] DEBUG CustomLogger (null) - [GemLeveler] Stop
2015-07-05 01:42:57,025 [55] DEBUG CustomLogger (null) - [MapRunner] Stop
2015-07-05 01:42:57,025 [55] DEBUG CustomLogger (null) - [Scheduler] Stop
2015-07-05 01:42:57,025 [55] DEBUG CustomLogger (null) - [StuckDetection] Stop
2015-07-05 01:42:57,026 [55] DEBUG CustomLogger (null) - [Totemizer] Stop