What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

New Stash Tabs

Boltwall

Member
Joined
Mar 9, 2015
Messages
87
Reaction score
3
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?
 
Last edited:
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

Stop being that bitchy, we're working on it comlib might see a fix getting up soon, AIF is following
 
Stop being that bitchy, we're working on it comlib might see a fix getting up soon, AIF is following
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 ;(
 
Last edited:
I added my pages to the community lib Cache, works fine until they add.
 
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 ;(

Huh, that actually worked lol.

I reverted the change though, just cause I would like something a little more official~
 
Back
Top