Problems when using Guild Storage
#1
Lightbulb 
1. In order for each bot to use the storage very quickly, you need to set the timeout parameters:
ai_storageAuto 0.1
ai_storageAuto_giveup 0.5

2. There is a problem related to the fact that OpenKore caches the list of storage items. The fix solves the problem by clearing the list when closing the storage, but this breaks the logic of OpenKore. It will not be possible to view the storage after closing!
You need to edit the file: src/InventoryList/Storage.pm
sub close {
        my($self) = @_;
        $self->{opened} = 0;
        $self->clear();
}
Reply


Forum Jump:

Vote for me: #1 #2 #3 #4 #5 #6 #7 #8 !