Large

GigeL's Ikariam Overview Table

By GigeL Last update May 9, 2011 — Installed 220,384 times.

Ikariam 0.3.2

in
Subscribe to Ikariam 0.3.2 12 posts, 11 voices



Vinniex User
FirefoxWindows

Hi Gigel,

Will you be able to update your awesome script to support Ikariam ver. 0.3.2?

Thanx in advance.

Regards

 
Pasukin User
FirefoxWindows

He's already posted that he doesn't play Ikariam anymore and won't be updating it. So, assuming that doesn't change, I wouldn't count on a new version being released.

 
vasquuez Scriptwright
FirefoxWindows

that's realy pissy, maybe somebody else could update it?

 
randalph Scriptwright
FirefoxWindows

i hope some scriptwritter would work on to update
that usefully script. So pity if not :-/

 
oliezekat Scriptwright
FirefoxWindows

I'm sincerely worry that Gigel had stop to play. And we may ever gratefully him about his good work for Ikariam players. Hope see you next time here or anywhere else :o)

Now, players (under v. 0.3.2) have only 3 choices :
- Use Premium features only
- Mine script named "Empire Board"
http://userscripts.org/scripts/show/41051
- New Overkill's project named "Master View"
http://userscripts.org/scripts/show/53274

 
Matteo Santini User
FirefoxWindows

I think it was the best ikariam script, no one can update it?

 
Atrey User
FirefoxWindows

Somebody, PLEASE, update this beautiful script :(

 
gyuse User
FirefoxX11

Please gigel! Update the very beautiful best script!

So many people missed him! :(

 
Alphapoint2010 User
FirefoxWindows

yes , i Agree that this script was the best Script in Ikariam world , please Update it to work well with ver , 3.2
Greeting,
Alpha

 
Ikarus Scriptwright
FirefoxWindows

go to the tools.js (in the greasemonkey directory, where the script is located)

search the function "getCityMainView" and change the hole function to this one:

function getCityMainView() {
var city_name = getNodeValue("id('breadcrumbs')/*[@class='city']");
var ret = getNode_value("//option[@class='coords' and text()='"+TrimIsland(island_coord)+" "+city_name+"']", 0);
if (ret == 0)
//ret = getNode_value("//select[@id='citySelect']//option[@selected='selected' and text()='"+city_name+"']", 0);
ret = getNode_value("//select[@id='citySelect']//option[@selected='selected']", 0);
if (ret == 0)
//ret = getNode_value("//option[@class='tradegood1' and @selected='selected' and text()='"+city_name+"']", 0);
ret = getNode_value("//option[@class='tradegood1' and @selected='selected']", 0);
if (ret == 0)
//ret = getNode_value("//option[@class='tradegood2' and @selected='selected' and text()='"+city_name+"']", 0);
ret = getNode_value("//option[@class='tradegood2' and @selected='selected']", 0);
if (ret == 0)
//ret = getNode_value("//option[@class='tradegood3' and @selected='selected' and text()='"+city_name+"']", 0);
ret = getNode_value("//option[@class='tradegood3' and @selected='selected']", 0);
if (ret == 0)
//ret = getNode_value("//option[@class='tradegood4' and @selected='selected' and text()='"+city_name+"']", 0);
ret = getNode_value("//option[@class='tradegood4' and @selected='selected']", 0);
return ret;
}

After you're done, the script works fine...!!

 
GigeL Script's Author
FirefoxWindows

i have installed on v0.3.5, premium acct, work's fine for me :|

post the bugs pls

 
Atrey User
FirefoxWindows

0.4.0 works fine :) I love this script! But add a new building, please. Dump.

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel