Greasy Fork

Ikariam - Check island slots

Ikariam - Check slot availability on a specific Island

目前为 2021-03-22 提交的版本。查看 最新版本

作者
Skillz0r
评分
0 0 0
版本
0.1
创建于
2021-02-11
更新于
2021-03-22
大小
1.6 KB
许可证
暂无
适用于

Used on Ikariam
Description:
Use this script to check if a slot opens up on a desired island. For example, if the island you want has inactive players and you want to know if an inactive user disappears so you can build a town on that island.

Usage:
Push to the cities array an object with the two mandatory keys name and max_slots
Example:
cities.push({"name":'Riloos [49:52]', "max_slots": 17});
cities.push({"name":'Zuneos [50:51]', "max_slots": 16}); //16 will ignore the Premium city slot

Make sure you are on the world view.
If you are looking at the tab, an notification will pop up if a slot is available. Press this notification to open the Island where the slot was opened

Attention, the script refreshes the page every 30 seconds.