Git Product home page Git Product logo

Comments (10)

ZZZZzzzzac avatar ZZZZzzzzac commented on June 19, 2024

a common rounding issue, i think it's the same problem like #47 #40, and i personally also had similiar experience, the boundary calculation may have 1 error

from ac-nh-turnip-prices.

broncoempire avatar broncoempire commented on June 19, 2024

a common rounding issue, i think it's the same problem like #47 #40, and i personally also had similiar experience, the boundary calculation may have 1 error

Thank you for pointing me to these other related issues :-D

from ac-nh-turnip-prices.

mikebryant avatar mikebryant commented on June 19, 2024

The numbers you've put in aren't possible with the code retrieved from the game.

@broncoempire Are you confident this isn't the first week you've bought from daisy on your own island, and that the buy price is for your own island?
What are your prices for Tuesday AM/PM?

from ac-nh-turnip-prices.

broncoempire avatar broncoempire commented on June 19, 2024

The numbers you've put in aren't possible with the code retrieved from the game.

@broncoempire Are you confident this isn't the first week you've bought from daisy on your own island, and that the buy price is for your own island?

What are your prices for Tuesday AM/PM?

Thanks for the feedback @mikebryant.
I have been keeping track of these in a spreadsheet for over a week now.

Also, I’ve purchased turnips multiple times on my island. Maybe 2 or 3 Sunday’s since launch.

Tuesday’s prices are:
72 AM
68 PM

Thank you

from ac-nh-turnip-prices.

tsaiDavid avatar tsaiDavid commented on June 19, 2024

@mikebryant - what if you purchased turnips on a friend's island but you've been keeping track of prices in your own? I'm getting this same behavior

from ac-nh-turnip-prices.

theRTC204 avatar theRTC204 commented on June 19, 2024

Where you buy from makes no difference as long every value you enter into this tool is from your island only. Please share your values so that we can compare them against the extracted algorithm.

from ac-nh-turnip-prices.

peachiepie avatar peachiepie commented on June 19, 2024

I am also having this issue. I purchased turnips on my own island for 101. this is my second time buying, but I'm not sure what my pattern was last week. Prices were 128 Monday AM, unknown Monday PM, 88 today AM, and 124 today PM.

from ac-nh-turnip-prices.

dotkupo avatar dotkupo commented on June 19, 2024

Hi, i'm also having this issue too. I am not a first time buyer, and the site was working fine for me until this morning at which point it refuses to accept my Monday PM price.
Prices are as follows.

Edit: I should edit in the following extra details.

First-Time Buyer: No

Previous Pattern: I don't know

Sunday - 95

Monday
AM - 85
PM- 79

Tuesday
AM - 76
PM - 71

Wednesday
AM - 68
PM - 64

As mentioned at the top of the post, the site accepted the Monday PM price until this morning.
I even have a picture of the Monday PM price being accepted if that helps.
stalnks

However now when I put 79 into the PM price, I get the all patterns 999 min potential max 0 issue.
image

This does work if I put 80 into the list instead of 79.
image

But well, 80 isn't what I got. I got 79.

from ac-nh-turnip-prices.

mikebryant avatar mikebryant commented on June 19, 2024

@dotkupo Thanks for the details. I'll try and figure out why your numbers aren't matching the reverse-engineered code

from ac-nh-turnip-prices.

mikebryant avatar mikebryant commented on June 19, 2024

The problem here is, the change in rate between 85 and 79 is too large.
The minimum the internal rate value could be for 85 is 0.8842106316 - then 0.8842106316*95 == 84.000010002 - intceil gives 85

Maximum possible rate for 79 is 0.8315790526, *95 == 79.000009997 - which in theory through intceil is still 79. The difference between those two rates is 0.05263157895 - but all of the patterns in Treeki's code decrease by at most 0.05 in the rate.

from ac-nh-turnip-prices.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.