Bug - Fixed Acqusition behavior?

fronobulax

Developer
Staff member
"recently" eatdrink has started having problems with its first choice items. Two specific examples are TPS drinks and coffee pixie sticks.

I have TPS. Eatdrink tries to make the drinks and fails. If I do "acquire cherry bomb" it fails. I forgot to capture the message but it was what I expected if it had tried to buy a cherry bomb and failed. I expected it to try and buy the components and assemble them but there was no indication that it did so. (I made and consumed a cherry bomb manually). Perhaps the acquire by creation logic is not going as deep as it used to?

Eatdrink used to buy game grid tickets and then get coffee pixie sticks. I did not investigate the failure further, beyond verifying the price of the tickets and access to the arcade. Since the arcade is a Coinmaster, is this an unexpected consequence of the Campfire, stick and burnt stick loop fix?

Any comments?
 

Veracity

Developer
Staff member
I also recently failed to create a cherry bomb when I had no cherries. It used to buy them.
I think you are correct that the "create and buy ingredients if needed" is not going as deep as it used to.
I'm going to move this into a Bug thread.
 

Ryo_Sangnoir

Developer
Staff member
"acquire 3 SMOOCH bracers" fails immediately. "create 3 SMOOCH bracers" buys the ingredients from the mall and uses them.

I expect "create cherry bomb" would also buy ingredients from the mall and make the drink.
 

Veracity

Developer
Staff member
"acquire 3 SMOOCH bracers" fails immediately. "create 3 SMOOCH bracers" buys the ingredients from the mall and uses them.

I expect "create cherry bomb" would also buy ingredients from the mall and make the drink.
Hopefully recursively; I really don't want it to try buying a skewered cherry. :)
 

fronobulax

Developer
Staff member
Today. FYI

Code:
> create cherry bomb

Verifying ingredients for cherry bomb (1)...
Searching for "cob of corn"...
Search complete.
Searching for "old-fashioned"...
Search complete.
Using cached search results for old-fashioned...
Purchasing old-fashioned (1 @ 1,940)...
Purchases complete.
Searching for "skewered cherry"...
Search complete.
Desired purchase quantity not reached (wanted 1, got 0)
You need 1 more skewered cherry to continue.

> acquire cherry bomb

Searching for "cherry bomb"...
Search complete.
Desired purchase quantity not reached (wanted 1, got 0)
You need 1 more cherry bomb to continue.

> create skewered cherry

Verifying ingredients for skewered cherry (1)...
Searching for "cherry"...
Search complete.
Purchasing cherry (1 @ 1,550)...
Purchases complete.
Creating skewered cherry (1)...
You acquire an item: skewered cherry
Successfully created skewered cherry (1)

> acquire cherry bomb

Verifying ingredients for cherry bomb (1)...
Creating cherry bomb (1)...
You acquire an item: cherry bomb
Successfully created cherry bomb (1)
 

Veracity

Developer
Staff member
Forgot to save gCLI output, but session log after "acquire cherry bomb":

Code:
buy 1 cherry for 1550 each from shop #3364029 on 20200228

[1370] Mix 1 bottle of whiskey + 1 cherry
You acquire an item: old-fashioned
Crafting used 1 each of bottle of whiskey and cherry

buy 1 cherry for 1550 each from shop #3364029 on 20200228

[1370] Mix 1 cherry + 1 tiny plastic sword
You acquire an item: skewered cherry
Crafting used 1 each of tiny plastic sword and cherry

[1370] Mix 1 old-fashioned + 1 skewered cherry
You acquire an item: cherry bomb
Crafting used 1 each of skewered cherry and old-fashioned
Revision 19786.
 

fronobulax

Developer
Staff member
Forgot to save gCLI output, but session log after "acquire cherry bomb":

Code:
buy 1 cherry for 1550 each from shop #3364029 on 20200228

[1370] Mix 1 bottle of whiskey + 1 cherry
You acquire an item: old-fashioned
Crafting used 1 each of bottle of whiskey and cherry

buy 1 cherry for 1550 each from shop #3364029 on 20200228

[1370] Mix 1 cherry + 1 tiny plastic sword
You acquire an item: skewered cherry
Crafting used 1 each of tiny plastic sword and cherry

[1370] Mix 1 old-fashioned + 1 skewered cherry
You acquire an item: cherry bomb
Crafting used 1 each of skewered cherry and old-fashioned
Revision 19786.

I'll watch tomorrow. Thank you.
 
Top