Extra caution is recommended when installing recently uploaded/updated scripts (read more)
Be sure you trust any scripts you install

ikariam alarm and overview table

This is the latest update to the popular script to fix new issues arising on July 1st 2008.






Aug 13, 2008
ludek michera User

What about functionality to player and cities list - show how much money one can pillage from the listed cities.. It would be very nice:)

 
Aug 11, 2008
quin User

Salvatore:
thx a lot, now it's working fine again!

 
Aug 10, 2008
Salvatore User
Hi, for the Tooltip (++) try replacing

} else {
if (/view=merchantNavy/.test(document.URL)) {
config["arrivinggoods"] = new Object();
var cities = {};
var res = xpath("//select[@id='citySelect']/option");
for(var i = 0; i < res.snapshotLength; i++) {
var n = res.snapshotItem(i);
cities[n.value] = Trim(n.innerHTML);
}
var res = xpath("//table[@class='table01']/tbody/tr/td/br");
for(var i = 0; i < res.snapshotLength; i++) {
var n = res.snapshotItem(i).parentNode;
var cel = n.innerHTML.replace(/
.*/, "");


with

}
{
if (/view=merchantNavy/.test(document.URL)) {
config["arrivinggoods"] = new Object();
var cities = {};
var res = xpath("//select[@id='citySelect']/option");
for(var i = 0; i < res.snapshotLength; i++) {
var n = res.snapshotItem(i);
cities[n.value] = Trim(n.innerHTML);
}
var res = xpath("//table[@class='table01']/tbody/tr");
for(var i = 0; i < res.snapshotLength; i++) {
var n = res.snapshotItem(i).childNodes[1];
n = getNextNode(n);
var cel = Trim(n.innerHTML.replace(/
.*/, ""));


Good luck, bye!
 
Aug 8, 2008
quin User

Since 0.2.7 there's a tooltip (++) in the resource table only for the transports. It doesn't show the resources from pillages. Is there any chance, that someone will fix it?

 
Jul 27, 2008
frechi User

need some help with this script.
if the x or y coordinates are smaller than 10 the script will not work correctly.
example:
09:53 will not work
10:53 work correctly

can someone please help me to fix it?

 
Jul 23, 2008
QuarkCZ User

2 Murphy: OK, helped - moved before all other scripts, coordinates turned on and now it works fine :-D
THX A LOT! I love this script and can't play without it :-D

 
Jul 19, 2008
HappySpleen User

This script works great and was just about what I was looking for.
There is one thing I would like to see added and that is a table for your trade ships. (Where there going, how soon they will get there, ect., ect.)

**Edit: I just saw the ++ next to resources that had incoming trade ships but I would like to see a count down similar to the current building timer.

 
Jul 17, 2008
Murphy User

2 QuarkCZ: But this is working with 0.2.6! If you don't see building data, you must go to your Ikariam account settings and there you must change display options for drop down menu (with towns' names) to see towns' coordinates. Then you must click on "Show all settings" and then "Reset all data" (or reinstall whole script with deletion of user data ;–)

 
Jul 16, 2008
QuarkCZ User

Unfortunatelly doesn't work with 0.2.6 version - could someone please update this great and essential to work with 0.2.6?

 
Jul 9, 2008
Abu-Azzam User

I uninstalled it. Completely messed up!!!

 
Jul 9, 2008
mrFiX User

Melhior:
Я бы так и сделал. Я этот блок нашел. Но там по идее должен же быт UTF-8 ?
А текст который был в старом, работающем скрипте у меня ни один из имеющихся редакторов не показывает по русски корректно.
Вот и думал, что будут теже самые знаки вопроса, если редактор (который есть у меня) не умеет с этой кодировкой работать.

P.S.> Скопированный твой текст хорошо выставился (действительно Блокнот сработал). Спасибо.
Вот бы еще и комментарии в скрипте перевести, может быть понятней стало бы как он работает ;-)

 
Jul 9, 2008
Murphy User

2 scorpio_x73: If you don't see building data, you must go to your Ikariam account settings and there you must change display options for drop down menu (with towns' names) to see towns' coordinates. Then you must click on "Show all settings" and then "Reset all data" (or reinstall whole script with deletion of user data) - it solve your population problem as well ;–)

 
Jul 9, 2008
Blackkflyer User

Danish

} else if (language == "dk") { //by Blackkflyer
buildings = {
"townHall" : ["Rådhus", "Rådhus"],
"academy" : ["Akademi", "Akademi"],
"port" : ["Handels havn", "Handels havn"],
"shipyard" : ["Skibsværft", "Skibsværft"],
"warehouse" : ["Lagerbygning", "Lagerbygning"],
"wall" : ["Bymur", "Bymur"],
"tavern" : ["Værtshus", "Værtshus"],
"museum" : ["Museum", "Museum"],
"palace" : ["Palads", "Palads"],
"palaceColony" : ["Guvernørs residens", "Guvernør"],
"embassy" : ["Ambassade", "Ambassade"],
"branchOffice" : ["Handelsstation", "Handelsstation"],
"safehouse" : ["Skjulested", "Skjulested"],
"barracks" : ["Kaserne", "Kaserne"],
"workshop-army" : ["Værksted", "Værksted"],
};
texts = {
"cityName": "By navn", "currentlyBuilding": "Bliver bygget",
"summary" : "Total:", "hide_settings": "skjul indstillinger", "show_settings": "Vis indstillinger",
};

 
Jul 9, 2008
scorpio_x73 User

Great script but after version v.0.2.6 it doesnt show the remaining time for contruction buildings

Edit: in general the population numbers are wrong,,, seems broken to me atm.

Greek server

 
Jul 9, 2008
SocratesF User

Great script. Keep up the good work. I have made a translation in Greek language.

} else if (language == "gr") { //Greek translation by SocratesF
buildings = {
"townHall" : ["Δημαρχείο", "Δημαρχείο"],
"academy" : ["Ακαδημία", "Ακαδημία"],
"port" : ["Λιμάνι", "Λιμάνι"],
"shipyard" : ["Ναυπηγείο", "Ναυπηγείο"],
"warehouse" : ["Αποθήκη", "Αποθήκη"],
"wall" : ["Τείχος", "Τείχος"],
"tavern" : ["Ταβέρνα", "Ταβέρνα"],
"museum" : ["Μουσείο", "Μουσείο"],
"palace" : ["Παλάτι", "Παλάτι"],
"palaceColony" : ["Κυβερνήτης", "Κυβερνήτης"],
"embassy" : ["Πρεσβεία", "Πρεσβεία"],
"branchOffice" : ["Ταχυδρομείο", "Ταχυδρομείο"],
"safehouse" : ["Κρυσφήγετο", "Κρυσφήγετο"],
"barracks" : ["Στρατώνας", "Στρατώνας"],
"workshop-army" : ["Εργαστήριο", "Εργαστήριο"],
};
texts = {
"cityName": "Ονομα πόλης", "currentlyBuilding": "Υπό κατασκευή", "summary": "Σύνολο:",
"hide_settings": "Απόκρυψη ρυθμίσεων", "show_settings": "Εμφάνιση ρυθμίσεων",
};

 
Jul 9, 2008
LiFeAiR1 User

этот скрипт не обновляет информацию о войсках((

this script don't update information about military units((

 
Jul 9, 2008
iceeyes User

here is the simplified chinese translation for cn server
THX~

} else if (language == "cn") { //simplified chinese translation, By iceeyes
buildings = {
"townHall" : ["TownHall", "市政厅"],
"academy" : ["Academy", "学院"],
"port" : ["Port", "港口"],
"shipyard" : ["Shipyard", "船坞"],
"warehouse" : ["Warehouse", "仓库"],
"wall" : ["Wall", "城墙"],
"tavern" : ["Tavern", "酒馆"],
"museum" : ["Museum", "博物馆"],
"palace" : ["Palace", "皇宫"],
"palaceColony" : ["PalaceColony", "总督府"],
"embassy" : ["Embassy", "大使馆"],
"branchOffice" : ["BranchOffice", "市场"],
"safehouse" : ["Safehouse", "藏身处"],
"barracks" : ["Barracks", "兵营"],
"workshop-army" : ["Workshop-army", "兵工厂"],
};
texts = {
"cityName": "城镇名称", "currentlyBuilding": "建造中的建筑", "summary": "总计:",
"hide_settings": "隐藏设置", "show_settings": "显示设置",
};

 
Jul 9, 2008
leoric User

hi
here is traditional chinese translation for tw server
i hope you can add it in your great script
thanks you

} else if (language == "tw") { //by Leoric
buildings = {
"townHall" : ["Town Hall", "市政府"],
"academy" : ["Academy", "研究院"],
"port" : ["Trading Port", "港口"],
"shipyard" : ["Shipyard", "船塢"],
"warehouse" : ["Warehouse", "倉庫"],
"wall" : ["Wall", "城牆"],
"tavern" : ["Tavern", "酒館"],
"museum" : ["Museum", "博物館"],
"palace" : ["Palace", "皇宮"],
"palaceColony" : ["Governor's Residence", "總督府"],
"embassy" : ["Embassy", "大使館"],
"branchOffice" : ["Trading Post", "市場"],
"safehouse" : ["Hideout", "間諜小屋"],
"barracks" : ["Barracks", "兵營"],
"workshop-army" : ["Workshop", "兵工廠"],
};
texts = {
"cityName": "城鎮名稱", "currentlyBuilding": "建造中的建築", "summary": "總計:",
"hide_settings": "隱藏設定", "show_settings": "顯示設定",
};

 
Jul 8, 2008
nemetis User

Hi i have small problem to fix. After run Ikariam v 0.2.6 ist my city on position[100:13] from server sended [00:13] a therefor ist not posible to localize (wrong [zero:13 ]). Its posible to fix it, like (if zero then add 100)?
Another miss, if you set in user setting city detail to "none or ikons" its not any information about citys collet.

 
Jul 8, 2008
Melhior User

@mrFIX
скачай файл скрипта на хард, открой в любом текстовом редакторе - хоть в блокноте, найди секцию с русским переводом, и замени там что нужно
выглядит она вот так

} else if (language == "ru") { //by LiFeAiR
buildings = {
"townHall" : ["Town Hall", "Ратуша"],
"academy" : ["Academy", "Академия"],
"port" : ["Trading Port", "Торговый порт"],
"shipyard" : ["Shipyard", "Верфь"],
"warehouse" : ["Warehouse", "Склад"],
"wall" : ["Wall", "Стена"],
"tavern" : ["Tavern", "Таверна"],
"museum" : ["Museum", "Музей"],
"palace" : ["Palace", "Дворец"],
"palaceColony" : ["Governor's Residence", "Губернатор"],
"embassy" : ["Embassy", "Посольство"],
"branchOffice" : ["Trading Post", "Лавка"],
"safehouse" : ["Hideout", "Укрытие"],
"barracks" : ["Barracks", "Казарма"],
"workshop-army" : ["Workshop", "Мастерская"],
};
texts = {
"cityName": "Город", "currentlyBuilding": "Строится", "summary": "Всего:",
"hide_settings": "Скрыть настройки", "show_settings": "Показать настройки",
};

потом сохрани файл, и установи его. вуаля! )

 
Jul 8, 2008
mrFiX User

i game on russian server
With new version script bad translate some text
Example:
Language English:
City name Фаланга Мечник Стрелок Лучник Повар Гирокоптер Катапульта Корабль с тараном Корабль с баллистой Огнеметный корабль Паровой гигант Summary:

Language Automatic from server name
????? Фаланга Мечник Стрелок Лучник Повар Гирокоптер Катапульта Корабль с тараном Корабль с баллистой Огнеметный корабль Паровой гигант ?????:

 
Jul 8, 2008
Lumbye User

@Shakall: Have you tried switching the execution order for the scripts around? I am not using solarium so I don't know if it will work.

 
Jul 8, 2008
ILuvIKScript User

well still this script doesn't add back the +++ for trade ships, and the table disappears when u looking at the gold balance

 
Jul 7, 2008
WInterbay User

@Coops: Have you added the value 16 for wine when it comes to the military score of units? It gets annoying having to re-add that change every time :)

 
Jul 7, 2008
Billy Lam User

I have self-modified a chinese translation for taiwan server, how can I share with you?

You could comment on this script if you were logged in.