Bug - Not A Bug Mr. Store coinmaster doesn't show any items available to purchase

I believe this is a parsing problem - KoLmafia doesn't yet fully understand Mr. Store's layout, which means it can't find the items anymore, which means its internal state is blank... which explains the coinmaster being blank. I think. ;)

EDIT: Whoops, forgot to specify KoLmafia and OS version. KoLmafia is 16.0 r12136, Java is at 7u21, and OS is OSX 10.8.3.
 

Veracity

Developer
Staff member
Correct. Since the contents of Mr. Store changes at least once a month and items are both added to and removed from it, we don't have any of its contents built-in. When you "visit" it, we load up the inventory. We force you to do that yourself to avoid a server hit unless you actually intend to purchase from it.

Note you there is an ASH function - visit( $coinmaster[Mr. Store] ) - which makes it easy for your script to do it.
 
Correct. Since the contents of Mr. Store changes at least once a month and items are both added to and removed from it, we don't have any of its contents built-in. When you "visit" it, we load up the inventory. We force you to do that yourself to avoid a server hit unless you actually intend to purchase from it.

Note you there is an ASH function - visit( $coinmaster[Mr. Store] ) - which makes it easy for your script to do it.
Thank you, Veracity. That's useful.
 

xKiv

Active member
(how about changing this to a feature request - if the coinmaster is empty, display a message suggesting to use the "visit" button?)
 
Top