zincaito
New member
I was running my normal ascension script today on r28221 and ran into 2 item acquisition bugs that seem potentially related to some of the recent shop changes.
1) Acquiring items from the hermit via e.g. `acquire 1 seal tooth` was failing and showing "The hermit kept his stuff" error in the GCLI as well as:
trading 0 worthless items for 1 null
Using the relay browser to purchase manually worked fine.
2) My script got to the shadow and I realized that it hadn't acquired gauze garters like normal. Reviewing the log showed lines like these:
trading 5 nulls for 0 quarters
You acquire 0 quarters
Preference _concoctionDatabaseRefreshes changed from 1223 to 1224
trading 2 nulls for 0 quarters
You acquire 0 quarters
Preference _concoctionDatabaseRefreshes changed from 1224 to 1225
trading 6 nulls for 0 quarters
You acquire 0 quarters
Preference _concoctionDatabaseRefreshes changed from 1225 to 1226
trading 2 nulls for 0 quarters
You acquire 0 quarters
Preference _concoctionDatabaseRefreshes changed from 1226 to 1227
trading 3 nulls for 0 quarters
You acquire 0 quarters
Preference _concoctionDatabaseRefreshes changed from 1227 to 1228
trading 2 nulls for 0 quarters
You acquire 0 quarters
Preference _concoctionDatabaseRefreshes changed from 1228 to 1229
Let me know if any additional info would help track these down further.
1) Acquiring items from the hermit via e.g. `acquire 1 seal tooth` was failing and showing "The hermit kept his stuff" error in the GCLI as well as:
trading 0 worthless items for 1 null
Using the relay browser to purchase manually worked fine.
2) My script got to the shadow and I realized that it hadn't acquired gauze garters like normal. Reviewing the log showed lines like these:
trading 5 nulls for 0 quarters
You acquire 0 quarters
Preference _concoctionDatabaseRefreshes changed from 1223 to 1224
trading 2 nulls for 0 quarters
You acquire 0 quarters
Preference _concoctionDatabaseRefreshes changed from 1224 to 1225
trading 6 nulls for 0 quarters
You acquire 0 quarters
Preference _concoctionDatabaseRefreshes changed from 1225 to 1226
trading 2 nulls for 0 quarters
You acquire 0 quarters
Preference _concoctionDatabaseRefreshes changed from 1226 to 1227
trading 3 nulls for 0 quarters
You acquire 0 quarters
Preference _concoctionDatabaseRefreshes changed from 1227 to 1228
trading 2 nulls for 0 quarters
You acquire 0 quarters
Preference _concoctionDatabaseRefreshes changed from 1228 to 1229
Let me know if any additional info would help track these down further.