Has anyone found a way to add these in yet ?
Named in extensions and AIF - comes back no good.
Ticked I am rich
No way around it lol I cant get rid of those tabs now can I.
is this a easy fix/add?
Same problem
I just edit Data.cs, delete 168 string (funcion).Stop being that bitchy, we're working on it comlib might see a fix getting up soon, AIF is following
else
{
foreach (var item in LokiPoe.InGameState.StashUi.InventoryControl.Inventory.Items)
CachedItemsInStash.Add(
new CachedItemObject(LokiPoe.InGameState.StashUi.InventoryControl, item,
LokiPoe.InGameState.StashUi.TabControl.CurrentTabName)
);
}
I just edit Data.cs, delete 168 string (funcion).
Code:else { foreach (var item in LokiPoe.InGameState.StashUi.InventoryControl.Inventory.Items) CachedItemsInStash.Add( new CachedItemObject(LokiPoe.InGameState.StashUi.InventoryControl, item, LokiPoe.InGameState.StashUi.TabControl.CurrentTabName) ); }
Work, Bot stashing all item for recipe ;(