Script for Ikariam 8.x.x, Overview tables for resources, buildings and military inspired by Ikariam Empire Board
There will probably be more bugs... Switching between cities doesn't work either.
Also the new buildings level doesn't update in table after building finishing the expanding for v16.0.0
Please fix it.
Regards
Is this script abandoned?
It doesn't work any more since new version v16
Empire Overview
Current Version: 1.1945
Ikariam Version: 16.0.0
works with Tampermonkey Version 5.4.1
Не заработал

works with
ii brave-browser 1.85.116
or
ii google-chrome-stable 143.0.7499.109-1
to update the table in these versions you need go to :
options icon
and click over save settings button
for each city
The same for wine consumption 
The real consumption is different, -313 for each tavern.
Also the citizen count is wrong not updated
For example in all citys must be 5.908/ 5.908
The save settings doesn't update here.
I think I fixed it (maybe)...
in this part of the code: (line 4243 for me)
while (len) {
len--;
switch (response[len][0]) {
case 'updateGlobalData':
this._currentCity = parseInt(response[len][1].backgroundData.id); <--- change this line
var cityData = $.extend({}, response[len][1].backgroundData, response[len][1].headerData);
events('updateCityData').pub(this.CurrentCityId, $.extend({}, cityData));
events('updateBuildingData').pub(this.CurrentCityId, cityData.position);
break;
this._currentCity = parseInt(response[len][1].id); <--- for this
It worked for me like before
@AAraujo.cps
great work... cities are updating ;)
for me it was line 4307
thanks a lot
The fix works for me too
Thank you
The problem appeared again after updating v16.0.0