Jump to content

PSO Run Calculator per droprate/time/monster


Shiva

Recommended Posts

hey there,

maybe for some of u this tool can be usefull.

By inputting monsters per run, time per run, and the drop rate you get how many runs you will statistically run and the time it will statistically take to get your drop.

Only 1/x droprates r working (no 3/8)

https://mega.nz/#!nJYCiYJQ!e6cEzPP2-tBlnAC4Bsrs6dE3lxqu1QChrbD89AwQvd4

tool is made by toliveistodie777

  • Like 4
Link to comment
Share on other sites

At first I thought this was fishy... then I realized is basically useless...

What this program does is the following

float rate = 1; // This rate is the denominator of the fraction
float monsters = 1;
float minutes = 1;

float runs = rate / monsters;
float hours = (runs * minutes) / 60;

printf("Runs: %f", runs);
printf("Hours: %f", hours);

 

Basically you can do this with a calculator....
I'm sorry but I'll lock this topic.

  • Like 2
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...