taltamir
Member
I tested several times (fully turn off mafia and then run it again on a different version)
mall works with r26032 and is broken in r26032
github.com
the specifics of the break are:
1. when using the purchase tab to search for items (ex: "cocoa egg") always get 0 results.
if you instead use the relay browser to go into the mall manually and search you do get results.
2. mafia/scripts fail to buy items from mall. see below:
with older versions
r26033
mall works with r26032 and is broken in r26032
Comparing r26032...r26033 · kolmafia/kolmafia
KoLmafia is a cross-platform desktop tool which interfaces with the online adventure game Kingdom of Loathing 🗡️🍸 - Comparing r26032...r26033 · kolmafia/kolmafia
the specifics of the break are:
1. when using the purchase tab to search for items (ex: "cocoa egg") always get 0 results.
if you instead use the relay browser to go into the mall manually and search you do get results.
2. mafia/scripts fail to buy items from mall. see below:
with older versions
Code:
> acquire 1 cocoa egg
Verifying ingredients for cocoa egg (1)...
Verifying ingredients for large cocoa eggshell fragment (2)...
Searching for "cocoa eggshell fragment"...
Installing default certificate validation...
Sending login request...
Preference nextAdventure changed from Site Alpha Dormitory to Site Alpha Greenhouse
Loading character status...
Search complete.
Purchasing cocoa eggshell fragment (1 @ 440)...
Purchasing cocoa eggshell fragment (2 @ 985)...
Purchases complete.
Creating large cocoa eggshell fragment (2)...
You acquire large cocoa eggshell fragment (2)
Successfully created large cocoa eggshell fragment (2)
Creating cocoa egg (1)...
You acquire an item: cocoa egg
Successfully created cocoa egg (1)
r26033
Code:
> acquire 1 cocoa egg
Searching for "large cocoa eggshell fragment"...
Unexpected error, debug log printed.
Search complete.
Searching for "cocoa eggshell fragment"...
Unexpected error, debug log printed.
Search complete.
Searching for "cocoa egg"...
Unexpected error, debug log printed.
Search complete.
Searching for "cocoa egg"...
Unexpected error, debug log printed.
Search complete.
You need 1 more cocoa egg to continue.