Empire Overview

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

< Σχολιασμός για τον κώδικα Empire Overview

Αναφορά: Εντάξει - ο κώδικας λειτουργεί αλλά έχει σφάλματα

§
Δημοσιεύτηκε: 12/07/2014

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.

§
Δημοσιεύτηκε: 12/07/2014

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

§
Δημοσιεύτηκε: 12/07/2014

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

§
Δημοσιεύτηκε: 12/07/2014

script not working anymore
pl

§
Δημοσιεύτηκε: 12/07/2014

script is not working......

§
Δημοσιεύτηκε: 12/07/2014

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.

§
Δημοσιεύτηκε: 12/07/2014

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

germanoΔημιουργός
§
Δημοσιεύτηκε: 12/07/2014

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

§
Δημοσιεύτηκε: 13/07/2014

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

§
Δημοσιεύτηκε: 13/07/2014

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

§
Δημοσιεύτηκε: 13/07/2014
Επεξεργάστηκε: 13/07/2014

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/

§
Δημοσιεύτηκε: 13/07/2014

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

germanoΔημιουργός
§
Δημοσιεύτηκε: 15/07/2014

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

§
Δημοσιεύτηκε: 15/07/2014

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

germanoΔημιουργός
§
Δημοσιεύτηκε: 15/07/2014

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

§
Δημοσιεύτηκε: 15/07/2014

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!

germanoΔημιουργός
§
Δημοσιεύτηκε: 15/07/2014

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

§
Δημοσιεύτηκε: 17/07/2014

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!

§
Δημοσιεύτηκε: 17/07/2014

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

germanoΔημιουργός
§
Δημοσιεύτηκε: 17/07/2014

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

Δημοσίευση απάντησης

Συνδεθείτε για να δημοσιεύσετε μια απάντηση.