Thumb

Ikariam Research Points Helper

By empty_soul Last update Nov 17, 2009 — Installed 3,013 times. Daily Installs: 147, 157, 93, 115, 76, 61, 74, 61, 87, 85, 54, 48, 55, 216, 171, 111, 74, 97, 90, 84, 118, 101, 289, 161, 99, 72, 70, 59, 56
Script Summary:
shows how long until new researches can be bought with research points and how many research points remain
Version: 1.8.1
Recently Updated TopicsPosts
What do you think?3

this script has 1 topic, 3 posts

This script has no reviews.

Thumb

I would like to give credit to PhasmaExMachina for writing the wonderful Script Updater (userscripts.org) I included in my script.


// ==UserScript==
// @name           Research Points Helper
// @namespace      kkhweb.com
// @author         kevinhill
// @version        1.8
// @history        1.8 Fixed bug if one research is needed before another can be purchased
// @history        1.7 Added version number to lower right corner
// @history        1.6 Changed text from "Not enough research points." to "Price For Research:"
// @history        1.5 Cleaned up jQuery css, fixed countdown for days < 1
// @history        1.4 Force update check button added
// @history        1.3 Code clean-up
// @history        1.2 Added surplus check, colors green if you can buy it
// @history        1.1 Modified formula for calculating time from decimal hrs, more accurate
// @history        1.0 Completed initial script
// @description    shows how long until new researches can be bought with research points and how many research points remain
// @include        http://*.ikariam.tld/index.php?view=researchAdvisor*
// @exclude        http://www.ika-world.com/*
// @exclude        http://ikariamap.com/*
// @exclude        http://board.ikariam.org/*
// @exclude        http://*.ikariam.*/index.php?view=options
// @require        http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.js
// @require        http://userscripts.org/scripts/source/57756.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