|
Script Summary:
Adds add a sidebar with all your cities listed. The city names can be clicked to change current city and there are links for transporting goods, ships, and troops between all your cities. Version: 2.6 |
this script has 7 topics, 33 posts |
this script has 4 reviews |
||||||||||||||||||||||||||||
Version 2.6 w/ French & German Translations
I would like to give credit to PhasmaExMachina for writing the wonderful Script Updater (userscripts.org) & Ikariam Script Tools for Developers that I included in my script.
// ==UserScript== // @name Ikariam InterCity Trading // @namespace userscripts.org // @author empty_soul // @homepage http://userscripts.org/scripts/show/54649 // @version 2.6 // @history 2.6 Moved the resource icons to add more room for city names, added version number // @history 2.5.1 Fixed minor bug of trading block appearing on options page: Thanks again "hockey guy" // @history 2.5 Added to ability to manually check for updates to the script & resource icons to the cities // @history 2.3 Added German Translations: Thank you "simon.thesorcerer" // @history 2.2.2 Updated French Translations: Thank you "Phenix" // @history 2.2.1 Im sorry for anyone who got the bad 2.3 update, I accidentally update uso with partially finished work // @history 2.2 Fixed the window shading, now carries across page loads, fixing Bug found by "nyliferocks". Also started on translations. // @history 2.1 Changed include line and added "militaryAdvisorDetailedReportView" exclude line to fix Bug found by "hockey guy" // @history 2.0 Complete Code Rework with IkaTools, fixed city links: they link with correct resrouces, cleared some old version history // @history 1.0 Added new autoupdate script, script exec timer [TODO: fix city links] // @history 0.3 Expanding capabilities of intercity trading to include deploying troops and ships, added pictures instead of text for links // @history 0.2 Added ability to shade the trading menu, to save sidebar space // @history 0.1 Completed initial script // @description Adds shipping destinations in sidebar for ease in transporting goods between islands. // @homepage http://kkhweb.com/ // @include http://s*.ikariam.tld/* // @exclude http://s*.ikariam.tld/*view=militaryAdvisorDetailedReportView* // @exclude http://s*.ikariam.tld/*view=options* // @exclude http://s*.ikariam.tld/*view=highscore* // @exclude http://s*.ikariam.tld/*view=version* // @require http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.js // @require http://userscripts.org/scripts/source/57756.user.js // @require http://userscripts.org/scripts/source/57377.user.js // ==/UserScript== //NOTICE: I have not gotten this script approved yet, by installing this you are //using it at your own risk, if you get banned, I'm sorry, but that is not my fault





