Empire Overview

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

< Feedback on Empire Overview

Review: OK - script works, but has bugs

§
Posted: 2014-07-12

Now can't use in 0.5.13

When you use in 0.5.13, it can't change town anymore.
I think it's bug from Ikariam.
But when I disabled this script, It can play normally.

§
Posted: 2014-07-12

*it's can't use in FF30 but can use in Chrome

§
Posted: 2014-07-12

Yes, I have the same problem :-( btw. do you know, why userscripts.org doesn´t work?

§
Posted: 2014-07-12

script not working anymore
pl

§
Posted: 2014-07-12

script is not working......

§
Posted: 2014-07-12

I try to install back Firefox 29.0, reinstall empire script, but still not working :-( The script is installed, but they don´t open it.

§
Posted: 2014-07-12

in my opinion something changed in game code and germano must check where is problem :p

germanoAuthor
§
Posted: 2014-07-12

You can only use the scripts in FF version 29 and GM version 1.15. I'm trying everything to fix this

§
Posted: 2014-07-13

i try install firefox 29.0 and GM 1.15 dut still not working....

§
Posted: 2014-07-13

I installed Firefox 29.0 and GM 1.13 and now working! ;-)

§
Posted: 2014-07-13
Edited: 2014-07-13

ff 29.0.1 + gm 2.0 not working

i will try with gm 1.13
________________

ff 29.0.1 + GM 1.15 working


http://ftp.mozilla.org/pub/mozilla.org/addons/748/

§
Posted: 2014-07-13

firefox 29.0 and Greasemonkey 1.15 and working.......i hope germano find the solution to fix this......

germanoAuthor
§
Posted: 2014-07-15

sorry,
I still have no solution. but keep looking.
Help would be very good

§
Posted: 2014-07-15

Does this have anything to do with it? (My script knowledge is minimal, so sorry if it's another issue.)
https://github.com/greasemonkey/greasemonkey/issues/1953

germanoAuthor
§
Posted: 2014-07-15

update is on, only...!
This script is currently inactive because it doesn't align with Greasy Fork's policies.

§
Posted: 2014-07-15

Reinstalled now version 1.168, FF30, GM 2.0. Opening the firefox console this is my error:
Error: Permission denied to access property 'length' on line 9940, that's here:

if (aj && !ajax){
unsafeWindow.ajaxHandlerCallFromForm = function(ajaxHandlerCallFromForm) {
return function cAjaxHandlerCallFromForm(form) {
events('formSubmit').pub(form);
return ajaxHandlerCallFromForm.apply(this, arguments);
--> };

I think that this:
http://openuserjs.org/garage/FF30++_changes_to_unsafeWindow#comment-1472b91487c

could work but I'm not sure because I'm not a GM expert!! Hope this could help, thanks for your great work!

germanoAuthor
§
Posted: 2014-07-15

Thanks for the note. I am just looking at the handlerCalls

§
Posted: 2014-07-17

after some researches I found that:
with firefox 30 + GM2.0 + EO do not work
with firefox 30 + GM1.15 + EO it works!

that's caused by the G.M2.0 new API that makes all the scripts with the unsafewindow object call incompatible, so this:
unsafeWindow.ajaxHandlerCallFromForm = function(aja.....
can't work, you have to use the exportFunction() or cloneInto() method to apply modifies at the ikariam window...at least that is what I understood....
now I don't know exactly how to make changes but if I have some spare time next days I will try, but I have a really little experience on js an jquery.
If you, Germano, are already working on this, feel free to ignore my comment!

§
Posted: 2014-07-17

forgot that here:
http://www.netzwelt.de/download/6440-greasemonkey.html
I found the only place to download 1.15 greasemonkey's version

germanoAuthor
§
Posted: 2014-07-17

hallo luca,

danke für deine Hilfe. Jede Hilfe ist willkommen. Ich bin ja auch am überlegen, wie ich das Ganze umschreibe. Als erstes muss ich aber noch das Problem mit FF Version 30 oder höher beseitigen. Das Update ist nur eine Improvisation für die APIs, teste aber gerade neues. Wenn dies dann ohne Probleme funktioniert, werde ich mich an GM 2.0 wagen. Aber, alle Ideen, Vorschläge und Lösungen sind gern willkommen. Um so schneller geht es, da ich auch verdammt wenig Zeit habe

Post reply

Sign in to post a reply.