gmiclotte / melvor-scripts

Various scripts for Melvor Idle
GNU General Public License v3.0
9 stars 8 forks source link

ETA: fix incorrect interval for skills with custom intervals #32

Closed lucasshiva closed 2 years ago

lucasshiva commented 2 years ago

Today I wrote a script that modified skills' intervals, but the calculations made by ETA didn't match the intervals I've modified. After taking a look at the source code, I realized the problem derived from some of the skills having their intervals hard-coded, which is not ideal. This commit should fix that.

gmiclotte commented 2 years ago

Thanks a lot!