Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Assistance needed for new mine and forest formulas
#1
I am working on a mine and woodcutting calculator to reflect the increased value in stone and wood from patch v0.53 zeta and would like to know if it is possible to get the formulas Ray used? Also is it possible to know when in the formula the today's bonuses and warehouse bonuses are applied?

I have found the new mine formula is (((mine depth * x) + 1) * 3 stone * 16 squares) where x is equal to 10.xxx and then increases every 5 to 10 levels of mine depth but I am having issues with accuracy when compared to actual gains after depth 25.

The woodcutting formula I found is ((forest level * y)^2) where y is something close to 3.25x and increases every few levels, yet once again the accuracy is off slightly when compared to actual gains.

Finally I may just have rounding issues or not using enough decimal places but my attempt to correct that have been thwarted due to the application of the today bonus and warehouse bonus, which is why I would like to know when the bonuses are applied.

Respectfully,
RodanRedd
IGN:   RodanRedd
Lv:     228
IOU:   25065
Guild:  Guild Perks
Reply
#2
Mining: round[(10*depth + 1)*(1+warehouse bonus)*(1+event bonus)] per stone, so 3x16 that

Woodcutting: round[(10*(tree level^2)*(1+ascension bonus+event bonus)*(1+warehouse)]
Reply
#3
(08-23-2015, 04:42 AM)Hipoo Wrote: Mining: round[(10*depth + 1)*(1+warehouse bonus)*(1+event bonus)] per stone, so 3x16 that

Woodcutting: round[(10*(tree level^2)*(1+ascension bonus+event bonus)*(1+warehouse)]

One would think that these formula/equations are correct. Unfortunately they do not hold up to the actual amounts of stone mined and wood cut. As one gets to higher level forests or deeper levels in the mine the values these formula/equations provide are further and further off of the actual amounts.
IGN:   RodanRedd
Lv:     228
IOU:   25065
Guild:  Guild Perks
Reply
#4
They work perfectly for me, with warehouse level 6 I have:

Mining depth 24: 241*1.18*1.1 = 312.818 -> 313 stones (x3 per tile)

Tree level 16: 2560*1.6*1.18 = 4833.28 -> 4833 logs
Reply
#5
(08-23-2015, 12:56 PM)Hipoo Wrote: They work perfectly for me, with warehouse level 6 I have:

Mining depth 24: 241*1.18*1.1 = 312.818 -> 313 stones (x3 per tile)

Tree level 16: 2560*1.6*1.18 = 4833.28 -> 4833 logs

Wow I feel stupid now... your equations work correctly for all levels of mine and trees. I was adding the warehouse level 6 and event bonuses together prior to multiplying them by (mine depth * 10 + 1), i.e. 1.28 vs 1.18 and 1.1 for the mine and did the same for the trees.

Thanks for straightening me out Hipoo.
IGN:   RodanRedd
Lv:     228
IOU:   25065
Guild:  Guild Perks
Reply
#6
Glad I could help Smile

And don't feel stupid, the way different multipliers stack can be tricky ^^
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)