Yasutoshi
05-06-2014, 10:36 AM
I spent a lot of money to trial and error the calculations and then tested the formula on a level 16 character from 1 to 30 deeds.
The cash formula using silvers only appears to be very close to:
( ( level * deeds ) * ( ( level / 2 ) + deeds + 1 ) (round up to nearest 100)
OR for excel:
CEILING( ( ( level * deeds ) * ( ( level / 2 ) + deeds + 1 ), 100)
The old deed formula did not work with silver. I have not tested beyond 30 because I'm fine with 30 deeds.
Enjoy.
The cash formula using silvers only appears to be very close to:
( ( level * deeds ) * ( ( level / 2 ) + deeds + 1 ) (round up to nearest 100)
OR for excel:
CEILING( ( ( level * deeds ) * ( ( level / 2 ) + deeds + 1 ), 100)
The old deed formula did not work with silver. I have not tested beyond 30 because I'm fine with 30 deeds.
Enjoy.