Bug - Not A Bug retrieve frost flower not working

Grabuge

Member
I can buy it from the mall but when I tried "retrieve frost flower" in the cli I get Desired purchase quantity not reached (wanted 1, got 0)

I also tried in ash "buy(1, $item[frost flower])" but that seems to give me trouble too.

Am I doing something wrong?
 

lostcalpolydude

Developer
Staff member
Using buy() should eliminate that issue. However, an exact copy-pasted message from doing that (instead of "seems to give me trouble") would be more helpful.
 

Theraze

Active member
I also tried in ash "buy(1, $item[frost flower])" but that seems to give me trouble too.

Tried in ash? So you edited a text file, put that buy line into it, saved it as buyflower.ash, and then ran buyflower or call buyflower in the gCLI... or you just ran your ash code in the gCLI without defining it as ASH by calling the processor? Or you ran that code complete with quotes in the gCLI?

Directly quoting your gCLI output helps to know what's happening and why...
 

Grabuge

Member
Ok so reviewing my .ash file I realized that it is actually "use(1,$item[frost flower])" so it might be related to the autoBuyPriceLimit.

I'm currently in HC so I will test it later. Thank you everyone.
 
Top