-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A fish percentage based off of results #79
Comments
Original comment by FinalDoom (Bitbucket: FinalDoom, GitHub: FinalDoom). It's as good a place as any to put suggestions. The people that may be keeping it up in the future will get these pushed to their copy as well, I believe. Interesting idea. First thing for anyone interested in implementing it is that no processing should be done on the server, it should all be done on the client. The server can collect data and spit it back out. Anything else is too much for the EC2 instance it's on, and unnecessary anyway. To rewrite your idea:
Like I said, cool idea. More useful would be to make this a separate but interrelated project. Make a public website that displays this info--you select rod bait and area, it'll show you some stats, if it has any. Even better would be to generalize the code that the program runs, and how it interacts with the server (really a separate server if you're doing the web thing--EC2 wouldn't support it on free tier), so that other bots can just call the API with their own stats. This could address the issue following: The issue I see is like what you suggested: sparsity of data. Many people are going to be working on the 1-110 track fish at various times, and many high level fishers are going to do the same things for money. There'd be lots of data there. But there are few fishers going for other things that are in the DB, and there'd be no data for them. Maybe eventually someone can take the data and figure out the algorithms better so we don't need the uploads. That'd be best. |
Original report by Christopher White (Bitbucket: Christopher White, ).
I'm not sure whether or not suggestions should go in here, but as I can't see anywhere else to make a comment I am posting it here.
I would like to see the stats page be somehow coded into a way that is does this
Example:
I go to Port Windurst and get Bastore Breams, My set up is Lu Shang rod, Sinking Minnow, and Fishermans gear for each slot. My fishing level is 58 and I caught/release 1400 items, 1200 being ignored and 200 being caught. That is a 16% catch rate. Now we add that to everyone who uses FD in this way. Say 300,000 Ignored items came up and 21,000 breams came up, the percentage would be 0.07%, which would be shown in the program.
Issues: (That I can think of)
Now I can understand the issues in this, as not all players fish in the same area, many players have high fishing levels and don't fish in certain areas or just don't fish anything that doesn't make profit, and that gear/rod/bait/level are specific, so it would require a few adjustments to where they don't factor exact level but a broad amount, like within 5 of the current level.
The text was updated successfully, but these errors were encountered: