Time is not OK
![]() |
Look at the image!
|
![]() |
The bug is caused by improper acquisition points per hour. Your points have 1 decimal place.
Regards
|
![]() |
Thanks Phate is it a big problem to change it ? If you said where we can all change it self in grasemonkey :) |
![]() |
Before publishing a new version I wanted to make changes to the calculation of time loading troops.
var tmpoint = $('ul.researchLeftMenu > li.time').text().replace(/\D/g,'')*1;
The new code is this: var tmpoint = $('ul.researchLeftMenu > li.time').text().replace(/[A-z, ,:]/g,'')*1;
|
![]() |
Great Job Phate ;) Thanks |
![]() |
The new code (V1.0.3) gives wrong results, too. Future research levels 4 and 5 time spans, i.e. a month or two, leads to dates in november 2147 or august 2190... |
![]() |
Could you give me the format of your points per hour.
|
