Skip to content
This repository has been archived by the owner on Dec 26, 2021. It is now read-only.

Fixing an Invalid Price

Vincent Lee edited this page May 16, 2020 · 4 revisions

So you have an issue with getting your Turnip Summary to show 😣 . Here's some steps you can do to try and fix the issue yourself.

Bot doesn't work for the first week you buy turnips on your own island! This is just because of how Animal Crossing's price algorithm works, I've yet to add the ability to calculate first week prices to the bot at the current time.

<removeInvalidData isn't smart!

The way <removeInvalidData works is that it removes prices form your turnip summary, till you get a report showing, it can't pick out individual prices and remove them.

Check the prices you have entered.

You can use <getPrice to help see the prices you've entered into the bot.

Then here's a checklist to go through:

Did you use <setBuyPrice to enter the price from your own island?

This price for Sunday Buy Price Has to be from your own island, not the price you bought turnips for from another island.

If you did enter you price from someone else's island use <removePrice (With either AM or PM it doesn't matter) to remove the price. If you remember the price form your own island you can enter it again with <setBuyPrice.

Is there a price you entered by accident?

You can use the <removePrice command to remove prices you don't want to be on the list.

Try entering the price into Turnip Prophet

If you get no proper graph from this website, the bot will also fail to make a Summary as well.

Note: There is a known issue with the triple spike not working at the bot, this is the issue that is currently being worked on.

Notes

  • <ap and setBuyPrice will overwrite any prices down for the day already
  • <rid is not magic it won't fix most issues, only really good for removing data you accidentally added.