[Solved] GameManager.Inventory.Bags.Items List never updates
List always reflects the items in inventories when the bot was initialized.
Update never happens.
Neither will the items properies update; such as when moved to
a diffrent inventory
will show the values of when the bot was initialized.
No new items will be shown,
Nor destroyed items leave.
Only thing i found to update is to restart the bot.
i tried:
waiting 30min
switching map-zone (load screen)
Code:
Buddy.Wildstar.Game.GameManager.Inventory.Bags.Items
Buddy.Wildstar.Game.GameManager.Inventory.Equipped.Items
List always reflects the items in inventories when the bot was initialized.
Update never happens.
Neither will the items properies update; such as when moved to
a diffrent inventory
Code:
ContainedIn.Items.Count()
Index
will show the values of when the bot was initialized.
No new items will be shown,
Nor destroyed items leave.
Only thing i found to update is to restart the bot.
i tried:
waiting 30min
switching map-zone (load screen)
Last edited: