Empire Overview

Script for Ikariam 8.x.x, Overview tables for resources, buildings and military inspired by Ikariam Empire Board

< 脚本 Empire Overview 的反馈

提问 / 留言

§
发布于:2025-12-04

The problem appeared again after updating v16.0.0

§
发布于:2025-12-04

There will probably be more bugs... Switching between cities doesn't work either.

§
发布于:2025-12-08

Also the new buildings level doesn't update in table after building finishing the expanding for v16.0.0

Please fix it.

Regards

§
发布于:2025-12-17

Is this script abandoned?
It doesn't work any more since new version v16

§
发布于:2025-12-17

Empire Overview
Current Version: 1.1945

Ikariam Version: 16.0.0

works with Tampermonkey Version 5.4.1

§
发布于:2025-12-17

Не заработал

§
发布于:2025-12-17

example

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

§
发布于:2025-12-17

The table is clear. But with the first tab - no

§
发布于:2025-12-17

The same for wine consumption

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.

§
发布于:2025-12-21

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

§
发布于:2025-12-22

@AAraujo.cps
great work... cities are updating ;)
for me it was line 4307
thanks a lot

§
发布于:2025-12-23

The fix works for me too


Thank you

发布留言

登录以发布留言。