Theta Atien's Ikariam Alliance Map
Below is a revision history of Theta Atien's Ikariam Alliance Map.
Note: Enemy and Ally targets can now be added by doing the following:
Note: The format has changed slightly.
// TARGET=alliance name, player name, town name, x, y, type {enemy, ally}
TARGET=Alliance Name,atien,mytown,22,14,ally
- Click the 'O' on the map for options.
- Add a URL to an XML file containing your ally and enemy towns in the text box: Town XML URL
- I.E. http://www.foo.com/mytowns.xml
- Click on the 'Save' button.
<?xml version="1.0" encoding='UTF-8'?>
<towns>
<ally>
<town x="71" y="92" alliance="Alliance Name 1" player="Player Name 1">Town Name 1</town>
<town x="10" y="22" alliance="Alliance Name 6" player="Player Name 2">Town Name 3</town>
</ally>
<enemy>
<town x="70" y="94" alliance="Alliance Name 2" player="Player Name 3">Town Name 7</town>
<town x="69" y="93" alliance="Alliance Name 3" player="Player Name 4">Town Name 8</town>
<town x="71" y="92" alliance="Alliance Name 4" player="Player Name 5">Town Name 9</town>
</enemy>
</towns>
Enemy targets can be still be added to the map by having your home secretary insert text into
the internal alliance page following the example below:Note: The format has changed slightly.
// TARGET=alliance name, player name, town name, x, y, type {enemy, ally}
TARGET=Alliance Name,atien,mytown,22,14,ally
Version 0.2.3
- Stable
- Fixed code to work with Firefox 5.0 and above.
- Added links to islands in the island info mouseovers for embassy data.
- All filters are now ORd.
- Added the ability to filter towns by town name.
- Added the ability to select multiple filters.
- The code has been re-written to make it easier for me to add new features.
- You can now add towns via a URL to an XML file through the options menu as described above.
- The island colors have been re-worked to show island color differences for islands that contain ally, enemy, or both types of towns.
- The method for adding towns via the internal alliance page has changed slightly. See the notes above.
- Added the ability to filter towns by, alliance, player, data source, type. Keep in mind all of these are ANDd together.
- Fixed a bug where the first person in the alliance list was being skipped.
- Updated the script so that it will work on .com servers.
- Changed the island color to red if an enemy is present. Thank you for the suggestion Viriato.
- Added the ability to add enemy targets to the map.
- Added notice about online status being disabled. Having online status disabled will prevent the script from being able to populate the map with islands and towns.
- Enabled script to work with diplomacy advisor.
- Set a better font for town info mouse-overs. It should be easier to read now.
- Added an options menu and the ability to toggle on a 4x4 grid.
- Changed the way the page is parsed so that the script works with Ikariam Alliance Sorter.
- Added island mouse-overs to display a list of all towns and players on each island.
Please email Theta: Atien for problems or questions.